#3051: maximum recursion limit exceeded in trac 0.94
-------------------------------+--------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  jonas
     Type:  defect             |      Status:  new  
 Priority:  normal             |   Milestone:       
Component:  ticket system      |     Version:  0.9.4
 Severity:  normal             |    Keywords:       
-------------------------------+--------------------------------------------
 Hi,
 in our trac system is a ticket causing trac to print out the following
 error - after my collegue has "closed" it as "fixed":

 {{{
 Python traceback

 Traceback (most recent call last):
   File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line
 130, in run
     dispatch_request(req.path_info, req, env)
   File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in
 dispatch_request
     dispatcher.dispatch(req)
   File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 211,
 in process_request
     self._insert_ticket_data(req, db, ticket, reporter_id)
   File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 406,
 in _insert_ticket_data
     changes[-1]['comment'] = wiki_to_html(new, self.env, req, db)
   File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line
 744, 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
 599, in format
     result = re.sub(self.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
 }}}

 The SQL data about the corresponding ticket is as follows:

 {{{
 sqlite> select * from ticket where id=72;
 
72|bug|1145356210|1145356357|bibliosphere||major|epple|epple||||closed|fixed|cocitations
 werden nicht angezeigt bei vielen cocitations unter linux|ab etwa 600
 pmids werden cocitations nicht mehr angezeigt. Beim Klick auf den Link im
 edgeview passiert nichts.|
 }}}

 Maybe someone could look into this? Ticket 73 and up are working as
 expected, 71 and down are ok, too.

 We're running Debian Sarge, but installed trac from downloadable sources
 (0.94).

 Thanks a lot,
 Torben

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3051>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to