| Summary: | ASSERT(newestManifest) fails in WebCore::ApplicationCacheGroup::didFinishLoadingManifest() | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> | ||||
| Component: | WebCore Misc. | Assignee: | Daniel Bates <dbates> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, ap, beidson, commit-queue, ddkilzer, japhet, jeffrey+webkit, joepeck, t.tom | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Daniel Bates
2014-03-05 12:46:25 PST
Created attachment 225919 [details]
Patch
Comment on attachment 225919 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225919&action=review > Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:1186 > + LOG_ERROR("No manifest resource was in the cache"); I'd say: "Could not load application cache, because there was no manifest resource". > Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:1476 > + if (!deleteCacheGroupRecord(manifestURL)) { > LOG_ERROR("Could not load cache group id, error \"%s\"", m_database.lastErrorMsg()); This log message doesn't look right now. (In reply to comment #3) > (From update of attachment 225919 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=225919&action=review > > > Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:1186 > > + LOG_ERROR("No manifest resource was in the cache"); > > I'd say: "Could not load application cache, because there was no manifest resource". Will change error message string to read: "Could not load application cache because there was no manifest resource" > > > Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:1476 > > + if (!deleteCacheGroupRecord(manifestURL)) { > > LOG_ERROR("Could not load cache group id, error \"%s\"", m_database.lastErrorMsg()); > > This log message doesn't look right now. Will change error message string to read: "Could not delete cache group record, error \"%s\"" Committed r165145: <http://trac.webkit.org/changeset/165145> *** Bug 129608 has been marked as a duplicate of this bug. *** |