Closed
Bug 756632
Opened 13 years ago
Closed 13 years ago
IonMonkey OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: decoder, Assigned: jandem)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
8.38 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
The following command asserts on ionmonkey revision 8c54899dae82 (dbg build):
js -e 'const libdir = "js/src/jit-test/lib/";' -A 14620 -f js/src/jit-test/tests/sunspider/check-mont.js
| Reporter | ||
Comment 1•13 years ago
|
||
Still valid with ballast patch, new -A value for revision 88ea2e529609 is 10450.
| Assignee | ||
Comment 2•13 years ago
|
||
JM bug. The patch propagates OOM from TypeObject::getProperty in jsop_getgname and jsop_setgname. This matches jsop_getprop and jsop_setprop.
Assignee: general → jdemooij
Status: NEW → ASSIGNED
Attachment #625953 -
Flags: review?(bhackett1024)
| Assignee | ||
Updated•13 years ago
|
Summary: IonMonkey: OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146 → OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146
| Reporter | ||
Comment 3•13 years ago
|
||
Thanks for fixing it anyway :)
Summary: OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146 → JS OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146
Updated•13 years ago
|
Summary: JS OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146 → IonMonkey OOM Testing: Assertion failure: frame.stackDepth() == opinfo->stackDepth, at js/src/methodjit/Compiler.cpp:2146
Updated•13 years ago
|
Attachment #625953 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•