$> gdb slpy25 GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /home/r64y/e1/path64/bin/slpy25 [Thread debugging using libthread_db enabled] [New Thread 47359613830896 (LWP 19447)] Python 2.5 Stackless 3.1b3 060516 (release25-maint:54629, Mar 31 2007, 21:57:34) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sip >>> sip.wrapper Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 47359613830896 (LWP 19447)] 0x00002b12c4c7cf30 in strchr () from /lib/libc.so.6 (gdb) thread apply all bt full Thread 1 (Thread 47359613830896 (LWP 19447)): #0 0x00002b12c4c7cf30 in strchr () from /lib/libc.so.6 No symbol table info available. #1 0x00002b12c4c7da2e in strrchr () from /lib/libc.so.6 No symbol table info available. #2 0x0000000000455181 in type_module (type=, context=) at Objects/typeobject.c:99 mod = #3 0x0000000000458bb4 in type_repr (type=0x0) at Objects/typeobject.c:381 mod = name = rtn = kind = #4 0x00000000004478da in PyObject_Repr (v=0x2b12c581d800) at Objects/object.c:361 res = #5 0x0000000000448385 in internal_print (op=0x2b12c581d800, fp=0x2b12c4f52760, flags=0, nesting=0) at Objects/object.c:294 s = ret = #6 0x000000000042e03e in PyFile_WriteObject (v=0x2b12c581d800, f=, flags=0) at Objects/fileobject.c:2176 fp = (FILE *) 0x2b12c4f52760 ---Type to continue, or q to quit--- enc = result = writer = value = (PyObject *) 0x2b12c581d800 args = result = #7 0x00000000004b8e59 in sys_displayhook (self=, o=0x2b12c581d800) at Python/sysmodule.c:114 outf = (PyObject *) 0x2b12c4173198 builtins = (PyObject *) 0x2b12c4170440 #8 0x0000000000419648 in PyObject_Call (func=0x0, arg=0x2e, kw=0x2e) at Objects/abstract.c:1861 result = stackless = 0 call = (ternaryfunc) 0xfefefefefefefeff #9 0x000000000047ebbf in PyEval_CallObjectWithKeywords (func=0x2b12c4178908, arg=0x2b12c425b7d0, kw=0x0) at Python/ceval.c:3747 stackless = 0 result = #10 0x0000000000484f6a in PyEval_EvalFrame_value (f=0x81dcd0, throwflag=, retval=) at Python/ceval.c:1728 fp = (FILE *) 0x0 name = ---Type to continue, or q to quit--- cf = {cf_flags = 7613184} stack_pointer = next_instr = (unsigned char *) 0x2b12c426252b "d" opcode = oparg = 0 why = WHY_RETURN err = 0 x = v = (PyObject *) 0x2b12c581d800 w = u = t = stream = fastlocals = (PyObject **) 0x81de50 freevars = (PyObject **) 0x81de50 tstate = (PyThreadState *) 0x786090 co = (PyCodeObject *) 0x2b12c41db828 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = names = (PyObject *) 0x2b12c4263098 consts = (PyObject *) 0x2b12c425b110 #11 0x0000000000487a1f in PyEval_EvalFrameEx_slp (f=0x0, throwflag=0, ---Type to continue, or q to quit--- retval=0x742b00) at Python/ceval.c:782 tstate = (PyThreadState *) 0x786090 #12 0x0000000000487b50 in slp_frame_dispatch_top (retval=0x0) at Stackless/core/stacklesseval.c:671 ts = (PyThreadState *) 0x786090 f = (PyFrameObject *) 0x0 #13 0x000000000048a7d8 in slp_run_tasklet () at Stackless/module/scheduling.c:1155 ts = (PyThreadState *) 0x786090 retval = (PyObject *) 0x742b00 #14 0x00000000004888fe in slp_eval_frame (f=0x81dcd0) at Stackless/core/stacklesseval.c:281 ts = (PyThreadState *) 0x786090 fprev = (PyFrameObject *) 0x0 #15 0x0000000000488996 in climb_stack_and_eval_frame (f=0x0) at Stackless/core/stacklesseval.c:248 probe = 47359599404136 #16 0x000000000048890b in slp_eval_frame (f=0x81dcd0) at Stackless/core/stacklesseval.c:276 ts = (PyThreadState *) 0x786090 fprev = (PyFrameObject *) 0x0 #17 0x000000000047f622 in PyEval_EvalCode (co=0x0, globals=0x2e, locals=0x2e) at Python/ceval.c:496 No locals. ---Type to continue, or q to quit--- #18 0x00000000004b372f in PyRun_InteractiveOneFlags (fp=0x2b12c4f52680, filename=0x4f2ed6 "", flags=0x7fffe6961df0) at Python/pythonrun.c:1295 m = d = (PyObject *) 0x7b2340 v = w = mod = (mod_ty) 0x817160 arena = (PyArena *) 0x7f5310 ps1 = 0x2b12c42602c4 ">>> " ps2 = errcode = 0 #19 0x00000000004b3934 in PyRun_InteractiveLoopFlags (fp=0x2b12c4f52680, filename=0x4f2ed6 "", flags=0x7fffe6961df0) at Python/pythonrun.c:731 v = (PyObject *) 0x2b12c4260360 ret = local_flags = {cf_flags = 65302} #20 0x00000000004b3a3a in PyRun_AnyFileExFlags (fp=0x2b12c4f52680, filename=0x4f2ed6 "", closeit=0, flags=0x7fffe6961df0) at Python/pythonrun.c:700 err = #21 0x00000000004160e0 in Py_Main (argc=, argv=0x0) at Modules/main.c:496 v = ---Type to continue, or q to quit--- c = sts = 0 command = 0x0 filename = 0x2e
module = 0x0 fp = (FILE *) 0x2b12c4f52680 p = inspect = 0 unbuffered = skipfirstline = 0 stdin_is_interactive = 1 help = version = saw_inspect_flag = 0 saw_unbuffered_flag = 0 cf = {cf_flags = 0} #22 0x00002b12c4c248e4 in __libc_start_main () from /lib/libc.so.6 No symbol table info available. #23 0x00000000004156b9 in _start () No symbol table info available. (gdb) quit