Closed Bug 808140 Opened 12 years ago Closed 12 years ago

"Assertion failure: needsBarrier_,"

Categories

(Core :: JavaScript Engine, defect)

x86_64
macOS
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 808067
Tracking Status
firefox19 --- affected

People

(Reporter: gkw, Unassigned)

Details

(4 keywords, Whiteboard: [jsbugmon:update][sg:dupe 808067])

Attachments

(1 file)

Attached file stack
gc();
this;
function f(sandboxType) {
    switch (sandboxType) {
        default:
            primarySandbox = newGlobal('')
    }
    return function(code) {
        try {
            evalcx(code, primarySandbox)
        } catch (e) {}
    }
}
function g(code) {
    h(code)
}
h = f()
gcPreserveCode()
g("\
    var y,x,z;\
    Object.defineProperty(this,\"m0\",{\
        get:function(){x=i0}\
    });\
    i0 = Iterator(2,z);\
    m0();\
");
g("\
    gcslice(1);\
    gc();\
    m0;\
")

asserts js debug shell on m-c changeset 556b9cfb269f with --ion-eager at Assertion failure: needsBarrier_, 

s-s because this involves gc, assuming sec-critical unless otherwise shown. JSBugMon, I'm counting on you.
This looks like bug 808067. /me bugmail check Fail.
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:   112050:23eb7d58bf90
user:        Bill McCloskey
date:        Thu Nov 01 08:08:21 2012 -0700
summary:     Bug 807535 - Avoid toggling Ion write barrier too often (r=sstangl)

This iteration took 5.038 seconds to run.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Whiteboard: [jsbugmon:update] → [jsbugmon:update][sg:dupe 808067]
Group: core-security
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: