Hello, I've been using qtjambi for some time now and am quite happy with it on Windows systems. Now moving the software over to OS X (1.5.7 / i386) I do experience strange crashes when the application is quit. Unfortunately the crash happens in the C++ side of things. Here the stacktrace:
Thread 0 Crashed: 0 ??? 0x045d8188 0 + 73236872 1 libqtjambi.jnilib 0x0484c0f6 QtJambiLinkUserData::~QtJambiLinkUserData() + 44 2 libQtCore.4.dylib 0x0470f09e void qDeleteAll<QObjectUserData* const*>(QObjectUserData* const*, QObjectUserData* const*) + 46 3 libQtCore.4.dylib 0x0470aba5 QObjectPrivate::~QObjectPrivate() + 69 4 libQtCore.4.dylib 0x0470dd23 QObject::~QObject() + 1235 5 libQtGui.4.dylib 0x04a9672c QPMCache::~QPMCache() + 236 6 libQtGui.4.dylib 0x04a957a1 __tcf_0 + 33 7 libSystem.B.dylib 0x90d59dbc __cxa_finalize + 241 8 libSystem.B.dylib 0x90d59cb0 exit + 33 so it would seem like something evil is happening when some UserData is deleted. Thing is i'm not aware of attaching any user data to any qtjambi object. Any help is appreciated. Thanks Frank _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
