Description of problem: My application contains login dialog (QDialog) and main window (QMainWindow) which is created upon successful connection to mysql database. The strange thing is that if main window was created at least once (it is possible to return to login from window, destroying it), then QApplication crashes at the and of the program when it is destroyed. In 3.3.7 everything worked perfectly but in 3.3.8 this bug appeared. Attaching my app and mysql database - please check what might be wrong. Version-Release number of selected component (if applicable): qt-3.3.8-4.fc7 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 156956 [details] Application
Created attachment 156957 [details] MySQL database
This is a known and confirmed issue which Trolltech has already fixed, but the fix will only appear in 3.3.9. Here is the bug description from Trolltech: http://trolltech.com/developer/task-tracker/index_html?id=154194&method=entry MythTV has been hit by this issue as well: http://mythtv.org/pipermail/mythtv-dev/2007-March/054176.html At the end of this e-mail is a patch which openSUSE used to fix the issue: http://mythtv.org/pipermail/mythtv-dev/2007-March/054321.html Can Fedora do something similar?
i have already backported the patch for F7. I will push it in F7 update soon. Thanks for your report.
Do we have a date regarding when this patch will be on general release? All us using Mythtv with Fedora are suffering and holding our hands waiting for it :) thanks!