Closed Bug 1051760 Opened 10 years ago Closed 10 years ago

Assertion failure: !vp.isMagic(), at jsobj.cpp:4600

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED
mozilla35
Tracking Status
firefox34 --- affected

People

(Reporter: decoder, Assigned: jorendorff)

Details

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

Attachments

(2 files)

The following testcase asserts on mozilla-central revision a9b43778f0c2 (run with --no-threads --fuzzing-safe --ion-eager):


function TestCase(n) {
  this.name = n;
}
function newFunc(x) { new Function(x)(); };
newFunc('new TestCase("x", TestCase("x") );');
function test() {
eval("var { [arguments] : y }  = name;");
} test();
Whiteboard: [jsbugmon:update,bisect]
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
JSBugMon: Bisection requested, result:
autoBisect shows this is probably related to the following changeset:

The first bad revision is:
changeset:   https://hg.mozilla.org/mozilla-central/rev/7079b7552946
user:        Guptha Rajagopal
date:        Fri Aug 08 09:15:00 2014 -0400
summary:     Bug 924688 - Implement ES6 computed property names. r=jorendorff

This iteration took 591.676 seconds to run.
Needinfo from Jason based on comment 2. Jason, can you work with the patch contributor here to fix this? Thanks!
Flags: needinfo?(jorendorff)
Simpler:

function test() {
    eval("var { [arguments] : y }  = {};");
}
test();

I'm not sure what this should do, honestly. Not crash.
Assignee: nobody → jorendorff
Flags: needinfo?(jorendorff)
Attachment #8488299 - Flags: review?(jwalden+bmo) → review+
https://hg.mozilla.org/mozilla-central/rev/de8214005a4a
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: