Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7494 closed defect (worksforme)

RuntimeError: maximum recursion limit exceeded

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: ticket system Version: 0.10
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

Added some XML (size: 7,231 bytes)into a ticket. This error happened upon saving a ticket. Now, everytime I go back to the same ticket I get the following error. All other tickets appear to work normally.

Trac Version: 0.10

Action Taken: Adding a comment to a ticket (included some XML (7,231 bytes))

Error: "Trac detected an internal error"

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 224, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 302, in process_request
    get_reporter_id(req, 'author'))
  File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 621, in _insert_ticket_data
    change['comment'] = wiki_to_html(comment, self.env, req, db)
  File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 999, in wiki_to_html
    Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines)
  File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 822, in format
    result = re.sub(self.wiki.rules, self.replace, line)
  File "/usr/lib/python2.3/sre.py", line 143, in sub
    return _compile(pattern, 0).sub(repl, string, count)
RuntimeError: maximum recursion limit exceeded

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 16 years ago

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

Please test again with 0.11.1 and reopen if this is still an issue.

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.