Socket process crashes when using systemPrincipal
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: baku, Unassigned)
Details
I managed to reproduce this crash:
#5 0x00007fbb10ecce8d in nsContentUtils::GetSystemPrincipal() () at /home/baku/Sources/m/proxy/src/dom/base/nsContentUtils.cpp:5038
#6 0x00007fbb0eedd3a7 in mozilla::net::TRR::SendHTTPRequest() (this=0x7fbaf8007730) at /home/baku/Sources/m/proxy/src/netwerk/dns/TRR.cpp:236
#7 0x00007fbb0eedc9af in mozilla::net::TRR::Run() (this=0x7fbaf8007730) at /home/baku/Sources/m/proxy/src/netwerk/dns/TRR.cpp:157
#8 0x00007fbb0eba37c4 in nsThread::ProcessNextEvent(bool, bool*)
Is it a known bug?
Comment 1•6 years ago
•
|
||
Could you share the reproduce steps?
Currently, we are unable to do DNS lookup in socket process. We have to proxy the DNS lookup back to parent process. I am working on this in Bug 1569196.
| Reporter | ||
Comment 3•6 years ago
|
||
Currently, we are unable to do DNS lookup in socket process. We have to proxy the DNS lookup back to parent process. I am working on this in Bug 1569196.
My STR is:
- TRR mode 3 (bootstrap address: 1.1.1.1)
- an http proxy setting
- media.peerconnection.ice.proxy_only set to true
- https://appear.in/baku
Updated•6 years ago
|
Description
•