[Webkit-unassigned] [Bug 122045] New: The workQueue thread on Connection object could not be destroyed, except when a process was killed.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 27 17:59:17 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122045
Summary: The workQueue thread on Connection object could not be
destroyed, except when a process was killed.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: 8179.jeong at gmail.com
CC: demarchi at webkit.org, jinwoo7.song at samsung.com,
bw80.lee at samsung.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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list