Closed
Bug 73236
Opened 24 years ago
Closed 24 years ago
Mozilla crashes when trying to load bookmarksToolbar.css
Categories
(Core :: XPCOM, defect)
Tracking
()
People
(Reporter: simon.lucy, Assigned: kandrot)
Details
(Keywords: crash)
With a debug build from today's (23rd March 2001), Mozilla crashes in loading
the bookmarksToolbar.css or bookmarks.css file. This is regardless of whether
the Profile Manager is entered or not. Creating a new profile with 0.8.1, not
using it and then running this tip build also crashes in the same place.
Stack trace is as follows:
nsProxyEventObject::GetNewOrUsedProxy(nsIEventQueue * 0x00b55270, int 6,
nsISupports * 0x03151210, const nsID & {...}) line 166 + 38 bytes
nsProxyObjectManager::GetProxyForObject(nsProxyObjectManager * const 0x00cff4a0,
nsIEventQueue * 0x00000000, const nsID & {...}, nsISupports * 0x03151210, int 6,
void * * 0x0012ede0) line 191 + 26 bytes
nsStreamLoader::Init(nsStreamLoader * const 0x00de10e8, nsIURI * 0x00de1028,
nsIStreamLoaderObserver * 0x03151210, nsISupports * 0x00000000, nsILoadGroup *
0x02f9cc48, nsIInterfaceRequestor * 0x00000000, unsigned int 0) line 58 + 61 bytes
NS_NewStreamLoader(nsIStreamLoader * * 0x0012eeb8, nsIURI * 0x00de1028,
nsIStreamLoaderObserver * 0x03151210, nsISupports * 0x00000000, nsILoadGroup *
0x02f9cc48, nsIInterfaceRequestor * 0x00000000, unsigned int 0) line 351 + 47 bytes
CSSLoaderImpl::LoadSheet(URLKey & {...}, SheetLoadData * 0x03151210) line 1232 +
46 bytes
CSSLoaderImpl::LoadStyleLink(CSSLoaderImpl * const 0x03001938, nsIContent *
0x00000000, nsIURI * 0x03000ec0, const nsString & {...}, const nsString & {...},
int -1, int 2, nsIParser * 0x02fe88a8, int & 1, nsICSSLoaderObserver *
0x00000000) line 1400 + 16 bytes
XULContentSinkImpl::ProcessStyleLink(nsIContent * 0x00000000, const nsString &
{...}, int 0, const nsString & {...}, const nsString & {...}, const nsString &
{...}) line 866 + 154 bytes
XULContentSinkImpl::AddProcessingInstruction(XULContentSinkImpl * const
0x03010bd8, const nsIParserNode & {...}) line 941
CWellFormedDTD::HandleProcessingInstructionToken(CToken * 0x00df43a0) line 604 +
31 bytes
CWellFormedDTD::HandleToken(CWellFormedDTD * const 0x00dc2758, CToken *
0x00df43a0, nsIParser * 0x02fe88a8) line 520 + 12 bytes
CWellFormedDTD::BuildModel(CWellFormedDTD * const 0x00dc2758, nsIParser *
0x02fe88a8, nsITokenizer * 0x03152cc0, nsITokenObserver * 0x00000000,
nsIContentSink * 0x03010bd8) line 259 + 20 bytes
nsParser::BuildModel() line 2028 + 34 bytes
nsParser::ResumeParse(int 1, int 0) line 1909 + 11 bytes
nsParser::OnDataAvailable(nsParser * const 0x02fe88b0, nsIRequest * 0x03097f50,
nsISupports * 0x00000000, nsIInputStream * 0x02f91900, unsigned int 0, unsigned
int 8192) line 2358 + 19 bytes
nsDocumentOpenInfo::OnDataAvailable(nsDocumentOpenInfo * const 0x03097ee8,
nsIRequest * 0x03097f50, nsISupports * 0x00000000, nsIInputStream * 0x02f91900,
unsigned int 0, unsigned int 8192) line 260 + 46 bytes
nsResChannel::OnDataAvailable(nsResChannel * const 0x03097f58, nsIRequest *
0x03097fd8, nsISupports * 0x00000000, nsIInputStream * 0x02f91900, unsigned int
0, unsigned int 8192) line 597
nsFileChannel::OnDataAvailable(nsFileChannel * const 0x03097fe0, nsIRequest *
0x00df8f44, nsISupports * 0x00000000, nsIInputStream * 0x02f91900, unsigned int
0, unsigned int 8192) line 516 + 49 bytes
nsOnDataAvailableEvent::HandleEvent(nsOnDataAvailableEvent * const 0x02fa1648)
line 161 + 70 bytes
nsStreamObserverEvent::HandlePLEvent(PLEvent * 0x02fa164c) line 79
PL_HandleEvent(PLEvent * 0x02fa164c) line 588 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00b552c8) line 518 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x0049032a, unsigned int 49411, unsigned int 0,
long 11883208) line 1069 + 9 bytes
USER32! 77e13eb0()
USER32! 77e1401a()
USER32! 77e192da()
nsAppShellService::Run(nsAppShellService * const 0x00b86658) line 408
main1(int 1, char * * 0x004b7bc8, nsISupports * 0x00000000) line 1004 + 32 bytes
main(int 1, char * * 0x004b7bc8) line 1298 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e87903()
However, running with a different profile does succeed, but then GetURI asserts
on every call in PSM.
Updated•24 years ago
|
Severity: normal → critical
Keywords: crash
Summary: [crash] Mozilla crashes when trying to load bookmarksToolbar.css → Mozilla crashes when trying to load bookmarksToolbar.css
Comment 1•24 years ago
|
||
maybe xpcom?
Assignee: asa → kandrot
Component: Browser-General → XPCOM
QA Contact: doronr → scc
Assignee | ||
Comment 2•24 years ago
|
||
Looks like a dup of 74057. Same stack traces, same OS.
*** This bug has been marked as a duplicate of 74057 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•