Closed
Bug 54064
Opened 24 years ago
Closed 23 years ago
assertions because nsURILoader doesn't have a threadsafe addref/release
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sspitzer, Assigned: mscott)
Details
NTDLL! 77f7629c()
nsDebug::Assertion(const char * 0x024db264, const char * 0x100c650c, const char
* 0x100c64e0, int 490) line 256 + 13 bytes
NS_CheckThreadSafe(void * 0x00a22da0, const char * 0x024db264) line 490 + 34 bytes
nsURILoader::AddRef(nsURILoader * const 0x02bb8470) line 474 + 58 bytes
nsURILoader::QueryInterface(nsURILoader * const 0x02bb8470, const nsID & {...},
void * * 0x029cfb5c) line 480 + 34 bytes
nsQueryInterface::operator()(const nsID & {...}, void * * 0x029cfb5c) line 32 +
25 bytes
nsCOMPtr<nsIURILoader>::assign_from_helper(const nsCOMPtr_helper & {...}, const
nsID & {...}) line 856 + 18 bytes
nsCOMPtr<nsIURILoader>::nsCOMPtr<nsIURILoader>(const nsQueryInterface & {...})
line 565
nsCOMPtr<nsIURILoader>::Assert_NoQueryNeeded() line 500
nsCOMPtr<nsIURILoader>::nsCOMPtr<nsIURILoader>(const nsCOMPtr_helper & {...})
line 554
nsPSMComponent::RegisterCertContentListener() line 146 + 30 bytes
nsPSMComponent::CreatePSMComponent(nsISupports * 0x00000000, const nsID & {...},
void * * 0x029cfc90) line 130
nsGenericFactory::CreateInstance(nsGenericFactory * const 0x03601830,
nsISupports * 0x00000000, const nsID & {...}, void * * 0x029cfc90) line 48
nsComponentManagerImpl::CreateInstance(nsComponentManagerImpl * const
0x00a25e40, const nsID & {...}, nsISupports * 0x00000000, const nsID & {...},
void * * 0x029cfc90) line 1201 + 24 bytes
nsComponentManager::CreateInstance(const nsID & {...}, nsISupports * 0x00000000,
const nsID & {...}, void * * 0x029cfc90) line 82
nsServiceManagerImpl::GetService(nsServiceManagerImpl * const 0x00a241e0, const
nsID & {...}, const nsID & {...}, nsISupports * * 0x021818d0 gPSMService,
nsIShutdownListener * 0x00000000) line 344 + 19 bytes
nsServiceManagerImpl::GetService(nsServiceManagerImpl * const 0x00a241e0, const
char * 0x0217dc6c, const nsID & {...}, nsISupports * * 0x021818d0 gPSMService,
nsIShutdownListener * 0x00000000) line 492
nsServiceManager::GetService(const char * 0x0217dc6c, const nsID & {...},
nsISupports * * 0x021818d0 gPSMService, nsIShutdownListener * 0x00000000) line 605
nsSSLIOLayerNewSocket(const char * 0x03dbc240, int 563, const char * 0x00000000,
int -1, PRFileDesc * * 0x03db96f4, nsISupports * * 0x029cfe90, int 0) line 566 +
24 bytes
nsSSLSocketProvider::NewSocket(nsSSLSocketProvider * const 0x036022e0, const
char * 0x03dbc240, int 563, const char * 0x00000000, int -1, PRFileDesc * *
0x03db96f4, nsISupports * * 0x029cfe90) line 92 + 31 bytes
nsSocketTransport::doConnection(short 0) line 848 + 88 bytes
nsSocketTransport::Process(short 0) line 616 + 13 bytes
nsSocketTransportService::ProcessWorkQ() line 241 + 10 bytes
nsSocketTransportService::Run(nsSocketTransportService * const 0x02798994) line
444 + 11 bytes
nsThread::Main(void * 0x027983c0) line 84 + 26 bytes
_PR_NativeRunThread(void * 0x02798250) line 399 + 13 bytes
_threadstartex(void * 0x027980a0) line 212 + 13 bytes
KERNEL32! 77f04ee8()
Reporter | ||
Comment 1•24 years ago
|
||
fix my typo in the summary
Summary: assertsions because nsURILoader doesn't have a threadsafe addref/release → assertions because nsURILoader doesn't have a threadsafe addref/release
Comment 2•23 years ago
|
||
Duping to more current and better bug..
*** This bug has been marked as a duplicate of 82241 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•