Closed
Bug 1183450
Opened 10 years ago
Closed 10 years ago
"Assertion failure: callback.mFound (Cycle collection participant didn't traverse to preserved wrapper! This will probably crash.)"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox39 | --- | unaffected |
firefox40 | --- | unaffected |
firefox41 | --- | unaffected |
firefox42 | --- | fixed |
firefox-esr31 | --- | unaffected |
firefox-esr38 | --- | unaffected |
b2g-v2.0 | --- | unaffected |
b2g-v2.0M | --- | unaffected |
b2g-v2.1 | --- | unaffected |
b2g-v2.1S | --- | unaffected |
b2g-v2.2 | --- | unaffected |
b2g-v2.2r | --- | unaffected |
b2g-master | --- | fixed |
People
(Reporter: jruderman, Assigned: smaug)
References
Details
(4 keywords, Whiteboard: [post-critsmash-triage][b2g-adv-main2.5-])
Attachments
(3 files)
Assertion failure: callback.mFound (Cycle collection participant didn't traverse to preserved wrapper! This will probably crash.), at dom/base/nsWrapperCache.cpp:127
This must be a recent regression, since the assertion dates back to 2009:
https://hg.mozilla.org/mozilla-central/rev/5361d44863ed
Reporter | ||
Updated•10 years ago
|
Group: core-security
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Yes. Huh, I did a horrible review there.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8633450 -
Flags: review?(amarchesini)
Comment 5•10 years ago
|
||
Comment on attachment 8633450 [details] [diff] [review]
patch
Review of attachment 8633450 [details] [diff] [review]:
-----------------------------------------------------------------
I was submitting exactly the same patch.
Attachment #8633450 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 6•10 years ago
|
||
FYI, I'm writing a patch for bug 1183604 to catch this kind of silly mistakes more likely.
Updated•10 years ago
|
Flags: needinfo?(amarchesini)
Updated•10 years ago
|
status-firefox41:
--- → unaffected
Keywords: sec-high
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-b2g-v2.0:
--- → unaffected
status-b2g-v2.0M:
--- → unaffected
status-b2g-v2.1:
--- → unaffected
status-b2g-v2.1S:
--- → unaffected
status-b2g-v2.2:
--- → unaffected
status-b2g-v2.2r:
--- → unaffected
status-b2g-master:
--- → fixed
status-firefox39:
--- → unaffected
status-firefox40:
--- → unaffected
status-firefox-esr31:
--- → unaffected
status-firefox-esr38:
--- → unaffected
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•10 years ago
|
Flags: in-testsuite?
Comment 9•10 years ago
|
||
This will eventually get tested by bug 1183604, so I don't think we need a separate test.
Flags: in-testsuite? → in-testsuite-
Updated•9 years ago
|
Group: core-security → core-security-release
Updated•9 years ago
|
Whiteboard: [post-critsmash-triage]
Updated•9 years ago
|
Group: core-security-release
Updated•9 years ago
|
Whiteboard: [post-critsmash-triage] → [post-critsmash-triage][b2g-adv-main2.5-]
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•