Modify ↓
#8651 closed defect (duplicate)
MemoryError:
Reported by: | Aion | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.11.1 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce While doing a GET operation ON /CHANGESET/56
, Trac issued an internal error. please provide additional details here Request parameters:{ new : u 56 }
User Agent was:Mozilla/5.0 Windows; U; Windows NT 6.0; ru; rv:1.9.1.2 Gecko/20090729 Firefox/3.5.2 .NET CLR 3.5.30729
System InformationTrac 0.11.1
Python 2.5.2 r252:60911, Feb 21 2008, 13:11:45 MSC v.1310 32 bit Intel
setuptools 0.6c9
SQLite 3.6.11
pysqlite 2.5.2
Genshi 0.5.1
mod_python 3.3.1
Pygments 0.11.1
Subversion 1.5.2 r32768
jQuery: 1.2.6
Python Traceback Traceback most recent call last : File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac web main.py , line 423, in _dispatch_request dispatcher.dispatch req File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac web main.py , line 197, in dispatch resp chosen_handler.process_request req File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac versioncontrol web_ui changeset.py , line 323, in process_request self._render_html req, repos, chgset, restricted, xhr, data File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac versioncontrol web_ui changeset.py , line 577, in _render_html diffs _content_changes old_node, new_node File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac versioncontrol web_ui changeset.py , line 518, in _content_changes old_content mview.to_unicode old_content, old_node.content_type File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac mimeview api.py , line 790, in to_unicode return to_unicode content, charset File C: MySvnSoft Python lib site-packages trac-0.11.1-py2.5.egg trac util text.py , line 59, in to_unicode return unicode text, charset, replace MemoryError
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Premature optimization, really? :-)
See #2672.