Closed Bug 1746300 Opened 4 years ago Closed 4 years ago

Crash in [@ mozilla::net::ProxyAutoConfigChild::RecvGetProxyForURI]

Categories

(Core :: Networking: HTTP, defect, P2)

Unspecified
Windows 10
defect

Tracking

()

RESOLVED FIXED
97 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox95 --- unaffected
firefox96 --- unaffected
firefox97 --- fixed

People

(Reporter: mccr8, Assigned: kershaw)

References

(Regression)

Details

(Keywords: crash, regression, Whiteboard: [necko-triaged])

Crash Data

Attachments

(1 file)

Maybe Fission related. (DOMFissionEnabled=1)

Crash report: https://crash-stats.mozilla.org/report/index/93584e14-7f31-4c2a-a1ef-864ae0211215

Reason: EXCEPTION_ACCESS_VIOLATION_READ

Top 10 frames of crashing thread:

0 xul.dll mozilla::net::ProxyAutoConfigChild::RecvGetProxyForURI netwerk/ipc/ProxyAutoConfigChild.cpp:154
1 xul.dll mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/netwerk/ipc/ProxyAutoConfigChild.cpp:158:9'>::Run xpcom/threads/nsThreadUtils.h:531
2 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1177
3 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run ipc/glue/MessagePump.cpp:300
4 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:324
5 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:306
6 xul.dll static nsThread::ThreadFunc xpcom/threads/nsThread.cpp:391
7 nss3.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:399
8 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:139
9 ucrtbase.dll thread_start<unsigned int , 1> 

This looks like a null deref, on this line:
if (mPAC->WaitingForDNSResolve()) {

Maybe this method is getting called after ActorDestroy?

4 crashes from 4 install times, in the 20211214094205 build of 97.0a1, so maybe it is a regression.

Keywords: regression

I think this is the set of new changes in that build. Nothing jumps out as me, though there are a few things that talk about IPC or the socket process.

Assignee: nobody → kershaw
Status: NEW → ASSIGNED

This is regressed by bug 1745385.

Priority: -- → P2
Regressed by: 1745385
Whiteboard: [necko-triaged]
Has Regression Range: --- → yes

Set release status flags based on info from the regressing bug 1745385

(FWIW, I filed this based on the "Spikes in signatures" report.)

Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3086ed65de58 Add some null checks and avoid busy waiting for DNS resolution, r=necko-reviewers,valentin
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Depends on: 1746846
Regressions: 1746846
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: