Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9684 closed defect (duplicate)

cannot view changeset after svn commit / recursion limit reached

Reported by: arif@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

I commited my local changes and went to see the changeset. But had a problem viewing it. The error says (in the title of page): "maximum recursion depth exceeded in cmp"

We tested if the changes were really commited to the repo and saw that they were. We can update our local copy, but cannt view the changeset via trac. The traceback is:

Python Traceback (long ugly trace back…)

...
    while besti+bestsize < ahi and bestj+bestsize < bhi and \
RuntimeError: maximum recursion depth exceeded in cmp

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 13 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

Well, googling for "maximum recursion depth exceeded in cmp" would have given you the duplicate: #3483.

Upgrade to a newer version of Python (2.4.3 should do).

comment:2 by Christian Boos, 13 years ago

Description: modified (diff)

comment:3 by anonymous, 13 years ago

thanks for the quick feedback, sorry for the duplication

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.