Qt-jambi-interest Archive, June 2007
Crash on cleanup
Message 1 in thread
Hello,
I've build Jambi from sources to have it working on my machine as well.
After installing the missing private Designer headers and fighting with a
debug/release library issue it is running now. It's just that on shutdown
the following assertion is triggered:
#0 0x4006a83b in raise () from /lib/tls/libc.so.6
#1 0x4006bfa2 in abort () from /lib/tls/libc.so.6
#2 0x4287e15b in qt_message_output (msgType=QtFatalMsg,
buf=0x424b0110 "ASSERT: \"qMetaTypeGuiHelper\" in file
kernel/qmetatype.cpp, line 1195") at global/qglobal.cpp:2145
#3 0x4287e52f in qFatal (msg=0x42972a40 "ASSERT: \"%s\" in file %s, line
%d")
at global/qglobal.cpp:2376
#4 0x4287dd1d in qt_assert (assertion=0x429b0a55 "qMetaTypeGuiHelper",
file=0x429b0a40 "kernel/qmetatype.cpp", line=1195)
at global/qglobal.cpp:1904
#5 0x42944e88 in QMetaType::destroy (type=77, data=0x8710b88)
at kernel/qmetatype.cpp:1195
#6 0x437da86e in QtJambiLink::deleteNativeObject (this=0x80f79d0,
env=0x80818e8) at qtjambilink.cpp:356
#7 0x437da8ef in QtJambiLink::cleanUpAll (this=0x80f79d0, env=0x80818e8)
at qtjambilink.cpp:370
#8 0x437da91a in QtJambiLink::javaObjectFinalized (this=0x80f79d0,
env=0x80818e8) at qtjambilink.cpp:375
#9 0x437e5c77 in Java_com_trolltech_qt_QtJambiObject_finalize
(env=0x80818e8,
java=0x424b2298) at qtobject.cpp:117
#10 0x40336e14 in ?? ()
#11 0x080818e8 in ?? ()
#12 0x424b2298 in ?? ()
#13 0x628ce9b0 in ?? ()
#14 0x663c20cb in ?? ()
#15 0x424b22c0 in ?? ()
#16 0x663c31b0 in ?? ()
#17 0x424b22e0 in ?? ()
#18 0x4027d207 in ?? ()
#19 0x424b22e0 in ?? ()
#20 0x06209011 in JavaCallWrapper::JavaCallWrapper ()
from /usr/local/jdk1.6.0_01/jre/lib/i386/client/libjvm.so
Previous frame inner to this frame (corrupt stack?)
(gdb)
Harri.