#2468: Ticket description causing "maximum recursion limit exceeded" in File
"/usr/lib/python2.3/sre.py", line 143
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: cboos
Type: defect | Status: assigned
Priority: high | Milestone: 0.9.3
Component: timeline | Version: 0.9.2
Severity: normal | Resolution:
Keywords: |
--------------------------------------+-------------------------------------
Changes (by cboos):
* status: new => assigned
* priority: normal => high
* owner: jonas => cboos
Old description:
> I have a ticket who's description is causing the timeline rss to die. To
> debug I added a line in "trac/formatters.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.
New description:
I have a ticket who's description is causing the timeline rss to die. To
debug I added a line in [source:trunk/trac/wiki/formatter.py#L684
"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.
Comment:
Hm, that would be my code :(
Thanks for the log, I was able to reproduce the issue.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2468>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets