Alex Gaynor <alex.gay...@gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13529>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to