View Issue Details

IDProjectCategoryView StatusLast Update
0001393libextractorpluginspublic2009-02-20 11:54
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.5.20c 
Summary0001393: warnings and deadlock (?) in qt plugin (?)
DescriptionWhen running "make check" in LE (with all plugins being build), quite a few Qt-related warnings are printed:

WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
WARNING: QApplication was not created in the main() thread.
QMutex::lock: mutex lock failure:
 
Additional InformationAfterwards, "make check" just hung. I did not investigate further yet.
TagsNo tags attached.

Activities

Christian Grothoff

2008-07-22 03:04

manager   ~0003604

I removed the QApplication creation in the constructor, which seems to fix this problem (as well as the hanging).

Issue History

Date Modified Username Field Change
2008-07-21 16:23 Christian Grothoff New Issue
2008-07-22 03:04 Christian Grothoff Note Added: 0003604
2008-07-22 03:04 Christian Grothoff Status new => resolved
2008-07-22 03:04 Christian Grothoff Resolution open => fixed
2008-07-22 03:04 Christian Grothoff Assigned To => Christian Grothoff
2009-02-20 11:54 Christian Grothoff Status resolved => closed