Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#11217 closed defect (cantfix)

MemoryError:

Reported by: tcn1lo Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /wiki/TaskManagement, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'page': u'TaskManagement'}

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0

System Information

Trac 0.12.2
Babel 0.9.6
CustomFieldAdmin 0.2.6
Docutils 0.8.1
Genshi 0.6
mod_wsgi 3.3 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
pysqlite 2.6.0
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
pytz 2011n
RPC 1.1.2
setuptools 0.6c11
SQLite 3.6.21
Subversion 1.7.3 (r1242825)
jQuery 1.4.2

Enabled Plugins

Python Traceback

Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\trac\web\main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python27\lib\site-packages\trac\web\main.py", line 258, in dispatch
    content_type)
  File "C:\Python27\lib\site-packages\trac\web\chrome.py", line 868, in render_template
    stream.render(method, doctype=doctype, out=buffer)
  File "c:\temp\1\easy_install-k_vq3b\Genshi-0.6-py2.7-win32.egg.tmp\genshi\core.py", line 183, in render
    return encode(generator, method=method, encoding=encoding, out=out)
  File "c:\temp\1\easy_install-k_vq3b\Genshi-0.6-py2.7-win32.egg.tmp\genshi\output.py", line 58, in encode
    for chunk in iterator:
  File "c:\temp\1\easy_install-k_vq3b\Genshi-0.6-py2.7-win32.egg.tmp\genshi\output.py", line 339, in __call__
    for kind, data, pos in stream:
  File "c:\temp\1\easy_install-k_vq3b\Genshi-0.6-py2.7-win32.egg.tmp\genshi\output.py", line 826, in __call__
    for kind, data, pos in stream:
  File "c:\temp\1\easy_install-k_vq3b\Genshi-0.6-py2.7-win32.egg.tmp\genshi\output.py", line 670, in __call__
    for kind, data, pos in stream:
  File "c:\temp\1\easy_install-k_vq3b\Genshi-0.6-py2.7-win32.egg.tmp\genshi\output.py", line 786, in __call__
    yield TEXT, Markup(text), pos
MemoryError

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 11 years ago

Resolution: cantfix
Status: newclosed

Probably a MaintenanceIssue, unless you can show that TaskManagement is reasonably-sized, doesn't use macros that expand to hundreds of megabytes, and you can reproduce the issue with all plugins disabled.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.