Closed
Bug 548028
Opened 16 years ago
Closed 10 years ago
WARNING: NS_ENSURE_TRUE(thread) failed in nsSocketTransportService2
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: zpao, Unassigned)
Details
netwerk/base/src/nsSocketTransportService2.cpp, line 121
nsSocketTransportService::Dispatch
I saw this while offline (in case that's important). So obviously there is a null thread. After a cursory look, it looks like there are 2 possibilities: Dispatch is being called after Shutdown OR NS_NewThread is buggy and the thread doesn't initialize properly. The first seems more likely (especially since there's and if (NS_FAILED...) when creating the thread).
Comment 1•16 years ago
|
||
If you're in offline mode, the socket transport service is shut down.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•