Closed
Bug 1000621
Opened 11 years ago
Closed 11 years ago
[DMD] Crash in DumpMemoryInfoToTempDir in DMD builds without DMD enabled
Categories
(Core :: DMD, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: erahm, Assigned: erahm)
Details
(Whiteboard: [MemShrink])
Attachments
(2 files)
4.94 KB,
text/plain
|
Details | |
1.99 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
I'm seeing a crash due to an uninitialized malloc table in DMD when I perform a memory dump on a DMD-enabled build, but without DMD turned on.
Ideally we wouldn't call into DMD at all if it's not enabled. As a side-effect I also see an empty DMD log file generated, I would expect no DMD output if it's disabled.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → erahm
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8412001 -
Flags: review?(n.nethercote)
Comment 2•11 years ago
|
||
Comment on attachment 8412001 [details] [diff] [review]
Check if DMD is enabled before dumping
Review of attachment 8412001 [details] [diff] [review]:
-----------------------------------------------------------------
Huh. I guess I've never tried that combination!
Thanks.
Attachment #8412001 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•