WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 114432
122044
The workQueue thread on Connection object could not be destroyed, except when a process was killed.
https://bugs.webkit.org/show_bug.cgi?id=122044
Summary
The workQueue thread on Connection object could not be destroyed, except when...
8179.jeong@gmail.com
Reported
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.
Attachments
Patch
(1.39 KB, patch)
2013-09-27 18:20 PDT
,
Jinwoo Jeong
andersca
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
8179.jeong@gmail.com
Comment 1
2013-09-27 17:59:50 PDT
***
Bug 122045
has been marked as a duplicate of this bug. ***
Jinwoo Jeong
Comment 2
2013-09-27 18:20:11 PDT
Created
attachment 212861
[details]
Patch
Sergio Correia (qrwteyrutiyoup)
Comment 3
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.
8179.jeong@gmail.com
Comment 4
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
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug