'network.http.network_access_on_socket_process.enabled' causes Firefox to crash on certain page
Categories
(Core :: Networking, defect, P2)
Tracking
()
People
(Reporter: 58anodw27, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
-
Enable 'network.http.network_access_on_socket_process.enabled'
Actual results:
Firefox crashes
Expected results:
Should be able to visit page normally
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Replicated on Windows 10, fx 102.0.1 with the following steps:
- Enable the pref
- Restart fx
- Visit website
Does not replicate on Pop_OS! 22.04 LTS or Ubuntu 22.04
Updated•1 years ago
|
Comment 4•1 years ago
|
||
I tried this on a debug build, and after a while I hit this assertion:
Assertion failure: !LoadDataSentToChildProcess() (DataSentToChildProcess being true means ODAs are sent to the child process directly. We MUST NOT apply content converter in this case.), at /home/icecold/mozilla-central/netwerk/protocol/http/nsHttpChannel.cpp:1774
Description
•