[Marble-bugs] [Bug 288612] Marble and Qt 4.8 don't play well together

Dennis Nienhüser earthwings at gentoo.org
Thu Jan 5 23:15:32 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=288612





--- Comment #8 from Dennis Nienhüser <earthwings gentoo org>  2012-01-05 23:15:31 ---
Seems to be caused by the wrong assumption in

runTask( &localEventLoop );
[...]
localEventLoop.exec();

that runner() is not yet finished when executing the event loop. This does not
hold true for short running threads and the problem seems to occur more likely
with Qt 4.8. Hence the local event loop waits for an event that already
happened until the watchdog terminates it.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Marble-bugs mailing list