[Webkit-unassigned] [Bug 137195] New: [WK2][EFL] Fix not destroyed thread created by DispatchQueueEfl even after the DispatchQueueEfl has been destructed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 28 09:50:13 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137195
Summary: [WK2][EFL] Fix not destroyed thread created by
DispatchQueueEfl even after the DispatchQueueEfl has
been destructed
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jh718.park at samsung.com
CC: demarchi at webkit.org
Linux and Unix System's pthread is created in joinable state by default.
So it is needed to detach the thread explicitly after dispatchQueue is destructed.
Currently, even after DispatchQueueEfl was destructed the thread created by a DispatchQueueEfl is not destroyed
because there is no explicit detachThread command.
It leads to maximum number of threads which is allowed by a process in platform
in case iterating creation and deletion of plugin process many times and lock-up is occurred in conclusion.
--
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