Crash in [@ mozilla::net::ParentChannelListener::OnDataAvailable]
Categories
(Core :: Networking, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox71 | --- | wontfix |
firefox72 | --- | wontfix |
firefox73 | --- | wontfix |
firefox74 | --- | wontfix |
People
(Reporter: philipp, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
This bug is for crash report bp-05b6dc86-2ff8-452d-92ff-a47f90191226.
Top 10 frames of crashing thread:
0 xul.dll nsresult mozilla::net::ParentChannelListener::OnDataAvailable netwerk/protocol/http/ParentChannelListener.cpp:106
1 xul.dll XPTC__InvokebyIndex
2 @0x2275a4fd03f
3 xul.dll trunc
4 xul.dll trunc
5 xul.dll trunc
6 xul.dll static bool XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1149
7 xul.dll static bool XPC_WN_CallMethod js/xpconnect/src/XPCWrappedNativeJSOps.cpp:946
8 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:548
9 xul.dll static bool Interpret js/src/vm/Interpreter.cpp:3117
crash reports with this signature are showing up cross-platform since firefox 70 - they come with MOZ_RELEASE_ASSERT(!mSuspendedForDiversion) (Cannot call OnDataAvailable if suspended for diversion!)
.
Comment 1•6 years ago
|
||
Could you take a look for the ParentChannelListener
crash, michal?
Updated•6 years ago
|
Updated•5 years ago
|
Comment 2•5 years ago
|
||
I think Honza knows the diverting code much better. Can you please have a look?
![]() |
||
Comment 3•5 years ago
|
||
The crash rate is very low. I know the code somewhat, but not that well - if anyone of the team actually knows it :D I'd wait for the DocumentChannel work to remove diversion altogether rather than invest a minute of time to investigate this bug.
WONTFIXING for now. If we later find out that diversion can't be removed/disabled that easily, we will reopen.
Updated•5 years ago
|
Description
•