[Webkit-unassigned] [Bug 154563] REGRESSION (r196892): Crash in DocumentLoader::startLoadingMainResource()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 16:17:24 PST 2016


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

--- Comment #3 from Daniel Bates <dbates at webkit.org> ---
This crash only seems to occur when using WebKit2 (why?). When the test is run using WebKitTestRunner (WebKit2) DocumentLoader::refCount() == 1 before calling DocumentLoader::willSendRequest() in DocumentLoader::startLoadingMainResource(). When run using DumpRenderTree (WebKit1) DocumentLoader::refCount() == 3 at the same position.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160223/82810c25/attachment.html>


More information about the webkit-unassigned mailing list