>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote: >> Could bug 2549 on OS X http://bugzilla.lyx.org/show_bug.cgi?id=2549 >> be related to this? Georg> I think so. Changing app to a pointer also in qt3 gets also rid Georg> of the famous "mutex destroy failure" message. Georg> I think we need to change both qt3 and qt4 in such a way that Georg> the QApplication object we create is created before any other Georg> qt stuff is created and destroyed at the end of main(), i.e. Georg> mimic the generic qt app: But what other Qt stuff is created before the qapp? The font loader does not do anything qt-specific at initialization. LColorCache seems safe, and I did not find any other global qt variable. JMarc