Closed Bug 783441 Opened 12 years ago Closed 12 years ago

"Assertion failure: bi->aliased(),"

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
critical

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: gkw, Assigned: luke)

References

Details

(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update][fuzzblocker])

Attachments

(2 files)

Attached file stack
(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.
Also hitting this, with varying signatures => fuzzblocker.
Whiteboard: [jsbugmon:update][fuzzblocker]
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)
Blocks: 767013
No longer blocks: 775323
Attached patch fix and testSplinter Review
Thanks!
/me shakes fist at duplicate formal args...
simple fix though
Assignee: general → luke
Status: NEW → ASSIGNED
Attachment #652778 - Flags: review?(dvander)
Attachment #652778 - Flags: review?(dvander) → review+
https://hg.mozilla.org/mozilla-central/rev/e3be0d046085
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
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.

Attachment

General

Created:
Updated:
Size: