Closed
Bug 1924740
Opened 1 year ago
Closed 1 year ago
Crash in [@ mozilla::net::HttpChannelChild::RetargetDeliveryTo]
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
DUPLICATE
of bug 1924737
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | unaffected |
| firefox133 | --- | fixed |
People
(Reporter: mccr8, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/770a68d8-bcb1-497e-9c87-9564f0241015
MOZ_CRASH Reason:
MOZ_DIAGNOSTIC_ASSERT(!mODATarget || (mODATarget == aNewTarget) || !mGotDataAvailable)
Top 10 frames:
0 XUL mozilla::net::HttpChannelChild::RetargetDeliveryTo(nsISerialEventTarget*) netwerk/protocol/http/HttpChannelChild.cpp:3062
1 XUL mozilla::dom::FetchDriver::OnStartRequest(nsIRequest*) dom/fetch/FetchDriver.cpp:1368
2 XUL mozilla::FetchPreloader::Cache::Consume(nsCOMPtr<nsIStreamListener>)::$_0::op... uriloader/preload/FetchPreloader.cpp:319
2 XUL mozilla::detail::VariantImplementation<unsigned char, (unsigned long)0, mozil... mfbt/Variant.h:309
2 XUL mozilla::Variant<mozilla::FetchPreloader::Cache::StartRequest, mozilla::Fetch... mfbt/Variant.h:902
2 XUL mozilla::Variant<mozilla::FetchPreloader::Cache::StartRequest, mozilla::Fetch... mfbt/Variant.h:857
2 XUL mozilla::FetchPreloader::Cache::Consume(nsCOMPtr<nsIStreamListener>) uriloader/preload/FetchPreloader.cpp:317
3 XUL mozilla::detail::RunnableMethodArguments<nsCOMPtr<nsIStreamListener> >::apply... xpcom/threads/nsThreadUtils.h:1085
3 XUL std::__1::__invoke[abi:un170006]<mozilla::detail::RunnableMethodArguments<nsC... /builds/worker/fetches/MacOSX14.4.sdk/usr/include/c++/v1/__type_traits/invoke.h:340
3 XUL std::__1::__apply_tuple_impl[abi:un170006]<mozilla::detail::RunnableMethodArg... /builds/worker/fetches/MacOSX14.4.sdk/usr/include/c++/v1/tuple:1825
I experienced this crash on Reddit. I went to the front page, then I shift-clicked rapidly on an article to open a bunch of them in new tabs. I haven't been able to reproduce this, but what I have been able to reproduce is that the new page doesn't actually load properly all of the time, which could be related?
[Tracking Requested - why for this release]: crash regression on Reddit
| Reporter | ||
Comment 1•1 year ago
|
||
Here is the regression range. Oops, I see somebody already filed this.
| Reporter | ||
Updated•1 year ago
|
tracking-firefox133:
? → ---
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•