RESOLVED FIXED 19182
Assertion failure in ApplicationCacheGroup::addEntry when reloading a page with a cache manifest
https://bugs.webkit.org/show_bug.cgi?id=19182
Summary Assertion failure in ApplicationCacheGroup::addEntry when reloading a page wi...
Adam Roben (:aroben)
Reported 2008-05-21 23:15:55 PDT
I'm seeing an assertion failure in ApplicationCacheGroup::didFinishLoading when reloading a page with a cache manifest. 1. Go to <http://webkit.org/misc/DatabaseExample.html> 2. Reload ASSERTION FAILED: m_cacheBeingUpdated WebKit_debug.dll!WebCore::ApplicationCacheGroup::didFinishLoading(WebCore::ResourceHandle * handle=0x069f11d8) Line 389 C++ WebKit_debug.dll!WebCore::didFinishLoading(_CFURLConnection * conn=0x060d2b48, const void * clientInfo=0x069f11d8) Line 118 + 0x1e bytes C++ CFNetwork_debug.dll!sendDidFinishLoadingCallback(_CFURLConnection * conn=0x060d2b48, CFURLConnectionQueueElement * event=0x0012f710) Line 1413 + 0x1b bytes C
Attachments
Mark Rowe (bdash)
Comment 1 2008-05-21 23:16:28 PDT
Adam Roben (:aroben)
Comment 2 2008-05-21 23:20:08 PDT
Here's the correct backtrace. The assertion is in ApplicationCacheGroup::addEntry: > WebKit_debug.dll!WebCore::ApplicationCacheGroup::addEntry(const WebCore::String & url={...}, unsigned int type=4) Line 637 + 0x2e bytes C++ WebKit_debug.dll!WebCore::ApplicationCacheGroup::didFinishLoadingManifest() Line 509 + 0x16 bytes C++ WebKit_debug.dll!WebCore::ApplicationCacheGroup::didFinishLoading(WebCore::ResourceHandle * handle=0x069f11d8) Line 389 C++ WebKit_debug.dll!WebCore::didFinishLoading(_CFURLConnection * conn=0x060d2b48, const void * clientInfo=0x069f11d8) Line 118 + 0x1e bytes C++
Anders Carlsson
Comment 3 2008-06-03 10:09:45 PDT
Committed revision 34343.
Note You need to log in before you can comment on or make changes to this bug.