Closed
Bug 756618
Opened 13 years ago
Closed 13 years ago
IonMonkey: OOM Testing: Assertion failure: nslots_ == slotsWritten_, at js/src/ion/Snapshots.cpp:363
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: jandem)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
884 bytes,
patch
|
dvander
:
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 12287 -f js/src/jit-test/tests/collections/Map-scale.js
Reporter | ||
Comment 1•13 years ago
|
||
Still valid with ballast patch, new -A value on revision 88ea2e529609 is 8556.
Assignee | ||
Comment 2•13 years ago
|
||
Check encodeSlots return value (it's "false" if graph.addConstantToPool failed).
![]() |
||
Updated•13 years ago
|
Attachment #625933 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Assignee | ||
Updated•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
•