Fission: Crash in [@ mozilla::dom::ClientSource::SetController]
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
Fission Milestone | M4 |
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | disabled |
People
(Reporter: jan, Unassigned)
References
(Regression)
Details
(Keywords: crash, nightly-community, regression)
Crash Data
Mozregression STR: Play the video and open a second tab: https://youtu.be/5JNgC8tc-x8
mozregression --good 2019-05-01 --bad 2019-05-06 --pref fission.autostart:true -a https://www.youtube.com/watch?v=_fuIMye31Gw
Nika Layzell — Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley
This bug is for crash report bp-0a3cad26-029e-4145-9815-f06ab0190506.
Top 10 frames of crashing thread:
0 libxul.so mozilla::dom::ClientSource::SetController dom/clients/manager/ClientSource.cpp:362
1 libxul.so nsGlobalWindowInner::EnsureClientSource dom/base/nsGlobalWindowInner.cpp:1778
2 libxul.so nsGlobalWindowOuter::SetNewDocument dom/base/nsGlobalWindowOuter.cpp:2226
3 libxul.so nsDocumentViewer::InitInternal layout/base/nsDocumentViewer.cpp:966
4 libxul.so nsDocumentViewer::Init layout/base/nsDocumentViewer.cpp:717
5 libxul.so nsDocShell::Embed docshell/base/nsDocShell.cpp:6339
6 libxul.so nsDSURIContentListener::DoContent docshell/base/nsDSURIContentListener.cpp:183
7 libxul.so nsDocumentOpenInfo::TryContentListener uriloader/base/nsURILoader.cpp:748
8 libxul.so nsDocumentOpenInfo::OnStartRequest uriloader/base/nsURILoader.cpp:299
9 libxul.so mozilla::net::HttpChannelChild::DoOnStartRequest netwerk/protocol/http/HttpChannelChild.cpp:680
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•6 years ago
|
Comment 2•5 years ago
|
||
I was able to reliably able to reproduce this by opening a twitter link from gmail.
Comment 3•5 years ago
|
||
I'm able to reproduce with some (but not all) twitter links from gmail.
Andrew, can you look into this?
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
I get an immediate crash with this signature on http://www.hln.be (with adblockers disabled).
Comment 5•5 years ago
|
||
These crashes are all:
MOZ_RELEASE_ASSERT(ClientMatchPrincipalInfo(mClientInfo.PrincipalInfo(), aServiceWorker.PrincipalInfo()))
Oddly these are happening (in much lower volume) even in versions earlier than 69.
It looks like this is service worker related, so maybe it would make more sense for Andrew to at least give an initial assessment? Are service workers expected to work with Fission?
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Description
•