Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8635 closed defect (fixed)

IndexError: list index out of range

Reported by: Christian Boos Owned by: Christian Boos
Priority: high Milestone: 0.11.6
Component: version control/log view Version: 0.11-stable
Severity: normal Keywords: path_history
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Can't fix right now, so creating ticket a reminder.

How to Reproduce

While doing a GET operation on /log/.../v1010-unix, Trac issued an internal error.

Request parameters:

{'action': u'stop_on_copy',
 'limit': u'100',
 'mode': u'path_history',
 'path': u'/branches/maintenance/BCT_Products/v1010-unix',
 'rev': u'30179',
 'stop_rev': u''}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0

System Information

Trac 0.11.6stable-r8551
Python 2.4.4 (#1, Jan 16 2007, 14:16:48)
[GCC 4.0.2]
setuptools 0.7a1
SQLite 3.3.8
pysqlite 2.5.0
Genshi 0.6dev-r1062
mod_python 3.3.1
Pygments 1.0dev-20090403
Subversion 1.6.4 (r38063)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/packages/trac/branches/upstream-0.11-stable/trac/web/main.py", line 445, in _dispatch_request
    dispatcher.dispatch(req)
  File "/packages/trac/branches/upstream-0.11-stable/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/packages/trac/branches/upstream-0.11-stable/trac/versioncontrol/web_ui/log.py", line 199, in process_request
    next_rev = info[-1]['rev']
IndexError: list index out of range

info was [].

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 15 years ago

Priority: normalhigh

comment:2 by Christian Boos, 15 years ago

Resolution: fixed
Status: newclosed

Fixed by [8790].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.