Closed
Bug 495897
Opened 16 years ago
Closed 16 years ago
"Assertion failure: !ti->typeMap.matches(ti_other->typeMap)" with undeclared global
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: gal)
References
Details
(4 keywords, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
7.12 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
// b must be undeclared global?
var E = "";
for each (var a in [E, E, 0/0, E]) {
++a;
for each (b in [a, E, a, E, a, E, 0/0]) {
}
}
Assertion failure: !ti->typeMap.matches(ti_other->typeMap), at ../jstracer.cpp:3780
Comment 1•16 years ago
|
||
autoBisect shows this is probably related to bug 489682 :
The first bad revision is:
changeset: 28050:9d7ca9e8c8a5
user: danderson
date: Thu May 07 12:16:12 2009 -0700
summary: Partial typemap in loop exit can lead to maltyped nested trees (489682, r=gal).
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Updated•16 years ago
|
Whiteboard: [needs assignee]
Assignee | ||
Updated•16 years ago
|
Whiteboard: [needs assignee]
Assignee | ||
Comment 3•16 years ago
|
||
Make sure to mark slots a tree grew later are also marked as undemotable when stablizing a tree.
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #381193 -
Attachment is obsolete: true
Attachment #381195 -
Flags: review?
Updated•16 years ago
|
Attachment #381195 -
Flags: review? → review+
Comment 5•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 6•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
Keywords: fixed1.9.1
Updated•16 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•