Closed
Bug 807913
Opened 13 years ago
Closed 13 years ago
"Assertion failure: *ptr == 0x3D,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 808067
Tracking | Status | |
---|---|---|
firefox16 | --- | unaffected |
firefox17 | --- | unaffected |
firefox18 | --- | unaffected |
firefox19 | --- | affected |
firefox-esr10 | --- | unaffected |
firefox-esr17 | --- | unaffected |
People
(Reporter: gkw, Assigned: billm)
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
3.14 KB,
text/plain
|
Details |
gc()
function f() {
for (i = 0; i < 99; ++i)
x = {
a: NaN
}
}
gcslice(6)
gc()
f()
verifyprebarriers()
asserts js debug shell on m-c changeset 556b9cfb269f with --no-jm at Assertion failure: *ptr == 0x3D,
s-s because this involves gc, assuming sec-critical.
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Comment 1•13 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 105.812 seconds to run.
![]() |
Reporter | |
Comment 2•13 years ago
|
||
Bill, this points to a changeset by you. Do you mind taking a look at it please?
Blocks: 807535
status-firefox-esr10:
--- → unaffected
status-firefox16:
--- → unaffected
status-firefox17:
--- → unaffected
status-firefox18:
--- → unaffected
status-firefox-esr17:
--- → unaffected
tracking-firefox19:
--- → ?
![]() |
Reporter | |
Comment 3•13 years ago
|
||
status-firefox18 should be changed to affected if bug 807535 lands on mozilla-aurora.
Assignee | ||
Updated•13 years ago
|
Assignee: general → wmccloskey
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 5•13 years ago
|
||
Clearing tracking due to this being a dupe.
No longer blocks: 807535
tracking-firefox19:
? → ---
Updated•10 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•