Crash in [@ mozilla::dom::RemoteObjectProxyBase::GetOrCreateProxyObject]
Categories
(Core :: DOM: Content Processes, defect, P2)
Tracking
()
Fission Milestone | M4 |
Tracking | Status | |
---|---|---|
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | fix-optional |
People
(Reporter: marcia, Assigned: mccr8)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Seen while doing nightly crash triage. 2 crashes so far. Crashes started in 20190722093634. Crash reason: MOZ_RELEASE_ASSERT(js::GetObjectClass(aProxy) == aClasp)
Possible regression range based on build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5b21e285d546b38bbdae18c075c079f4b56350a7&tochange=b8141448e0baa767e8eff61e28c5a418c438f3d2
Bug 1510760 is not in the regression range, but touched code in this area.
ni on Andrew
Assignee | ||
Comment 1•5 years ago
|
||
Yeah, bug 1510760 added that assert, so it is certainly the cause.
Assignee | ||
Comment 2•5 years ago
|
||
I wonder if this is an instance of the problem Nika brought up, where maybe we could have an xray wrapper and a waiver wrapper in the same compartment.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
The crash on 68 is going to be a different issue.
Assignee | ||
Comment 4•5 years ago
|
||
Kris found crashes that look similar to this while he was working on getting mochitests working with Fission. One such test is dom/file/tests/test_mozfiledataurl.html
Assignee | ||
Comment 5•5 years ago
|
||
With bug 1559489 applied (that handles remote-to-local transplanting), that test fails the MOZ_ASSERT_IF(oldWaiver, GetNonCCWObjectRealm(oldWaiver) == GetNonCCWObjectRealm(origobj)); assertion in xpc::TransplantObject(), which supports the theory above that this is waiver related.
Comment 6•5 years ago
|
||
A few crashes only in 70, marking as fix-optional.
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Closing because no crashes reported for 12 weeks.
Updated•3 years ago
|
Description
•