Closed Bug 1571430 Opened 6 years ago Closed 6 years ago

Socket process crashes when using systemPrincipal

Categories

(Core :: Networking, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1569196

People

(Reporter: baku, Unassigned)

Details

I managed to reproduce this crash:

https://searchfox.org/mozilla-central/rev/0ffa9e372df56c95547fed9c3433ddec4fbf6f11/dom/base/nsContentUtils.cpp#5038

#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?

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.

Please see comment 1.

Flags: needinfo?(amarchesini)

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:

  1. TRR mode 3 (bootstrap address: 1.1.1.1)
  2. an http proxy setting
  3. media.peerconnection.ice.proxy_only set to true
  4. https://appear.in/baku
Flags: needinfo?(amarchesini)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.