[PyKDE] Debugging a segfault in Linux

Diez B. Roggisch deets at web.de
Fri Mar 17 16:14:54 GMT 2006


> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1209734944 (LWP 16726)]
> 0xb7682318 in QObject::parent (this=0xffffffff) at qobject.h:154

This looks fishy - a "this" with value -1 ist most probably an uninitialized 
pointer. Try investigating that.

Diez




More information about the PyQt mailing list