Accepted connection Accepted connection Accepted connection Accepted connection Accepted connection Accepted connection Accepted connection Accepted connection Accepted connection Accepted connection Program received signal SIGSEGV, Segmentation fault. 0x00000000004a34df in PyEval_EvalFrame_value (f=0xec2c740, throwflag=0, retval=0x0) at Python/ceval.c:938 938 PUSH(retval); /* we are back from a function call */ (gdb) bt #0 0x00000000004a34df in PyEval_EvalFrame_value (f=0xec2c740, throwflag=0, retval=0x0) at Python/ceval.c:938 #1 0x00000000004b0ed2 in slp_frame_dispatch_top (retval=0x0) at Stackless/core/stacklesseval.c:698 #2 0x00000000004b3acd in slp_run_tasklet () at Stackless/module/scheduling.c:1199 #3 0x00000000004b019e in slp_eval_frame (f=0xea9c1a0) at Stackless/core/stacklesseval.c:299 #4 0x00000000004b00e0 in climb_stack_and_eval_frame (f=0x4b77cd) at Stackless/core/stacklesseval.c:266 #5 0x00000000004b5c50 in kill_finally (ob=0xebf1600) at Stackless/module/taskletobject.c:91 #6 0x00000000004b123c in slp_resurrect_and_kill (self=0xebf1600, killer=0x4b5bff ) at Stackless/core/stackless_util.c:135 #7 0x00000000004b5d49 in tasklet_dealloc (t=0xebf1600) at Stackless/module/taskletobject.c:124 #8 0x000000000046cec1 in subtype_dealloc (self=0xebf1600) at Objects/typeobject.c:1025 #9 0x0000000000547683 in channel_clear (ob=0xebf1600) at Stackless/module/channelobject.c:29 #10 0x00000000004b123c in slp_resurrect_and_kill (self=0xebff5f0, killer=0x54760c ) at Stackless/core/stackless_util.c:135 #11 0x00000000005476bd in channel_dealloc (ob=0xebff5f0) at Stackless/module/channelobject.c:39 #12 0x000000000046cec1 in subtype_dealloc (self=0xebff5f0) at Objects/typeobject.c:1025 #13 0x0000000000449abf in dict_dealloc (mp=0xec34190) at Objects/dictobject.c:911 #14 0x00000000004239ef in instance_dealloc (inst=0xec04128) at Objects/classobject.c:669 #15 0x0000000000525ec6 in frame_clear (f=0xec2c740) at Objects/frameobject.c:529 #16 0x00000000004f227e in delete_garbage (collectable=0x801100, old=0x7d2f80) at Modules/gcmodule.c:714 #17 0x00000000004f26b3 in collect (generation=2) at Modules/gcmodule.c:873 #18 0x00000000004f305e in PyGC_Collect () at Modules/gcmodule.c:1300 #19 0x00000000004e1899 in Py_Finalize () at Python/pythonrun.c:438 #20 0x0000000000416169 in Py_Main (argc=2, argv=0x7fffd38cc5a8) at Modules/main.c:625 #21 0x0000000000414f03 in main (argc=2, argv=0x7fffd38cc5a8) at ./Modules/python.c:23 (gdb) where full #0 0x00000000004a34df in PyEval_EvalFrame_value (f=0xec2c740, throwflag=0, retval=0x0) at Python/ceval.c:938 stack_pointer = (PyObject **) 0x0 next_instr = (unsigned char *) 0xea7fc10 "\001WnJ" opcode = 246006560 oparg = 0 why = WHY_NOT err = 0 x = (PyObject *) 0x7aafc0 v = (PyObject *) 0xe9747b0 w = (PyObject *) 0x0 u = (PyObject *) 0xffffffff00000000 t = (PyObject *) 0xe8f20a0 stream = (PyObject *) 0x0 fastlocals = (PyObject **) 0xec2c8c0 freevars = (PyObject **) 0xec2c8d8 tstate = (PyThreadState *) 0xe8f20a0 co = (PyCodeObject *) 0xebe6288 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = (unsigned char *) 0xea7fbd4 "y>" names = (PyObject *) 0xeb3ee60 consts = (PyObject *) 0xebd8470 #1 0x00000000004b0ed2 in slp_frame_dispatch_top (retval=0x0) at Stackless/core/stacklesseval.c:698 ts = (PyThreadState *) 0xe8f20a0 f = (PyFrameObject *) 0xec2c740 #2 0x00000000004b3acd in slp_run_tasklet () at Stackless/module/scheduling.c:1199 ts = (PyThreadState *) 0xe8f20a0 retval = (PyObject *) 0x0 #3 0x00000000004b019e in slp_eval_frame (f=0xea9c1a0) at Stackless/core/stacklesseval.c:299 ts = (PyThreadState *) 0xe8f20a0 fprev = (PyFrameObject *) 0x0 stackref = (intptr_t *) 0x7fffd38c0850 #4 0x00000000004b00e0 in climb_stack_and_eval_frame (f=0x4b77cd) at Stackless/core/stacklesseval.c:266 ts = (PyThreadState *) 0xebf1600 probe = 244788368 needed = 5816 goobledigoobs = (intptr_t *) 0xe8f9090 #5 0x00000000004b5c50 in kill_finally (ob=0xebf1600) at Stackless/module/taskletobject.c:91 ts = (PyThreadState *) 0xe8f20a0 self = (PyTaskletObject *) 0xebf1600 is_mine = 1 #6 0x00000000004b123c in slp_resurrect_and_kill (self=0xebf1600, killer=0x4b5bff ) at Stackless/core/stackless_util.c:135 error_type = (PyObject *) 0x0 error_value = (PyObject *) 0x0 error_traceback = (PyObject *) 0x0 #7 0x00000000004b5d49 in tasklet_dealloc (t=0xebf1600) at Stackless/module/taskletobject.c:124 No locals. #8 0x000000000046cec1 in subtype_dealloc (self=0xebf1600) at Objects/typeobject.c:1025 type = (PyTypeObject *) 0xe8f9090 base = (PyTypeObject *) 0x7c83e0 basedealloc = (destructor) 0x4b5d22 #9 0x0000000000547683 in channel_clear (ob=0xebf1600) at Stackless/module/channelobject.c:29 dir = 1 ch = (PyChannelObject *) 0xebff5f0 #10 0x00000000004b123c in slp_resurrect_and_kill (self=0xebff5f0, killer=0x54760c ) at Stackless/core/stackless_util.c:135 error_type = (PyObject *) 0x0 error_value = (PyObject *) 0x0 error_traceback = (PyObject *) 0x0 #11 0x00000000005476bd in channel_dealloc (ob=0xebff5f0) at Stackless/module/channelobject.c:39 ch = (PyChannelObject *) 0xebff5f0 #12 0x000000000046cec1 in subtype_dealloc (self=0xebff5f0) at Objects/typeobject.c:1025 type = (PyTypeObject *) 0xe8fad80 base = (PyTypeObject *) 0x7eb420 basedealloc = (destructor) 0x547690 #13 0x0000000000449abf in dict_dealloc (mp=0xec34190) at Objects/dictobject.c:911 ep = (PyDictEntry *) 0xec333e0 fill = 5 #14 0x00000000004239ef in instance_dealloc (inst=0xec04128) at Objects/classobject.c:669 error_type = (PyObject *) 0x0 error_value = (PyObject *) 0x0 error_traceback = (PyObject *) 0x0 del = (PyObject *) 0x0 delstr = (PyObject *) 0x2ac37bd579f0 #15 0x0000000000525ec6 in frame_clear (f=0xec2c740) at Objects/frameobject.c:529 _py_tmp = (PyObject *) 0xec04128 fastlocals = (PyObject **) 0xec2c8c0 p = (PyObject **) 0xec28e18 oldtop = (PyObject **) 0xec2c8d8 i = 2 slots = 3 #16 0x00000000004f227e in delete_garbage (collectable=0x801100, old=0x7d2f80) at Modules/gcmodule.c:714 gc = (PyGC_Head *) 0xec2c720 op = (PyObject *) 0xec2c740 clear = (inquiry) 0x525caa #17 0x00000000004f26b3 in collect (generation=2) at Modules/gcmodule.c:873 i = 2 m = 17 n = 0 young = (PyGC_Head *) 0x7d2f80 old = (PyGC_Head *) 0x7d2f80 gc = (PyGC_Head *) 0x801100 t1 = 0 unreachable = {gc = {gc_next = 0xec2c720, gc_prev = 0xebf1a40, gc_refs = 0}, dummy = } finalizers = {gc = {gc_next = 0x8010e0, gc_prev = 0x8010e0, gc_refs = 0}, dummy = } #18 0x00000000004f305e in PyGC_Collect () at Modules/gcmodule.c:1300 n = 47019084574960 #19 0x00000000004e1899 in Py_Finalize () at Python/pythonrun.c:438 interp = (PyInterpreterState *) 0xe8f2010 tstate = (PyThreadState *) 0xe8f20a0 #20 0x0000000000416169 in Py_Main (argc=2, argv=0x7fffd38cc5a8) at Modules/main.c:625 c = -1 sts = 0 command = 0x0 filename = 0x7fffd38ce6d9 "app_sessionless.py" module = 0x0 fp = (FILE *) 0xea4dd00 p = 0x0 unbuffered = 0 skipfirstline = 0 stdin_is_interactive = 1 help = 0 version = 0 saw_unbuffered_flag = 0 cf = {cf_flags = 0} #21 0x0000000000414f03 in main (argc=2, argv=0x7fffd38cc5a8) at ./Modules/python.c:23 No locals.