Bug 20274

Summary: Assertion failure in ApplicationCacheGroup::addEntry when reloading a page with an application cache manifest
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, bmurdoch
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.tknetwork.de/html5_und_apis/application-cache/application-cache.html

Adam Roben (:aroben)
Reported 2008-08-04 09:08:17 PDT
I'm getting an assertion failure in ApplicationCacheGroup::addEntry when reloading a page with an application cache manifest. 1. Go to http://www.tknetwork.de/html5_und_apis/application-cache/application-cache.html 2. Hit Reload Here's the assertion: ASSERT(m_cacheBeingUpdated); and the backtrace: > WebKit_debug.dll!WebCore::ApplicationCacheGroup::addEntry(const WebCore::String & url={...}, unsigned int type=4) Line 652 + 0x2e bytes C++ WebKit_debug.dll!WebCore::ApplicationCacheGroup::didFinishLoadingManifest() Line 524 + 0x16 bytes C++ WebKit_debug.dll!WebCore::ApplicationCacheGroup::didFinishLoading(WebCore::ResourceHandle * handle=0x07ec1d08) Line 404 C++ WebKit_debug.dll!WebCore::didFinishLoading(_CFURLConnection * conn=0x07ebdab0, const void * clientInfo=0x07ec1d08) Line 119 + 0x1e bytes C++
Attachments
Adam Roben (:aroben)
Comment 1 2008-08-04 09:09:09 PDT
Adam Roben (:aroben)
Comment 2 2008-08-04 09:10:11 PDT
This will lead to a crash in Release builds.
Alexey Proskuryakov
Comment 3 2009-05-21 03:14:26 PDT
This was fixed in <trac.webkit.org/changeset/39437>.
Note You need to log in before you can comment on or make changes to this bug.