On Friday 31 July 2009 03:08:49 Carina Denkmann wrote: > Am Sunday 26 July 2009 15:01:09 schrieb Olivier Goffart: > > Carina, Do you know how to reproduce the crash? > > Hi, > > I got this crash while trying to reproduce > https://bugs.kde.org/show_bug.cgi?id=200815 on recent KDE trunk. The > backtrace there is different because the reporter was not using Qt 4.6, but > I was wondering why it would crash in QPointer ...
I had a quick look at the bug and i was able to reproduce it with valgrind. I attached the output in the bug report. I haven't done intensive debugging, but the problem seems to be that some KMenu is destroyed in some signal from the menu itself (probably due to a reentrency in the event loop. use show() instead of exec() on QDialog to avoid that) -- Olivier _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
