RESOLVED DUPLICATE of bug 122044 Bug 122045
The workQueue thread on Connection object could not be destroyed, except when a process was killed.
https://bugs.webkit.org/show_bug.cgi?id=122045
Summary The workQueue thread on Connection object could not be destroyed, except when...
8179.jeong@gmail.com
Reported 2013-09-27 17:58:17 PDT
To communicate between UI Process and Web Process, WebKit2 use two WorkingQueue threads. If the Web Process is terminated, the UI Process will disconnect the connection from Web Process. But the WorkingQueue thread on UI Process side is still alive despite of some attempt to delete all obejcts related with the connection.
Attachments
8179.jeong@gmail.com
Comment 1 2013-09-27 17:59:50 PDT
*** This bug has been marked as a duplicate of bug 122044 ***
Note You need to log in before you can comment on or make changes to this bug.