Closed
Bug 785737
Opened 12 years ago
Closed 12 years ago
"poison overwritten" abort should print values to distinguish overwriting from hardware problems
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
We've had a number of reports of the "PresArena: poison overwritten" assertion (bug 772725, bug 775045) that seem likely to be the result of bad hardware rather than bad software.
Given that bad hardware seems likely to result in things like single bit errors, and bad software seems likely to result in entire words being overwritten, we should make this abort print more information so that we can distinguish the two cases.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #655446 -
Flags: review?(roc)
Attachment #655446 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → dbaron
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Comment 4•11 years ago
|
||
This change came in handy in bug 799091 :)
You need to log in
before you can comment on or make changes to this bug.
Description
•