Bug 11380 - REGRESSION: Assertion failure in WebCore::Cache::remove() (resource->inCache())
Summary: REGRESSION: Assertion failure in WebCore::Cache::remove() (resource->inCache())
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-10-22 10:10 PDT by mitz
Modified: 2007-01-27 15:12 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 mitz 2006-10-22 10:10:46 PDT
Hitting Command-. during loading I got the following:

ASSERTION FAILED: resource->inCache()
(WebCore/loader/Cache.cpp:163 void WebCore::Cache::remove(WebCore::CachedResource*))

Backtrace:
0   com.apple.WebCore         	0x01a602fc WebCore::Cache::remove(WebCore::CachedResource*) + 104 (Cache.cpp:163)
1   com.apple.WebCore         	0x01a65590 WebCore::Loader::cancelRequests(WebCore::DocLoader*) + 596 (loader.cpp:218)
2   com.apple.WebCore         	0x01a102a8 WebCore::Frame::stopLoading(bool) + 1260 (Frame.cpp:340)
3   com.apple.WebCore         	0x01a4ccf8 -[WebCoreFrameBridge stopLoading] + 48 (WebCoreFrameBridge.mm:612)
4   com.apple.WebCore         	0x01d99878 -[WebDocumentLoader stopLoading] + 112 (WebDocumentLoader.mm:242)
5   com.apple.WebCore         	0x01d9d82c -[WebFrameLoader stopLoading] + 196 (WebFrameLoader.mm:405)
6   com.apple.WebKit          	0x0034ab88 -[WebFrame stopLoading] + 92 (WebFrame.m:1235)
7   com.apple.WebKit          	0x0039ac64 -[WebView(WebIBActions) stopLoading:] + 96 (WebView.m:2705)
Comment 1 Stephanie Lewis 2006-11-08 15:05:48 PST
radar 4826907
Comment 2 mitz 2007-01-27 15:12:42 PST
Hasn't happened in over three months.