This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex
Recipients alex
Date 2011-12-04.20:11:46
SpamBayes Score 0.032649815
Marked as misclassified No
Message-id <1323029507.62.0.804726538163.issue13529@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine asked for a gdb bt, here's the last couple of useful frames:


#0  _PyWeakref_ClearRef (self=0x4000000000000000) at Objects/weakrefobject.c:97
#1  0x00000000004d4c66 in handle_weakrefs (old=0x78a2b0, unreachable=0x7fffffff87b0) at Modules/gcmodule.c:595
#2  collect (generation=0) at Modules/gcmodule.c:924
#3  0x00000000004d5640 in collect_generations () at Modules/gcmodule.c:996
#4  _PyObject_GC_Malloc (basicsize=<optimized out>) at Modules/gcmodule.c:1457
#5  0x0000000000466ba9 in PyType_GenericAlloc (type=0x31d05e0, nitems=0) at Objects/typeobject.c:753
#6  0x000000000046ad83 in type_call (type=0x31d05e0, args=(257, None, [], 8, 51), kwds=0x0) at Objects/typeobject.c:721
#7  0x000000000041ebc7 in PyObject_Call (func=<type at remote 0x31d05e0>, arg=<optimized out>, kw=<optimized out>) at Objects/abstract.c:2529
#8  0x000000000049b152 in do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7fffffff89b0, func=<type at remote 0x31d05e0>)
    at Python/ceval.c:4239
#9  call_function (oparg=<optimized out>, pp_stack=0x7fffffff89b0) at Python/ceval.c:4044
#10 PyEval_EvalFrameEx (f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:2666
History
Date User Action Args
2011-12-04 20:11:47alexsetrecipients: + alex
2011-12-04 20:11:47alexsetmessageid: <1323029507.62.0.804726538163.issue13529@psf.upfronthosting.co.za>
2011-12-04 20:11:47alexlinkissue13529 messages
2011-12-04 20:11:46alexcreate