Edgewall Software

Ticket #7494 (closed defect: worksforme)

Opened 4 months ago

Last modified 6 weeks ago

RuntimeError: maximum recursion limit exceeded

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: ticket system Version: 0.10
Severity: major Keywords:
Cc:

Description (last modified by rblank) (diff)

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

Change History

Changed 6 weeks ago by rblank

  • status changed from new to closed
  • resolution set to worksforme
  • description modified (diff)

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

Add/Change #7494 (RuntimeError: maximum recursion limit exceeded)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.