Closed Bug 888896 Opened 11 years ago Closed 11 years ago

Assertion failure: obj->lastProperty() == p->value.shape, at js/src/jsinfer.cpp:3327 with setObjectMetadataCallback

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 893890
Tracking Status
firefox24 --- affected

People

(Reporter: decoder, Unassigned)

Details

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

Attachments

(1 file)

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


incallback = false;
function callback(obj) {
    if (incallback)
        return null;
    incallback = true;
    var res = {};
    incallback = false;
    return res;
}
callback();
setObjectMetadataCallback(callback);
evaluate("test({y:{}}); test({y:{}});");
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:   http://hg.mozilla.org/mozilla-central/rev/be1399f8f973
user:        Brian Hackett
date:        Thu May 30 17:37:22 2013 -0600
summary:     Bug 850026 - Allow metadata objects to be associated with JS objects, and add a hook for attaching metadata to newly created objects, r=luke.

This iteration took 1.955 seconds to run.
Needinfo from Brian based on comment 2.
Flags: needinfo?(bhackett1024)
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(bhackett1024)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: