Closed
Bug 762446
Opened 12 years ago
Closed 12 years ago
Hook jemalloc 3's abort()
Categories
(Core :: Memory Allocator, defect)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
1.02 KB,
patch
|
justin.lebar+bug
:
review+
|
Details | Diff | Splinter Review |
jemalloc 3 uses abort() in some cases, we should hijack it and make it use MOZ_CRASH.
Assignee | ||
Updated•12 years ago
|
Blocks: jemalloc4-by-default
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #631289 -
Flags: review?(justin.lebar+bug)
Comment 2•12 years ago
|
||
The mechanism used here for overriding "alert" is different from the mechanism we use to override malloc, right? If so, I'd prefer we didn't use "__wrap_" to mean two different things.
Updated•12 years ago
|
Attachment #631289 -
Flags: review?(justin.lebar+bug) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•