Closed
Bug 762037
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: masm.framePushed() == 0, at ion/shared/CodeGenerator-x86-shared.cpp:111 with OOM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 777182
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:ignore][js:t])
Attachments
(1 file)
4.20 KB,
application/x-gzip
|
Details |
The attached testcase asserts on ionmonkey revision ff28f1696c5a (run with --ion -n).
Comment 1•13 years ago
|
||
I can't seem to run the testcase.
Following instructions in the README produces:
[sstangl@mozdesk testMasmFramePushed]$ ~/dev/ionmonkey/js/src/dbg64/js --ion -n -f shell.js -f main.js
ReferenceError: jsTestDriverEnd is not defined
ReferenceError: jsTestDriverEnd is not defined
ReferenceError: jsTestDriverEnd is not defined
ReferenceError: jsTestDriverEnd is not defined
ReferenceError: jsTestDriverEnd is not defined
ReferenceError: reference to undefined XML name *::*
ReferenceError: jsTestDriverEnd is not defined
ReferenceError: g is not defined
ReferenceError: jsTestDriverEnd is not defined
9846ae0d6e2877fcbac6d0d51ae571f8c45399c7.js:96: out of memory
I can't reproduce this either with the given revision and instructions.
Reporter | ||
Comment 3•13 years ago
|
||
What configure options did you use on the specified revision? I used --enable-debug --disable-optimize --enable-valgrind --enable-more-deterministic. The test does not reproduce for me on tip anymore, but I still see the assert on tip fuzzing results.
Whiteboard: [jsbugmon:update] → [jsbugmon:update,reconfirm]
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,reconfirm] → [jsbugmon:ignore]
![]() |
||
Updated•13 years ago
|
Whiteboard: [jsbugmon:ignore] → [jsbugmon:ignore][js:t]
![]() |
||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•