Closed
Bug 913080
Opened 12 years ago
Closed 12 years ago
Make GCGraphBuilder's hash table initialization infallible
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.76 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
If we can't even initialize the hash table, we're probably in a really bad state, so we should just crash. I want to do this because it will avoid some weird failure states that are annoying to deal with. I couldn't find anything on bugzilla containing the string "Failed to initialize GCGraphBuilder", which is what we assert when this happens, so it seems like even the really OOMy tests manage to get past this part of a CC.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 800396 [details] [diff] [review]
Make GCGraphBuilder's hash table initialization infallible. r=smaug
Try run looks good. No rush on this review.
Attachment #800396 -
Flags: review?(bugs)
Updated•12 years ago
|
Attachment #800396 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•