Closed Bug 657979 Opened 12 years ago Closed 12 years ago

TI: "Assertion failure: op == JSOP_NEWARRAY || op == JSOP_NEWOBJECT || op == JSOP_NEWINIT," with trap

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: gkw, Unassigned)

References

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

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,
Attachment #533325 - Attachment description: stack → dis() information, and stack
Fixed as part of bug 657975.

http://hg.mozilla.org/projects/jaegermonkey/rev/176ee6b37ad0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.