[Webkit-unassigned] [Bug 25929] Changing CACHE MANIFEST file causes ASSERT to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 10:56:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25929





------- Comment #5 from kevinw at software-logistics.com  2009-05-22 10:56 PDT -------
This seems to be an intermittent problem.  I have two installs of Safari 4 Beta
working with no issues.  One install of Safari 4 Beta failing.  My latest
WebKit build within Safari 4 is also failing.  Working on my iPod Touch.  If I
can get any more details, I will pass them along.

Here is how I can get it to fail.
1) Clear the cache CTRL+ALT+E
2) Download page with the manifest tag
3) Events fire as pages are downloaded
4) Update something in the manifest tag
5) Execute window.applciationCache.update() or re-download the page
5) In Safari 4, I get an INVALID_STATE_ERR: DOM Exception 11
6) When running WebKit w/ VC++ debugger attached the assertion fails
   ApplicationCache.cpp
   addResource method
   ASSERT(!m_resources.contains(url));


-- 
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