Closed
Bug 753579
Opened 13 years ago
Closed 13 years ago
IonMonkey: failing e4x/GC/regress-339785.js on jstestbrowser
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
References
Details
Attachments
(1 file)
1.82 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
Crashing/asserting in InitExnPrivate. Bug is that it uses StackIter and asks for |fp|:
313 frame.funName = fp->fun()->atom ? fp->fun()->atom : cx->runtime->emptyString;
IonMonkey does not provide js::StackFrames so this must be changed to use StackIter accessors.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #622922 -
Flags: review?(nicolas.b.pierron)
Updated•13 years ago
|
Attachment #622922 -
Flags: review?(nicolas.b.pierron) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Thanks for the fast review!
https://hg.mozilla.org/projects/ionmonkey/rev/703d101ea135
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•