Closed
Bug 829795
Opened 12 years ago
Closed 12 years ago
"Assertion failure: !fe->isConstant(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
Tracking | Status | |
---|---|---|
firefox18 | --- | unaffected |
firefox19 | --- | unaffected |
firefox20 | --- | unaffected |
firefox21 | --- | fixed |
firefox-esr10 | --- | unaffected |
firefox-esr17 | --- | unaffected |
b2g18 | --- | unaffected |
People
(Reporter: gkw, Assigned: bhackett1024)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])
Attachments
(2 files)
5.20 KB,
text/plain
|
Details | |
2.99 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
try {
x = [];
Array.prototype.forEach()
} catch (e) {}
x.forEach()
asserts js debug shell on m-c changeset 44dcffe8792b with -a at Assertion failure: !fe->isConstant(),
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 118493:f4671ccc4502
user: Brian Hackett
date: Thu Jan 10 17:53:11 2013 -0700
summary: Bug 827490 - Allow native objects to have both slots and dense elements, rm dense/slow array distinction, r=billm, dvander.
![]() |
Reporter | |
Comment 1•12 years ago
|
||
Brian, is bug 827490 a likely regressor?
status-b2g18:
--- → unaffected
status-firefox-esr10:
--- → unaffected
status-firefox18:
--- → unaffected
status-firefox19:
--- → unaffected
status-firefox20:
--- → unaffected
status-firefox21:
--- → affected
status-firefox-esr17:
--- → unaffected
Flags: needinfo?(bhackett1024)
Assignee | ||
Comment 2•12 years ago
|
||
Fix some spots the method JIT wasn't tolerating accesses on statically known dense arrays (which can crop up now, though only for Array.prototype).
Attachment #701571 -
Flags: review?(dvander)
Flags: needinfo?(bhackett1024)
![]() |
||
Updated•12 years ago
|
Attachment #701571 -
Flags: review?(dvander) → review+
![]() |
Reporter | |
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•12 years ago
|
||
![]() |
Reporter | |
Updated•12 years ago
|
Keywords: checkin-needed
![]() |
Reporter | |
Updated•12 years ago
|
Assignee: general → bhackett1024
Status: NEW → ASSIGNED
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
![]() |
Reporter | |
Updated•12 years ago
|
Comment 5•12 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/2e891e0db397
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•