[Webkit-unassigned] [Bug 199857] New: [WTF] Thread::removeFromThreadGroup leaks weak pointers.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 17 05:32:35 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199857
Bug ID: 199857
Summary: [WTF] Thread::removeFromThreadGroup leaks weak
pointers.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Takashi.Komori at sony.com
ThreadGroup's destructor calls Thread::removeFromThreadGroup and tries to remove its weak pointer from Thread.m_threadGroups.
As the call is from destructor the instance of ThreadGroup is already released and the removing always fail.
As a result, the size of m_thraeadGroups won't decrease.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190717/6c08773c/attachment.html>
More information about the webkit-unassigned
mailing list