Bug 52929
| Summary: | Assertion failure in DocumentParser | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
| Component: | Page Loading | Assignee: | Adam Barth <abarth> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Kenneth Russell
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenneth Russell
Not Linux specific. Happens with my debug Chromium build on Mac too.
Adam Barth
This is a dup of a bug that's on my short list.
Alexey Proskuryakov
Bug 50253?
Adam Barth
Yessir
*** This bug has been marked as a duplicate of bug 50253 ***
Adam Barth
> perhaps the assertion failure is benign.
It's not likely to be benign. The effects, however, are subtle.
Adam Barth
This is now fixed because it was actually a dup of Bug 54462.
*** This bug has been marked as a duplicate of bug 54462 ***