Abort in garbage collector in 2.2.2

Neal Norwitz neal at metaslash.com
Fri Nov 1 17:26:36 EST 2002


On Fri, 01 Nov 2002 15:34:43 -0500, Christophe wrote:

> I'm getting this error while sourcing some scripts in python 2.2.2:
> 
> Assertion failed: STILL_A_CANDIDATE(op), file python/Modules/gcmodule.c,
> line 366
> 
> The stack trace shows this:
> 
>   ---- called from signal handler with signal 6 (SIGABRT) ------ [10]

	[snip]
>   [32] run_node(0xc7dc8, 0xfeaae2a4, 0x85f020, 0xa5b220, 0x0, 0x8), at
> 0xfe997f88
>   [33] run_err_node(0xc7dc8, 0xfeaae2a4, 0x85f020, 0xa5b220, 0x0,
> 0xff00), at 0xfe997f00
>   [34] PyRun_String(0xa59a84, 0x101, 0x85f020, 0xa5b220, 0x9d7e28,
> 0x0), at 0xfe997a24
>   [35] exec_statement(0x296360, 0xa59a70, 0xfea5b584, 0xfea5b584, 0x3,
> 0xffffffff), at 0xfe8db484

In addition to Martin's questions...

Apparently, you are exec'ing something.  What is the string?  Are you
using dictionaries other than globals and locals?

Neal



More information about the Python-list mailing list