[Webkit-unassigned] [Bug 199657] WebKit::WebProcessProxy::~WebProcessProxy crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 10 09:19:19 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199657
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |achristensen at apple.com,
| |ap at webkit.org,
| |cdumez at apple.com,
| |rniwa at webkit.org,
| |sihui_liu at apple.com
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
There is only one RELEASE_ASSERT in this function, that being:
RELEASE_ASSERT(isMainThreadOrCheckDisabled());
The process uses both Legacy and Modern WebKit APIs, and we erroneously execute the IPC::Connection destructor on the WebThread instead of the UI thread.
For Apple employees, this looks identical to rdar://problem/51577716&52224515.
--
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/20190710/b84206ab/attachment.html>
More information about the webkit-unassigned
mailing list