Ticket #2468 (closed defect: fixed)
Ticket description causing "maximum recursion limit exceeded" in File "/usr/lib/python2.3/sre.py", line 143
| Reported by: | mcarpenter@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.3 |
| Component: | timeline | Version: | 0.9.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
I have a ticket who's description is causing the timeline rss to die. To debug I added a line in "trac/wiki/formatter.py", line 686
while old != result:
old = result
+ self.env.log.error("%r %r %r" % (self._non_nested_block_re,
result = re.sub(self._non_nested_block_re, simplify, old)
Attaching the log messages it generated.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


