[Webkit-unassigned] [Bug 117278] Crash occurs at WebCore::Document::haveStylesheetsLoaded() when attempting to load a page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 12:06:59 PDT 2013


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





--- Comment #8 from Brady Eidson <beidson at apple.com>  2013-06-07 12:05:33 PST ---
A null-check of document will be the fix.

I have a reduction that can reproduce this 100% reliably, and it's good enough to be a layout test.

The reduction is basically a long-loading page (main resource never finishes loading) that is waiting for an external script to load (long running script load that never finishes loading), and then refresh it once.

-- 
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