[Webkit-unassigned] [Bug 139654] DropAllLocks assertion on iOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 15 16:07:37 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139654
--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
The only way to work around this bug is to avoid using -stringByEvaluatingJavaScriptFromString: on the main thread while the web thread may be loading. If you're just trying to execute code, and you don't care about the return value, you can wrap your code in a zero-delay timer and you'll eliminate 99.9% of the risk of crash here.
--
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/20141216/5edc6420/attachment-0002.html>
More information about the webkit-unassigned
mailing list