Closed
Bug 1836547
Opened 2 years ago
Closed 2 years ago
nsObserverService not thread-safe, called by HttpChannelChild::DoOnStopRequest()
Categories
(Core :: Networking: HTTP, task, P3)
Core
Networking: HTTP
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: acreskey, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
In notifying the "http-on-stop-connect" observers and via the following codepath, HttpChannelChild will ultimately attempt to add a reference to the observer service from a secondary thread.
services::GetObserverService()
net::nsHttpHandler::NotifyObservers()
net::nsHttpHandler::OnStopRequest()
net::HttpChannelChild::DoOnStopRequest()
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•