I figured you might ask, so...

$ gdb /usr/bin/python
GNU gdb 6.3-debian
Copyright 2004 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"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/python
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912504471376 (LWP 24659)]
(no debugging symbols found)
[ repeated 4 more times ]
Python 2.3.5 (#2, Aug 31 2005, 03:10:40)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
>>> import gtkspell
(no debugging symbols found)
[repeated 27 more times ]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912504471376 (LWP 24659)]
0x00002aaaab0d69d0 in strlen () from /lib/libc.so.6
(gdb) backtrace
#0  0x00002aaaab0d69d0 in strlen () from /lib/libc.so.6
#1  0x000000000043c6ab in PyString_FromString ()
#2  0x00000000004368fe in PyDict_GetItemString ()
#3  0x000000000044a749 in PyType_Ready ()
#4  0x00002aaaab6863f0 in initgtkspell () from
/usr/lib/python2.3/site-packages/gtk-2.0/gtkspell.so
#5  0x000000000048c680 in _PyImport_LoadDynamicModule ()
#6  0x000000000048b3b4 in PyImport_ReloadModule ()
#7  0x000000000048b5ca in PyImport_ReloadModule ()
#8  0x000000000048ba59 in PyImport_ImportModuleEx ()
#9  0x0000000000463ca1 in _PyUnicodeUCS4_IsNumeric ()
#10 0x00000000004139a0 in PyObject_Call ()
#11 0x000000000046b2d4 in PyEval_CallObjectWithKeywords ()
#12 0x000000000046ec32 in PyEval_GetFuncName ()
#13 0x0000000000471c95 in PyEval_EvalCodeEx ()
#14 0x0000000000471dd2 in PyEval_EvalCode ()
#15 0x00000000004931d0 in PyRun_InteractiveOneFlags ()
#16 0x00000000004932d4 in PyRun_InteractiveLoopFlags ()
#17 0x00000000004939ca in PyRun_AnyFileExFlags ()
#18 0x000000000040feb9 in Py_Main ()
#19 0x00002aaaab0804ba in __libc_start_main () from /lib/libc.so.6
#20 0x000000000040f80a in _start ()
#21 0x00007fffffffe858 in ?? ()
#22 0x00002aaaaabc29c0 in ?? () from /lib64/ld-linux-x86-64.so.2
#23 0x0000000000000001 in ?? ()
[...]

--
Larry McCarthy
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to