Closed
Bug 868747
Opened 12 years ago
Closed 12 years ago
Avoid a crash outputting 'resume state' debug 'spew' when compiling asm.js code.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: dougc, Assigned: dougc)
Details
Attachments
(1 file)
980 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
When compiling asm.js code and with the debug 'spew' enabled, a SIGSEGV occurs trying to output the resume state in SpewResumePoint because lastResumePoint_ is NULL.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #745534 -
Flags: review?(luke)
![]() |
||
Updated•12 years ago
|
Attachment #745534 -
Flags: review?(luke) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•