Closed
Bug 1066915
Opened 11 years ago
Closed 11 years ago
Assertion failure: aEntry->IsDirty(), in mozilla::net::CacheIndex::UpdateEntryInIndex in netwerk/cache2/CacheIndex.cpp
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: dbaron, Assigned: michal)
Details
(Keywords: assertion, crash)
Attachments
(2 files)
20.21 KB,
text/plain; charset=UTF-8
|
Details | |
785 bytes,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
I was looking at something on www.flickr.com when I crashed due to:
Assertion failure: aEntry->IsDirty(), at /home/dbaron/builds/ssd/mozilla-central
/mozilla/netwerk/cache2/CacheIndex.cpp:1492
in mozilla::net::CacheIndex::UpdateEntryInIndex.
I was using revision bad6a9fc2bf0 plus my patch queue as of Fri Sep 12 08:18:05 2014 -0700 (up to comment-js-assert-bug-1057580).
Assignee | ||
Comment 1•11 years ago
|
||
The assertion is too strict. There is one case in CacheIndex::EnsureEntryExists() when we create an entry in mPendingUpdates to make the entry fresh without marking it as dirty.
Assignee: nobody → michal.novotny
Attachment #8497504 -
Flags: review?(honzab.moz)
![]() |
||
Comment 2•11 years ago
|
||
Comment on attachment 8497504 [details] [diff] [review]
fix
Review of attachment 8497504 [details] [diff] [review]:
-----------------------------------------------------------------
I believe you :)
Attachment #8497504 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•