Closed
Bug 75640
Opened 24 years ago
Closed 24 years ago
crash on startup in xpcom (may be profilemanager)
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: hwaara, Assigned: kandrot)
Details
(Keywords: crash)
I get this on startup (before the profilemanager shows up) in my build. This
build is not from the tip...
Was anything similar to this stack-trace fixed recently? If so, with what
checkin?
nsCRT::HashCode(const char * 0x0070f87c, unsigned int * 0x008b1e80) line 541
PL_HashTableLookup(PLHashTable * 0x0070f87c, const void * 0x008b0fa0) line 372
CategoryNode::find_leaf(CategoryNode * const 0x00000000, const char *
0x00000000) line 103 + 11 bytes
nsCategoryManager::AddCategoryEntry(nsCategoryManager * const 0x008b0fa0, const
char * 0x008b0e70, const char * 0x00000000, const char * 0x00000000, int 0, int
0, char * * 0x00000000) line 342
nsCategoryManager::initialize(nsCategoryManager * const 0x00000000) line 220
nsCategoryManagerFactory::CreateInstance(nsCategoryManagerFactory * const
0x008438f0, nsISupports * 0x00000000, const nsID & {...}, void * * 0x008b0fa0)
line 536 + 7 bytes
nsComponentManagerImpl::CreateInstance(nsComponentManagerImpl * const
0x008347a0, const nsID & {...}, nsISupports * 0x00000000, const nsID & {...},
void * * 0x008438f0) line 1199 + 16 bytes
nsComponentManager::CreateInstance(const nsID & {...}, nsISupports *
0x00000000, const nsID & {...}, void * * 0x0070f9e0) line 82
nsServiceManagerImpl::GetService(nsServiceManagerImpl * const 0x00000000, const
nsID & {...}, const nsID & {...}, nsISupports * * 0x0070fa5c,
nsIShutdownListener * 0x00000000) line 344 + 17 bytes
nsServiceManagerImpl::GetService(nsServiceManagerImpl * const 0x008344d0, const
char * 0x1005a03c `string', const nsID & {...}, nsISupports * * 0x0070fa5c,
nsIShutdownListener * 0x00000000) line 492
nsServiceManager::GetService(const char * 0x1005a03c `string', const nsID &
{...}, nsISupports * * 0x0070fa5c, nsIShutdownListener * 0x00000000) line 605
nsGetServiceByContractID::operator()(const nsGetServiceByContractID * const
0x00000000, const nsID & {...}, void * * 0x0070fa5c) line 64 + 5 bytes
nsCOMPtr_base::assign_from_helper(nsCOMPtr_base * const 0x00000000, const
nsCOMPtr_helper & {...}, const nsID & {...}) line 65 + 14 bytes
nsComponentManagerImpl::AutoRegisterImpl(nsComponentManagerImpl * const
0x00000000, int 0, nsIFile * 0x00000000) line 2017 + 38 bytes
nsComponentManagerImpl::AutoRegister(nsComponentManagerImpl * const 0x008347a0,
int 0, nsIFile * 0x00000000) line 1948
nsComponentManager::AutoRegister(int 0, nsIFile * 0x00000000) line 201
nsSoftwareUpdate::StartupTasks(nsSoftwareUpdate * const 0x80510003, int *
0x0070fd28) line 456 + 8 bytes
main1(int 1, char * * 0x00830570, nsISupports * 0x00830da0) line 898
main(int 1, char * * 0x00830570) line 1316 + 25 bytes
WinMain(HINSTANCE__ * 0x00400000, HINSTANCE__ * 0x00400000, char * 0x817a247f,
HINSTANCE__ * 0x00400000) line 1336 + 23 bytes
MOZILLA! WinMainCRTStartup + 308 bytes
KERNEL32! bff8b560()
KERNEL32! bff8b412()
KERNEL32! bff89dd5()
Comment 1•24 years ago
|
||
this looks like a wfm
| Reporter | ||
Comment 2•24 years ago
|
||
Indeed. Marking as such.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•