Closed
Bug 1747497
Opened 4 years ago
Closed 4 years ago
Crash in [@ Allocator<T>::malloc | moz_xmalloc | mozilla::net::ProxyAutoConfigChild::RecvGetProxyForURI]
Categories
(Core :: Networking: HTTP, defect, P2)
Tracking
()
RESOLVED
FIXED
99 Branch
People
(Reporter: mccr8, Assigned: kershaw)
Details
(Keywords: crash, regression, Whiteboard: [necko-triaged])
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/4d6942cc-8ee2-495e-be4a-fe6750211223
Reason: EXCEPTION_STACK_OVERFLOW
Top 10 frames of crashing thread:
0 mozglue.dll static Allocator<MozJemallocBase>::malloc memory/build/malloc_decls.h:51
1 mozglue.dll moz_xmalloc memory/mozalloc/mozalloc.cpp:52
2 xul.dll mozilla::net::ProxyAutoConfigChild::RecvGetProxyForURI netwerk/ipc/ProxyAutoConfigChild.cpp:172
3 xul.dll mozilla::net::PProxyAutoConfigChild::OnMessageReceived ipc/ipdl/PProxyAutoConfigChild.cpp:213
4 xul.dll mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:1968
5 xul.dll mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1855
6 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1177
7 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:467
8 xul.dll mozilla::net::ProxyAutoConfig::ResolveAddress netwerk/base/ProxyAutoConfig.cpp:495
9 xul.dll mozilla::net::PACResolveToString netwerk/base/ProxyAutoConfig.cpp:523
| Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(kershaw)
| Assignee | ||
Updated•4 years ago
|
Severity: S2 → S4
Priority: -- → P2
Whiteboard: [necko-triaged]
| Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b1c1d190459a
Allow only one PAC execution at a time, r=necko-reviewers,valentin
Comment 4•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
Updated•4 years ago
|
status-firefox97:
--- → wontfix
status-firefox98:
--- → affected
status-firefox-esr91:
--- → wontfix
Flags: in-testsuite+
Comment 5•4 years ago
|
||
The patch landed in nightly and beta is affected.
:kershaw, is this bug important enough to require an uplift?
If not please set status_beta to wontfix.
For more information, please visit auto_nag documentation.
Flags: needinfo?(kershaw)
| Assignee | ||
Comment 6•4 years ago
|
||
This feature is disabled on beta, so mark t as wontfix.
Flags: needinfo?(kershaw)
You need to log in
before you can comment on or make changes to this bug.
Description
•