[Python-bugs-list] [Bug #126790] SIGSEGV in chunk_malloc/Python 1.5.2 Linux i386

noreply@sourceforge.net noreply@sourceforge.net
Tue, 26 Dec 2000 08:03:34 -0800


Bug #126790, was updated on 2000-Dec-25 01:53
Here is a current snapshot of the bug.

Project: Python
Category: Python Interpreter Core
Status: Closed
Resolution: Invalid
Bug Group: Not a Bug
Priority: 5
Submitted by: ajung
Assigned to : nobody
Summary: SIGSEGV in chunk_malloc/Python 1.5.2 Linux i386

Details: Inside a Zope application python dies while calling the
constructor
of a class with a SIGSEGV. GDB traceback is available
from http://www.andreas-jung.com/tmp/tb.gz (160KB)






Follow-Ups:

Date: 2000-Dec-26 08:03
By: akuchling

Comment:
Not a bug.  This looks like a runaway recursion in Python code, because the
stack is 32583 levels deep.  You could try using sys.setrecursionlimit() to
decrease how deep Python code can recurse, which should help you get a
Python traceback instead of a core dump.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=126790&group_id=5470