Crash in mozilla::dom::FetchDriver::FinishOnStopRequest
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | unaffected |
| firefox65 | --- | unaffected |
| firefox66 | --- | fixed |
People
(Reporter: jcristau, Unassigned)
References
Details
(Keywords: crash, regression, regressionwindow-wanted)
Crash Data
This bug is for crash report bp-9308c87d-f2c6-4212-b843-537680190123.
Top 10 frames of crashing thread:
0 libxul.so mozilla::dom::FetchDriver::FinishOnStopRequest dom/fetch/FetchDriver.cpp:77
1 libxul.so mozilla::dom::FetchDriver::OnStopRequest dom/fetch/FetchDriver.cpp:1230
2 libxul.so nsCORSListenerProxy::OnStopRequest netwerk/protocol/http/nsCORSListenerProxy.cpp:615
3 libxul.so mozilla::net::HttpChannelChild::DoOnStopRequest netwerk/protocol/http/HttpChannelChild.cpp:1226
4 libxul.so mozilla::net::HttpChannelChild::ActorDestroy netwerk/protocol/http/HttpChannelChild.cpp:3803
5 libxul.so mozilla::net::PNeckoChild::DestroySubtree ipc/ipdl/PNeckoChild.cpp:2531
6 libxul.so mozilla::dom::PContentChild::DestroySubtree ipc/ipdl/PContentChild.cpp:10190
7 libxul.so mozilla::dom::PContentChild::OnChannelClose ipc/ipdl/PContentChild.cpp:10020
8 libxul.so mozilla::detail::RunnableMethodImpl<mozilla::ipc::MessageChannel*, void xpcom/threads/nsThreadUtils.h:1106
9 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1167
Looks like a background crash, new in the last day or so, I only noticed because it triggered the infobar notification about unsent crashes.
Comment 1•6 years ago
|
||
I was in the midst of filing this when jcristau hit the crash: https://bit.ly/2T9DWDF. Crashes seem to go as far back as Build 20181222095037 on nightly, but there are crashes in this signature in earlier versions (but not in the same volume - 66 nightly has 116 crashes across the span of 66 nightly cycle, and a spike that started in yesterday's build 20190122215349).
Here is a possible regression range based on the spike: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=254bd88c107271f3d1c2ca9969acc0ed507f0a8d&tochange=69a2799081521866febfe2bbcbfc27b3d60133bd
Comment 2•6 years ago
|
||
the crash seems to be introduced by patch of bug 1520062
Comment 3•6 years ago
|
||
(In reply to Alice0775 White from comment #2)
the crash seems to be introduced by patch of bug 1520062
Hi Valentin, could you please take a look at this? Thanks!
Comment 4•6 years ago
|
||
I'm addressing this in bug 1522076 by backing out bug 1520062.
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Description
•