Thank you for your prompt response ... > > The user data is part of the internals of Qt Jambi and specifically > provides a way for the binding layer to find information about the Java > object based on a pointer to a QObject. > > In this case, the trouble seems to be caused by the global static > pixmap > cache in Qt which is being deleted on shutdown.
I'm not aware of doing anything evil with pixmaps, though my applications load a whole bunch of QIcons from PNG files. Some of them are even in menu actions, would that cause trouble? The applications would look really bleak without the icons, but I guess for testing purposes I could disable them ... > > Since we haven't seen this bug before, I could use some help to > reproduce it. You say it only happens on the mac? Well so far I can say for sure it does not happen on Windows (32 & 64bit) and does happen on OSX, I probably should run the app in a linux distro, and possibly run it through valgrind ... that might take a while though ... > > Also, do you have any example code which reproduces the crash? Does you > application do anything special with regards to shutdown? > I failed writing a 'smallish' test case that would reproduce the problem, the problem only seems to come with whole applications. I'm not doing anything special with regards to shutdown. Thanks Frank > -- Eskil > _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
