| Error | Python 2.3.5: /home/bbrinkmann/packages/bin/python Wed Jun 19 08:19:50 2013 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/bbrinkmann/packages/lib/python2.3/site-packages/trac/web/_fcgi.py in run(self=<trac.web._fcgi.Request object>) |
| 568 """Runs the handler, flushes the streams, and ends the request.""" |
| 569 try: |
| 570 protocolStatus, appStatus = self.server.handler(self) |
| 571 except: |
| 572 traceback.print_exc(file=self.stderr) |
| protocolStatus undefined, appStatus undefined, self = <trac.web._fcgi.Request object>, self.server = <trac.web._fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <trac.web._fcgi.WSGIServer object>> |
| /home/bbrinkmann/packages/lib/python2.3/site-packages/trac/web/_fcgi.py in handler(self=<trac.web._fcgi.WSGIServer object>, req=<trac.web._fcgi.Request object>) |
| 1254 try: |
| 1255 try: |
| 1256 result = self.application(environ, start_response) |
| 1257 try: |
| 1258 for data in result: |
| result = None, self = <trac.web._fcgi.WSGIServer object>, self.application = <function dispatch_request>, environ = {'DH_USER': 'bbrinkmann', 'DOCUMENT_ROOT': '/home/bbrinkmann/trac.playmaker.com', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'x-gzip, gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en-gb,en;q=0.7,*;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'trac.playmaker.com', 'HTTP_USER_AGENT': 'CCBot/2.0', 'PATH': '/bin:/usr/bin:/sbin:/usr/sbin', ...}, start_response = <function start_response> |
| /home/bbrinkmann/packages/lib/python2.3/site-packages/trac/web/main.py in dispatch_request(environ={'DH_USER': 'bbrinkmann', 'DOCUMENT_ROOT': '/home/bbrinkmann/trac.playmaker.com', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'x-gzip, gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en-gb,en;q=0.7,*;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'trac.playmaker.com', 'HTTP_USER_AGENT': 'CCBot/2.0', 'PATH': '/bin:/usr/bin:/sbin:/usr/sbin', ...}, start_response=<function start_response>) |
| 418 } |
| 419 try: |
| 420 req.send_error(sys.exc_info(), status=500) |
| 421 except RequestDone: |
| 422 return [] |
| req = <trac.web.api.Request object>, req.send_error = <bound method Request.send_error of <trac.web.api.Request object>>, global sys = <module 'sys' (built-in)>, sys.exc_info = <built-in function exc_info>, status undefined |
| /home/bbrinkmann/packages/lib/python2.3/site-packages/trac/web/api.py in send_error(self=<trac.web.api.Request object>, exc_info=(<class trac.core.TracError>, <trac.core.TracError instance>, <traceback object>), template='error.cs', content_type='text/html', status=500) |
| 377 data = str(self.hdf) |
| 378 else: |
| 379 data = self.hdf.render(template) |
| 380 else: |
| 381 content_type = 'text/plain' |
| data undefined, self = <trac.web.api.Request object>, self.hdf = <trac.web.clearsilver.HDFWrapper instance>, self.hdf.render = <bound method HDFWrapper.render of <trac.web.clearsilver.HDFWrapper instance>>, template = 'error.cs' |
| /home/bbrinkmann/packages/lib/python2.3/site-packages/trac/web/clearsilver.py in render(self=<trac.web.clearsilver.HDFWrapper instance>, template=<CSObjectType object>, form_token=None) |
| 288 import neo_cs |
| 289 template = neo_cs.CS(self.hdf) |
| 290 template.parseFile(filename) |
| 291 |
| 292 if form_token: |
| template = <CSObjectType object>, template.parseFile = <built-in method parseFile of CSObjectType object>, filename = 'error.cs' |
Error: Traceback (innermost last):
File "csparse.c", line 327, in cs_parse_file()
File "neo_hdf.c", line 1785, in hdf_search_path()
SystemError: Stat of /home/bbrinkmann/packages/share/trac/templates/error.cs failed: [75] Value too large for defined data type
args =
('Traceback (innermost last):\n File "csparse.c", ...iled: [75] Value too large for defined data type\n',)