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 EFLAssignee: 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
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.