RESOLVED DUPLICATE of bug 54462 52929
Assertion failure in DocumentParser
https://bugs.webkit.org/show_bug.cgi?id=52929
Summary Assertion failure in DocumentParser
Kenneth Russell
Reported 2011-01-21 15:15:36 PST
While loading the following URL in a top of tree debug build of Chromium Linux (64-bit): https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl I see an assertion failure: ASSERTION FAILED: m_state == ParsingState (third_party/WebKit/Source/WebCore/dom/DocumentParser.cpp:56 virtual void WebCore::DocumentParser::prepareToStopParsing()) My source tree is completely unmodified from TOT. I don't know whether this is a Chromium- or Linux-specific bug or happens in Safari too. I don't see any crashes with the Chromium continuous builds, which are release mode so assertions are disabled, but perhaps the assertion failure is benign.
Attachments
Kenneth Russell
Comment 1 2011-01-21 15:36:23 PST
Not Linux specific. Happens with my debug Chromium build on Mac too.
Adam Barth
Comment 2 2011-01-21 16:45:10 PST
This is a dup of a bug that's on my short list.
Alexey Proskuryakov
Comment 3 2011-01-21 19:55:39 PST
Adam Barth
Comment 4 2011-01-21 21:38:55 PST
Yessir *** This bug has been marked as a duplicate of bug 50253 ***
Adam Barth
Comment 5 2011-02-15 17:02:34 PST
> perhaps the assertion failure is benign. It's not likely to be benign. The effects, however, are subtle.
Adam Barth
Comment 6 2011-02-15 17:04:21 PST
This is now fixed because it was actually a dup of Bug 54462. *** This bug has been marked as a duplicate of bug 54462 ***
Note You need to log in before you can comment on or make changes to this bug.