[Webkit-unassigned] [Bug 72538] WebWorker threads can outlive the QApplication instance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 15:08:41 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72538





--- Comment #6 from Andrew Wason <rectalogic at rectalogic.com>  2011-11-21 15:08:41 PST ---
(In reply to comment #5)
>
> As a separate question, why does QApplication ever need to be destroyed?

In Qt applications it's typically destroyed when main() returns. I guess it could be allocated on the heap and leaked, but even then there is global static internal Qt state that is destroyed as part of application shutdown and this can cause a crash when lingering WorkerThreads threads indirectly access it.

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



More information about the webkit-unassigned mailing list