Bug 122044 - The workQueue thread on Connection object could not be destroyed, except when a process was killed.
Summary: The workQueue thread on Connection object could not be destroyed, except when...
Status: RESOLVED DUPLICATE of bug 114432
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 122045 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-27 17:44 PDT by 8179.jeong@gmail.com
Modified: 2013-09-28 13:48 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2013-09-27 18:20 PDT, Jinwoo Jeong
andersca: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 8179.jeong@gmail.com 2013-09-27 17:44:06 PDT
To communicate UI Process and Web Process, WebKit2 use WorkQueue thread.
When Web Process is terminated, UI Process will disconnect the connection from Web Process.
But the WorkQueue thread is still alive.
Comment 1 8179.jeong@gmail.com 2013-09-27 17:59:50 PDT
*** Bug 122045 has been marked as a duplicate of this bug. ***
Comment 2 Jinwoo Jeong 2013-09-27 18:20:11 PDT
Created attachment 212861 [details]
Patch
Comment 3 Sergio Correia (qrwteyrutiyoup) 2013-09-27 18:34:42 PDT
Comment on attachment 212861 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212861&action=review

> Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:208
> +    m_socketEventHandler = Function<void()>();

This approach seems to have been attempted at https://bugs.webkit.org/show_bug.cgi?id=114432. Maybe you should take a look at that discussion.
Comment 4 8179.jeong@gmail.com 2013-09-27 18:54:48 PDT
(In reply to comment #3)
> (From update of attachment 212861 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=212861&action=review
> 
> > Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:208
> > +    m_socketEventHandler = Function<void()>();
> 
> This approach seems to have been attempted at https://bugs.webkit.org/show_bug.cgi?id=114432. Maybe you should take a look at that discussion.

You are right. Maybe this one is duplicated.
I close this one.

*** This bug has been marked as a duplicate of bug 114432 ***