Closed
Bug 466128
Opened 16 years ago
Closed 16 years ago
TM: "Assertion failure: !ti->stackTypeMap.matches(ti_other->stackTypeMap)" #5
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: dvander)
Details
(Keywords: assertion, testcase, verified1.9.1)
Attachments
(1 file)
4.45 KB,
patch
|
gal
:
review+
sayrer
:
approval1.9.1+
|
Details | Diff | Splinter Review |
for (let a = 0; a < 3; ++a) {
for each (let b in [1, 2, "three", 4, 5, 6, 7, 8]) {
}
}
Assertion failure: !ti->stackTypeMap.matches(ti_other->stackTypeMap), at ../jstracer.cpp:2964
![]() |
Assignee | |
Updated•16 years ago
|
Assignee: general → danderson
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Need to keep a list of which trees to trash.
Attachment #349506 -
Flags: review?(gal)
Updated•16 years ago
|
Attachment #349506 -
Flags: review?(gal) → review+
![]() |
Assignee | |
Comment 2•16 years ago
|
||
Pushed fix as changeset http://hg.mozilla.org/tracemonkey/rev/6d441358bc57
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Checking in js1_8/regress/regress-466128.js;
/cvsroot/mozilla/js/tests/js1_8/regress/regress-466128.js,v <-- regress-466128.js
initial revision: 1.1
done
Flags: in-testsuite+
Flags: in-litmus-
Comment 4•16 years ago
|
||
Updated•16 years ago
|
Attachment #349506 -
Flags: approval1.9.1+
Comment 5•16 years ago
|
||
Keywords: fixed1.9.1
Comment 6•16 years ago
|
||
test included in js1_8_1/trace/trace-test.js
http://hg.mozilla.org/mozilla-central/rev/8f967a7729e2
Comment 7•16 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•