Closed Bug 1684966 Opened 3 years ago Closed 3 years ago

Deadlock during Browser Toolbox startup in nsHttpChannel::SetupTransaction -> nsHttpChannel::OnCacheEntryCheck -> EnsureNSSInitializedChromeOrContent() -> sync main thread runnable

Categories

(Core :: Networking, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1679933

People

(Reporter: mstange, Unassigned)

Details

Attachments

(1 file)

When opening the browser toolbox, I encountered a deadlock between the main thread and the cache I/O thread in the toolbox process. My guess is that the main thread was blocking on mRCWNLock, which was held by the cache I/O thread, and the cache I/O thread was blocking while trying to dispatch a runnable synchronously to the main thread to initialize NSS.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: