Updates: Status: WontFix Comment #1 on issue 7533 by rvar...@chromium.org: DCHECK hit with trunk build http://code.google.com/p/chromium/issues/detail?id=7533
The failing dcheck: DCHECK((byte_map[byte_index] & to_clear) == to_clear); Basically, this verifies that when attempting to delete a given record from a block file, the bits corresponding to that record should be set (marked as in use... by the record we are deleting). If they are not, there is some sort of garbage left on the file, and we could allocate the (supposedly free) space to somebody else. This is a very uncommon corruption on the disk cache, but given that we don't have a copy of the profile that was failing (do we?), the problem itself is already corrected (as in the file seams clean now). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---