Crash in [@ mozilla::net::DocumentLoadListener::ClaimParentLoad]
Categories
(Core :: Networking, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox79 | --- | wontfix |
firefox80 | --- | fixed |
firefox81 | --- | fixed |
People
(Reporter: philipp, Assigned: jya)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
This bug is for crash report bp-60f70f21-13cd-4749-bb15-5d47a0200729.
Top 10 frames of crashing thread:
0 xul.dll static mozilla::net::DocumentLoadListener::ClaimParentLoad netwerk/ipc/DocumentLoadListener.cpp:662
1 xul.dll mozilla::net::DocumentChannelParent::Init netwerk/ipc/DocumentChannelParent.cpp:40
2 xul.dll mozilla::net::NeckoParent::RecvPDocumentChannelConstructor netwerk/ipc/NeckoParent.cpp:339
3 xul.dll mozilla::net::PNeckoParent::OnMessageReceived ipc/ipdl/PNeckoParent.cpp:2287
4 xul.dll mozilla::dom::PContentParent::OnMessageReceived ipc/ipdl/PContentParent.cpp:6285
5 xul.dll mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2093
6 xul.dll mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1972
7 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1234
8 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:504
9 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:87
this crash signature is starting to show up in firefox 79 (across platforms) - the top frames in the stack in crash reports point to some code last changed in bug 1641737.
a number of crashing urls are apps hosted on ip addresses, not just domain names...
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Comment 3•4 years ago
|
||
bugherder |
Comment 4•4 years ago
|
||
The patch landed in nightly and beta is affected.
:jya, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9167218 [details]
Bug 1656039 - Fall back to content initiating the load if parent went away. r?mattwoodrow
Beta/Release Uplift Approval Request
- User impact if declined: Crashes under some shutdown circumstances
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): We add a check for null and default to the old way of doing things
- String changes made/needed:
Comment 6•4 years ago
|
||
Comment on attachment 9167218 [details]
Bug 1656039 - Fall back to content initiating the load if parent went away. r?mattwoodrow
crash fix, approved for 80.0b4
Comment 7•4 years ago
|
||
bugherder uplift |
Updated•4 years ago
|
Updated•4 years ago
|
Description
•