(gdb) r -c "from PyKDE4.kio import *" Starting program: /usr/bin/python -c "from PyKDE4.kio import *" [Thread debugging using libthread_db enabled] [New Thread 0xb7cf46c0 (LWP 1312)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7cf46c0 (LWP 1312)] strlen () at ../sysdeps/i386/i486/strlen.S:69 69 L(1): movl (%eax), %ecx /* get word (= 4 bytes) in question */ (gdb) bt #0 strlen () at ../sysdeps/i386/i486/strlen.S:69 #1 0xb7f1695a in PyString_FromFormatV () from /usr/lib/libpython2.6.so.1.0 #2 0xb7f70e49 in PyErr_Format () from /usr/lib/libpython2.6.so.1.0 #3 0xb5a11921 in ?? () from /usr/lib/python2.6/site-packages/sip.so #4 0xb7fee200 in ?? () from /usr/lib/libpython2.6.so.1.0 #5 0xb5a142f8 in ?? () from /usr/lib/python2.6/site-packages/sip.so #6 0x00000004 in ?? () #7 0x6f8a0814 in ?? () #8 0x00000003 in ?? () #9 0x00000008 in ?? () #10 0xbfa45848 in ?? () #11 0xb7f054fc in PyDict_GetItemString () from /usr/lib/libpython2.6.so.1.0 #12 0xb7ab4a04 in initkio () from /usr/lib/python2.6/site-packages/PyKDE4/kio.so #13 0xb7f7b266 in _PyImport_LoadDynamicModule () from /usr/lib/libpython2.6.so.1.0 #14 0xb7f78f48 in load_module () from /usr/lib/libpython2.6.so.1.0 #15 0xb7f79853 in import_submodule () from /usr/lib/libpython2.6.so.1.0 #16 0xb7f79b16 in load_next () from /usr/lib/libpython2.6.so.1.0 #17 0xb7f7a156 in import_module_level () from /usr/lib/libpython2.6.so.1.0 #18 0xb7f7a657 in PyImport_ImportModuleLevel () from /usr/lib/libpython2.6.so.1.0 #19 0xb7f5e266 in builtin___import__ () from /usr/lib/libpython2.6.so.1.0 #20 0xb7f065a8 in PyCFunction_Call () from /usr/lib/libpython2.6.so.1.0 #21 0xb7ec42ac in PyObject_Call () from /usr/lib/libpython2.6.so.1.0 #22 0xb7f5e8d4 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.6.so.1.0 #23 0xb7f6241f in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 #24 0xb7f65669 in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0 #25 0xb7f65773 in PyEval_EvalCode () from /usr/lib/libpython2.6.so.1.0 #26 0xb7f8251e in PyRun_StringFlags () from /usr/lib/libpython2.6.so.1.0 #27 0xb7f837c3 in PyRun_SimpleStringFlags () from /usr/lib/libpython2.6.so.1.0 #28 0xb7f90a35 in Py_Main () from /usr/lib/libpython2.6.so.1.0 #29 0x08048637 in main () (gdb)