openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #24805
[Bug 1389571] [NEW] Crash while downloading thumbnails
Public bug reported:
When running the first time wizard, OpenLP crashes while it downloads
the thumbnails.
The problem is that we do Qt stuff outside of the main thread here:
bazaar.launchpad.net/~openlp-
core/openlp/trunk/view/head:/openlp/core/ui/firsttimeform.py#L73
We need to change the way we use QThread:
http://mayaposch.wordpress.com/2011/11/01/how-to-really-truly-use-qthreads-the-full-explanation/
http://pastebin.com/3Cs4qFM9
** Affects: openlp
Importance: High
Status: New
** Changed in: openlp
Importance: Undecided => High
** Changed in: openlp
Milestone: None => 2.1.2
** Description changed:
When running the first time wizard, OpenLP crashes while it downloads
the thumbnails.
The problem is that we do Qt stuff outside of the main thread here:
bazaar.launchpad.net/~openlp-
core/openlp/trunk/view/head:/openlp/core/ui/firsttimeform.py#L73
+
+ We need to change the way we use QThread:
+ http://mayaposch.wordpress.com/2011/11/01/how-to-really-truly-use-qthreads-the-full-explanation/
+ http://pastebin.com/3Cs4qFM9
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1389571
Title:
Crash while downloading thumbnails
Status in OpenLP - Worship Presentation Software:
New
Bug description:
When running the first time wizard, OpenLP crashes while it downloads
the thumbnails.
The problem is that we do Qt stuff outside of the main thread here:
bazaar.launchpad.net/~openlp-
core/openlp/trunk/view/head:/openlp/core/ui/firsttimeform.py#L73
We need to change the way we use QThread:
http://mayaposch.wordpress.com/2011/11/01/how-to-really-truly-use-qthreads-the-full-explanation/
http://pastebin.com/3Cs4qFM9
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1389571/+subscriptions
Follow ups
References