[Webkit-unassigned] [Bug 156737] Calling then on promise in Workers may crash in Debug builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 06:52:07 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156737

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Digging a little bit further, the issue seems related to the web worker being asked to stop while the web worker is still wanting to run promiseReactionJob.

Requesting the web worker triggers the watch dog.
An exception is then sometimes hit either just before executing promiseReactionJob (in Interpreter::executeCall) or as part of op_watchdog.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160510/87fb4344/attachment-0001.html>


More information about the webkit-unassigned mailing list