Bug 122045
Summary: | The workQueue thread on Connection object could not be destroyed, except when a process was killed. | ||
---|---|---|---|
Product: | WebKit | Reporter: | 8179.jeong <8179.jeong> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bw80.lee, jinwoo7.song, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | Linux |
8179.jeong@gmail.com
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
8179.jeong@gmail.com
*** This bug has been marked as a duplicate of bug 122044 ***