[Webkit-unassigned] [Bug 187394] New: [iOS] Assertion failure in WebProcessProxy::allProcesses() (isMainThread())
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 6 10:18:58 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=187394
Bug ID: 187394
Summary: [iOS] Assertion failure in
WebProcessProxy::allProcesses() (isMainThread())
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mitz at webkit.org
CC: beidson at apple.com
When running the iOS Mail app with TOT WebKit, WebProcessProxy::allProcesses() is called on the main thread, but because by then the Web thread has been initialized, the isMainThread() assertion fails. Perhaps allProcesses() should instead assert RunLoop::isMain().
--
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/20180706/8e9d722d/attachment.html>
More information about the webkit-unassigned
mailing list