[Webkit-unassigned] [Bug 20274] New: Assertion failure in ApplicationCacheGroup::addEntry when reloading a page with an application cache manifest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 4 09:08:18 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20274
Summary: Assertion failure in ApplicationCacheGroup::addEntry
when reloading a page with an application cache manifest
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
URL: http://www.tknetwork.de/html5_und_apis/application-
cache/application-cache.html
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
CC: andersca at apple.com
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++
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list