[PyKDE] Hang on exit

Peter Bienstman Peter.Bienstman at ugent.be
Sat Nov 1 20:59:01 GMT 2003


Hi all,

I have a weird, albeit vague problem report.

If I start my PyQt application, do some stuff (e.g. just bring up a dialog 
box) and exit, I have no problem. However, if I exit immediately after 
starting the program, python hangs. It seems to be stuck here:

Program received signal SIGINT, Interrupt.
[Switching to Thread 16384 (LWP 7767)]
0x401e7042 in malloc_consolidate () from /lib/libc.so.6
(gdb) bt
#0  0x401e7042 in malloc_consolidate () from /lib/libc.so.6
#1  0x401e6f61 in _int_free () from /lib/libc.so.6
#2  0x401e5d8c in free () from /lib/libc.so.6
#3  0x0805ab81 in _Py_ReleaseInternedStrings ()
#4  0x080d69e8 in PyDict_SetItem ()
#5  0x080d998d in _PyModule_Clear ()
#6  0x080939bb in PyImport_Cleanup ()
#7  0x0809eeec in Py_Finalize ()
#8  0x08053290 in Py_Main ()
#9  0x08052e63 in main ()
#10 0x40188767 in __libc_start_main () from /lib/libc.so.6
(gdb)

Any pointer to what's going on here? My program uses external C extension 
modules.

Thanks!

Peter
-- 
------------------------------------------------
Peter Bienstman
Ghent University, Dep. of Information Technology
Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium
tel: +32 9 264 34 45, fax: +32 9 264 35 93
WWW: http://photonics.intec.ugent.be
email: Peter.Bienstman at ugent.be
------------------------------------------------




More information about the PyQt mailing list