Bug 12474 - REGRESSION(r19244): Assertion failure in layout tests: ASSERTION FAILED: loader->handle()
Summary: REGRESSION(r19244): Assertion failure in layout tests: ASSERTION FAILED: load...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2007-01-30 06:02 PST by Mark Rowe (bdash)
Modified: 2007-01-30 14:45 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2007-01-30 06:02:15 PST
From the buildbot output:

ASSERTION FAILED: loader->handle()
(/Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/post-commit-leaks-powerpc-mac-os-x/build/WebCore/loader/loader.cpp:142 virtual void WebCore::Loader::didReceiveResponse(WebCore::SubresourceLoader*, const WebCore::ResourceResponse&))
Segmentation fault

I am seeing this locally with 100% reproducibility on editing/pasteboard/paste-RTFD.html and editing/pasteboard/paste-TIFF.html.  This has been broken since the tests were landed in r19244 as part of the fix for bug 10725.
Comment 1 Mark Rowe (bdash) 2007-01-30 06:24:27 PST
I have disabled the two tests that are causing the assertion failure so that the layout tests run to completion.  Having the layout tests busted for over 10 hours makes me nervous.
Comment 2 Graham Dennis 2007-01-30 14:45:04 PST
Fixed in r19267 by Anders.