id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 5167 MemoryError -- Changeset displaying 20+ large HTML files alex@… Christian Boos "I have a public repository. Feel free to check it out and click around. http://trac.genaud.net/index.fcgi/changeset/35 This changeset query (and many others) fail with the following message: {{{ Trac detected an internal error: .... Python Traceback Traceback (most recent call last): File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/web/main.py"", line 387, in dispatch_request dispatcher.dispatch(req) File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/web/main.py"", line 237, in dispatch resp = chosen_handler.process_request(req) File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py"", line 254, in process_request diff_args, diff_options) File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py"", line 502, in _render_html diffs = _content_changes(old_node, new_node) File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py"", line 472, in _content_changes ignore_space_changes='-b' in options) File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/versioncontrol/diff.py"", line 198, in hdf_diff line = escape(line, quotes=False).replace('\0', '') \ File ""/home/aegsvn/packages/lib/python2.3/site-packages/trac/util/html.py"", line 112, in escape text = text.replace('&', '&') \ MemoryError }}} " defect closed normal version control/changeset view 0.10.3 normal worksforme memory needinfo ilias@…