[Webkit-unassigned] [Bug 112369] Assertion failure !m_lastChunkBeforeScript in HTMLDocumentParser during inspector/debugger/pause-in-inline-script.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 01:28:36 PDT 2013


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2013-03-20 01:31:03 PST ---
I'm able to repro the ASSERT.

We're hitting the ASSERT when trying to set m_lastChunkBeforeScript when it's already set.  That means that we're handling this chunk on the main thread, before we were told that script execution was complete.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list