Closed Bug 753579 Opened 12 years ago Closed 12 years ago

IonMonkey: failing e4x/GC/regress-339785.js on jstestbrowser

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dvander, Assigned: dvander)

References

Details

Attachments

(1 file)

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.
Attached patch fixSplinter Review
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #622922 - Flags: review?(nicolas.b.pierron)
Attachment #622922 - Flags: review?(nicolas.b.pierron) → review+
Thanks for the fast review!

https://hg.mozilla.org/projects/ionmonkey/rev/703d101ea135
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.