Ticket #4131 (closed defect: wontfix)
Internal error when viewing changeset
| Reported by: | erik.haugo@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/changeset view | Version: | 0.9.5 |
| Severity: | major | Keywords: | svn memory |
| Cc: |
Description
I'm using Trac on textdrive.
I committed my changes to svn. Then went to Trac to view the changeset from the Timeline. When I tried to open the link, I got this message:
Python traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 86, in process_request
self._render_html(req, repos, chgset, diff_options)
File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 225, in _render_html
old_content = old_node.get_content().read()
File "/usr/local/lib/python2.4/site-packages/svn/core.py", line 88, in read
return ''.join(chunks)
MemoryError
This error only began happening around revision 270, so it's worked well in the past.
The changes have been added to the svn repository and I can view them from the Browse Source pages in Trac.
Any advice?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


