TI: "Assertion failure: op == JSOP_NEWARRAY || op == JSOP_NEWOBJECT || op == JSOP_NEWINIT," with trap
RESOLVED
FIXED
Status
()
People
(Reporter: gkw, Unassigned)
Tracking
(Blocks: 2 bugs, {assertion, testcase})
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(1 attachment)
3.71 KB,
text/plain
|
Details |
Created attachment 533325 [details]
dis() information, and stack
function f(){ with({a:0}){}; }
dis(f)
trap(f, 0, '')
f()
asserts js debug shell on JM changeset 5d1cbc94bc42 with -d, -a and -n at Assertion failure: op == JSOP_NEWARRAY || op == JSOP_NEWOBJECT || op == JSOP_NEWINIT,
![]() |
(Reporter) | |
Updated•8 years ago
|
Attachment #533325 -
Attachment description: stack → dis() information, and stack
Comment 1•8 years ago
|
||
Fixed as part of bug 657975. http://hg.mozilla.org/projects/jaegermonkey/rev/176ee6b37ad0
Status: NEW → RESOLVED
Last Resolved: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•