Closed
Bug 783441
Opened 13 years ago
Closed 13 years ago
"Assertion failure: bi->aliased(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: gkw, Assigned: luke)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update][fuzzblocker])
Attachments
(2 files)
8.14 KB,
text/plain
|
Details | |
1.46 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
(function(x, x) {
eval(x = function() {})
})()
asserts js debug shell on m-c changeset a79132ac2f05 without any CLI arguments at Assertion failure: bi->aliased(),
I think bug 775323 may be the cause here.
Comment 1•13 years ago
|
||
Also hitting this, with varying signatures => fuzzblocker.
Whiteboard: [jsbugmon:update][fuzzblocker]
![]() |
Reporter | |
Comment 2•13 years ago
|
||
Actually, bug 767013 may be the cause.
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 102515:abc8c217f032
user: Luke Wagner
date: Mon Aug 06 07:56:45 2012 -0700
summary: Bug 767013 - only store aliased variables in scope objects (r=bhackett)
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Thanks!
/me shakes fist at duplicate formal args...
simple fix though
![]() |
||
Updated•13 years ago
|
Attachment #652778 -
Flags: review?(dvander) → review+
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 6•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/testBug783441.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•