[Zope] Hooks for methods other than GET/POST on port 80?
Chris Withers
chris at simplistix.co.uk
Tue Dec 6 04:45:55 EST 2005
Roman Susi wrote:
> This is what freezes Zope:
What do you mean by freezes? how did you cause this to happen?
> Traceback (most recent call last):
> File "/usr/local/lib/python2.3/logging/__init__.py", line 674, in emit
> msg = self.format(record)
> File "/usr/local/lib/python2.3/logging/__init__.py", line 567, in format
> return fmt.format(record)
> File "/usr/local/lib/python2.3/logging/__init__.py", line 369, in format
> s = s + self.formatException(record.exc_info)
> File "/usr/local/lib/python2.3/logging/__init__.py", line 342, in
> formatException
> traceback.print_exception(ei[0], ei[1], ei[2], None, sio)
> File "/usr/local/lib/python2.3/traceback.py", line 123, in print_exception
> print_tb(tb, limit, file)
> File "/usr/local/lib/python2.3/traceback.py", line 68, in print_tb
> line = linecache.getline(filename, lineno)
> File "/usr/local/lib/python2.3/linecache.py", line 14, in getline
> lines = getlines(filename)
> RuntimeError: maximum recursion depth exceeded
We need more of the traceback, there is no repeating part here so it's
impossible to see what's causing the infinite recursion...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope
mailing list