[PyKDE] Re: PyQt4 shutdown crash

Mike Rovner mrovner at cadence.com
Fri Jun 2 22:55:38 BST 2006


And here is the shortest traceback from my application:

#0  0x0000002a965cb60c in _int_free () from /lib64/tls/libc.so.6
#1  0x0000002a965ca481 in free () from /lib64/tls/libc.so.6
#2  0x0000002a979c6b89 in qFree(void*) () from 
/lan/dfm/grp_mm_data1/dev/tools/Qt-4.1.1/linux-amd64/lib/libQtCore.so.4
#3  0x0000002a97a52ad1 in 
QVector<QCustomTypeInfo>::free(QVectorTypedData<QCustomTypeInfo>*) ()
    from 
/lan/dfm/grp_mm_data1/dev/tools/Qt-4.1.1/linux-amd64/lib/libQtCore.so.4
#4  0x0000002a97a52e63 in QVector<QCustomTypeInfo>::~QVector() ()
    from 
/lan/dfm/grp_mm_data1/dev/tools/Qt-4.1.1/linux-amd64/lib/libQtCore.so.4
#5  0x0000002a97a52a19 in QMetaType::destroy(int, void*) ()
    from 
/lan/dfm/grp_mm_data1/dev/tools/Qt-4.1.1/linux-amd64/lib/libQtCore.so.4
#6  0x0000002a96585d0b in exit () from /lib64/tls/libc.so.6
#7  0x0000002a965711f1 in __libc_start_main () from /lib64/tls/libc.so.6
#8  0x00000000004008aa in _start ()

As you see QMetaType::destroy is there.

Version 20060531 both sip and PyQt.

Regards,
Mike




More information about the PyQt mailing list