[Webkit-unassigned] [Bug 168354] ASSERTION FAILED: vm.heap.mutatorState() == MutatorState::Running || vm.apiLock().ownerThread() != std::this_thread::get_id()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 19:17:49 PST 2017


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

Keith Miller <keith_miller at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keith_miller at apple.com

--- Comment #4 from Keith Miller <keith_miller at apple.com> ---
Hmm, this assertion is there to fix issue where people are inappropriately getting the structure of an object while they are destroying it. However, detach are trying to access the global object of some executing frame, which is unusual, but in this case should be ok. I'm not sure what the best solution is here... :/

-- 
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/20170216/decef682/attachment.html>


More information about the webkit-unassigned mailing list