Edgewall Software

Opened 13 years ago

Last modified 13 months ago

#10190 closed defect

"OverflowError: regular expression code size limit exceed" — at Version 1

Reported by: juliey@… Owned by:
Priority: normal Milestone:
Component: wiki system Version:
Severity: normal Keywords: OverflowError
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

When view wiki page, do not process cause by error.

Python Traceback

File "D:/TracLight/.egg-cache/trac-0.12.ja1-py2.6.egg-tmp/trac/wiki/templates/wiki_view.html", Line 58, Method <Expression u'wiki_to_html(context, text)'>
File "build/bdist.win32/egg/trac/wiki/formatter.py", Line 1497, Method format_to_html
File "build/bdist.win32/egg/trac/wiki/formatter.py", Line 1452, Method generate
File "build/bdist.win32/egg/trac/wiki/formatter.py", Line 1240, Method format
File "build/bdist.win32/egg/trac/wiki/parser.py", Line 172, Method _get_rules
File "build/bdist.win32/egg/trac/wiki/parser.py", Line 202, Method _prepare_rules
File "D:/TracLight/phthon/Lib/re.py", Line 190, Method compile
File "D:/TracLight/phthon/Lib/re.py", Line 243, Method _compile
File "D:/TracLight/phthon/Lib/sre_compile.py", Line 529, Method compile

System Information:

User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; Infopath.1)

Trac 0.12.ja1
Babel 0.9.5
CustomFieldAdmin 0.2.5
Docutils 0.7
Genshi 0.6
mod_wsgi 3.3(WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
Pygments 1.3.1
pysqlite 2.4.1
Python 2.6.6(r266:84297, Aug 24 2010,18:46:32)[MSC v.1500 32 bit(Intel)]
RPC 1.1.0
setuptools 0.6c11
SQLite 3.5.9
Subversion 1.6.6(r40053)
jQuery 1.4.2

Change History (1)

comment:1 by Christian Boos, 13 years ago

Description: modified (diff)

You mentioned "OverflowError" in the keywords. Does this mean that your error report is not complete? What's precisely in the trac.log file? (see TracLogging if needed).

Also, try to disable all plugins. Does the error still happen? If not, enable plugins one by one and try to isolate the one introducing the error.

Note: See TracTickets for help on using tickets.