[Python-bugs-list] [Bug #128302] Repeatedly initializing the interpreter dumps core
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 13 Jan 2001 09:27:06 -0800
Bug #128302, was updated on 2001-Jan-10 09:15
Here is a current snapshot of the bug.
Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: None
Priority: 4
Submitted by: gvanrossum
Assigned to : nascheme
Summary: Repeatedly initializing the interpreter dumps core
Details: I've checked in a simple test program: Demo/embed/loop.c. If you
run "make looptest" in this directory, you should get a few lines of 'hello
world' followed by a core dump.
Follow-Ups:
Date: 2001-Jan-13 09:27
By: gvanrossum
Comment:
Neil, do you mind if I assign this to you? When I look at this in gdb, it
usually seems to have crashed somewhere in the GC code.
Could you give it a quick look over? Is it possible that the GC code
doesn't do the right thing when Py_Finalize() and Py_Initialize() are
called more than once?
If you don't have time or don't think it's GC's fault, please give it back
to me or to None.
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=128302&group_id=5470