Bug 51793 - Assertion failure in Document::setCompatibilityMode()
Summary: Assertion failure in Document::setCompatibilityMode()
Status: RESOLVED DUPLICATE of bug 68859
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-01 10:37 PST by Jeff Johnson
Modified: 2012-02-24 10:20 PST (History)
4 users (show)

See Also:


Attachments
gdb backtrace (11.33 KB, text/plain)
2011-01-01 10:37 PST, Jeff Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnson 2011-01-01 10:37:49 PST
Created attachment 77747 [details]
gdb backtrace

I got an assertion failure while running cross_fuzz http://lcamtuf.coredump.cx/cross_fuzz/

Mac OS X 10.6.5, Safari 5.0.3, WebKit x86_64 Debug build from svn r74844.

Attached is gdb backtrace.
Comment 1 Alexey Proskuryakov 2011-01-01 13:23:15 PST
ASSERTION FAILED: !documentElement() && !m_styleSheets->length()
Comment 2 Jeff Johnson 2011-01-01 13:58:43 PST
It appears that the relevant part of the assertion that failed is !m_styleSheets->length()
Comment 3 Julien Chaffraix 2012-02-24 10:20:05 PST
Definitely hit, see the other bug for more context.

*** This bug has been marked as a duplicate of bug 68859 ***