Crash in [@ mozilla::net::nsHttpTransaction::nsHttpTransaction]
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
People
(Reporter: gsvelto, Assigned: kershaw)
References
Details
(Keywords: crash, Whiteboard: [necko-triaged])
Crash Data
This bug is for crash report bp-1c28cc99-bbfa-42b8-868d-ca1c20200605.
Top 10 frames of crashing thread:
0 XUL mozilla::net::nsHttpTransaction::nsHttpTransaction netwerk/protocol/http/nsHttpTransaction.cpp:148
1 XUL mozilla::net::HttpTransactionChild::RecvInit netwerk/protocol/http/HttpTransactionChild.cpp:183
2 XUL mozilla::net::PHttpTransactionChild::OnMessageReceived ipc/ipdl/PHttpTransactionChild.cpp:563
3 XUL mozilla::net::PSocketProcessChild::OnMessageReceived ipc/ipdl/PSocketProcessChild.cpp:1760
4 XUL mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2166
5 XUL mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1969
6 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1236
7 XUL mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:87
8 XUL MessageLoop::Run ipc/chromium/src/base/message_loop.cc:290
9 XUL nsBaseAppShell::Run widget/nsBaseAppShell.cpp:137
This is a NULL
pointer access, probably to the gHttpHandler
variable. Disregard the crashes under this signature that are not in the nightly channel because they're unrelated. This seems to have started in buildid 20200526213752 and happens on both Windows and macOS.
Comment 1•5 years ago
|
||
Bug 1643515 is a crash involving HttpTransactionParent that also first appeared in the 20200526213752 build. I wonder if they are related.
Assignee | ||
Comment 2•5 years ago
|
||
This patch should be able to fix this.
Assignee | ||
Updated•5 years ago
|
This crash in occurs in FF 78 when network.process.enabled and network.http.network_access_on_socket_process.enabled are both set to true. It immediately crashes at startup, so you have to back and set them to false from prefs.js.
Assignee | ||
Comment 4•4 years ago
|
||
This is fixed by the patch in comment #2.
Description
•