Changes between Initial Version and Version 1 of Ticket #12198, comment 2


Ignore:
Timestamp:
Jun 25, 2015, 9:40:33 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12198, comment 2

    initial v1  
    44Unfortunately it is on a system that I can't cut and paste from.
    55
    6 The Genshi version was 0.6-py2.5, and Trac was 0.11.6-py2.6, and I was running DefaultCC 0.2. Although I also observed the same issue on another system that runs the latest version of Trac/Genshi.
     6The Genshi version was `0.6-py2.5`, and Trac was `0.11.6-py2.6`, and I was running DefaultCC 0.2. Although I also observed the same issue on another system that runs the latest version of Trac/Genshi.
    77
    88The issue is very easy to reproduce. Like I said you just need to add about 1k components (easiest is to just write a simple sqlite script). After that you will see the error when you go to the component admin panel.
    99
    10 According to the traceback, the original call was '_dispatch_request' from 'trac/web/main.py' at line 450, which in turned called 'dispatch' in the same file at line 227, and then 'render_template' from 'trac/web/chrome.py' at line 773. Then after a bunch of other calls, the '__call__' function in '/genshi/filters/transform.py' will call itself recursively until it crash.
     10According to the traceback, the original call was `_dispatch_request` from `trac/web/main.py` at line 450, which in turned called `dispatch` in the same file at line 227, and then `render_template` from `trac/web/chrome.py` at line 773. Then after a bunch of other calls, the `__call__` function in `/genshi/filters/transform.py` will call itself recursively until it crash.