Closed
Bug 842988
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Opt-only Crash [@ ICStub] with OOM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 841759
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: crash, testcase, Whiteboard: [jsbugmon:update,ignore])
Crash Data
Attachments
(1 file)
2.24 KB,
application/javascript
|
Details |
The attached testcase crashes on baseline compiler branch revision 9f5b009345f7 (run with --ion-eager).
Reporter | ||
Comment 1•12 years ago
|
||
Stack from opt build:
Program received signal SIGSEGV, Segmentation fault.
0x00000000006ee458 in ICStub (kind=js::ion::ICStub::Compare_NumberWithUndefined, this=0xc22150, stubCode=0x0) at /srv/repos/ionmonkey/js/src/ion/BaselineIC.h:444
444 next_(NULL)
(gdb) bt
#0 0x00000000006ee458 in ICStub (kind=js::ion::ICStub::Compare_NumberWithUndefined, this=0xc22150, stubCode=0x0) at /srv/repos/ionmonkey/js/src/ion/BaselineIC.h:444
#1 ICCompare_NumberWithUndefined (this=0xc22150, stubCode=0x0) at /srv/repos/ionmonkey/js/src/ion/BaselineIC.h:1588
#2 allocate<js::ion::ICCompare_NumberWithUndefined, js::ion::IonCode*> (this=0xbb4f10, p1=0x0) at /srv/repos/ionmonkey/js/src/ion/BaselineJIT.h:42
#3 New (code=0x0, space=0xbb4f10) at /srv/repos/ionmonkey/js/src/ion/BaselineIC.h:1593
#4 js::ion::ICCompare_ObjectWithUndefined::Compiler::getStub (this=<optimized out>, space=0xbb4f10) at /srv/repos/ionmonkey/js/src/ion/BaselineIC.h:1739
#5 0x00000000006f441b in js::ion::DoCompareFallback (cx=0xba4ca0, stub=0xbb46c8, lhs=JSVAL_VOID, rhs=JSVAL_VOID, ret=JSVAL_TRUE) at /srv/repos/ionmonkey/js/src/ion/BaselineIC.cpp:1442
#6 0x00007ffff7fef250 in ?? ()
Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Reporter | ||
Comment 2•12 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 987e7a479c76).
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•