Menu

Commit [r6327]  Maximize  Restore  History

Don't try to display the frame information in the backtrace when a !MemoryError occurred.

Trying to render the frame data usually triggers ''another'' !MemoryError exception, hiding the potentially interesting backtrace of the first one, like in #4081 and #6101.

cboos 2007-12-13

changed /trunk/trac/templates/error.html
changed /trunk/trac/web/main.py
/trunk/trac/templates/error.html Diff Switch to side-by-side view
Loading...
/trunk/trac/web/main.py Diff Switch to side-by-side view
Loading...