Closed
Bug 452336
Opened 17 years ago
Closed 17 years ago
TM: "Assertion failure: (slot) < (uint32)(obj)->dslots[-1]"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: dvander)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
|
653 bytes,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
js -j
js> for (var j = 0; j < 4; ++j) { [1].x++; }
Assertion failure: (slot) < (uint32)(obj)->dslots[-1], at jstracer.cpp:2587
I'm using js shell compiled from the tracemonkey branch.
| Assignee | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Comment on attachment 335956 [details] [diff] [review]
aborts trace if incprop on invalid slot
r=me, thanks.
/be
Attachment #335956 -
Flags: review?(brendan) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Pushed as changeset 59f10275eb77.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Summary: "Assertion failure: (slot) < (uint32)(obj)->dslots[-1]" → TM: "Assertion failure: (slot) < (uint32)(obj)->dslots[-1]"
Comment 4•17 years ago
|
||
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-452336.js,v <-- regress-452336.js
initial revision: 1.1
http://hg.mozilla.org/mozilla-central/rev/0014948ff0cf
Flags: in-testsuite+
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•