Closed
Bug 808140
Opened 12 years ago
Closed 12 years ago
"Assertion failure: needsBarrier_,"
Categories
(Core :: JavaScript Engine, defect)
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)
11.76 KB,
text/plain
|
Details |
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.
Reporter | ||
Comment 1•12 years ago
|
||
This looks like bug 808067. /me bugmail check Fail.
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Comment 2•12 years ago
|
||
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
Updated•12 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update][sg:dupe 808067]
Updated•10 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•