Closed
Bug 112201
Opened 24 years ago
Closed 24 years ago
regxpcom crash when unregistering
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.9
People
(Reporter: dougt, Assigned: dougt)
Details
(Keywords: crash)
nsCOMPtr_base::assign_assuming_AddRef(nsISupports * 0x00000000) line 435 + 3 bytes
nsCOMPtr_base::assign_with_AddRef(nsISupports * 0x00000000) line 74
nsCOMPtr<nsISupports>::operator=(nsISupports * 0x00000000) line 821
FreeServiceContractIDEntryEnumerate(PLDHashTable * 0x00415b30, PLDHashEntryHdr *
0x00e30a40, unsigned int 178, void * 0x00000000) line 1663
PL_DHashTableEnumerate(PLDHashTable * 0x00415b30, int (PLDHashTable *,
PLDHashEntryHdr *, unsigned int, void *)* 0x1006d2b0
FreeServiceContractIDEntryEnumerate(PLDHashTable *, PLDHashEntryHdr *, unsigned
int, void *), void * 0x00000000) line 601 + 34 bytes
nsComponentManagerImpl::FreeServices() line 1677 + 19 bytes
NS_ShutdownXPCOM(nsIServiceManager * 0x00000000) line 491
main(int 3, char * * 0x00411ee0) line 199 + 8 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e97d08()
| Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.9
| Assignee | ||
Comment 1•24 years ago
|
||
I checked in a fix for this on the trunk this morning as part of a larger bug.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•