Closed
Bug 107994
Opened 23 years ago
Closed 23 years ago
crash on launch with new profile
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
People
(Reporter: tracy, Assigned: harishd)
References
Details
(Keywords: smoketest)
seen on commercial builds:
windows 2001-11-01-03-trunk
linux 2001-11-01-06-trunk
mac 2001-11-01-04-trunk
-Create a new profile
-Launch with that new profile
crash on linux and mac (windows hangs with partially created browser window)
talkback for mac: Incident ID 37501037
Stack Signature
0x61ba61b8 9efddd11
Bug ID
Trigger Time
2001-11-01 09:32:03
Email Address
twalker@netscape.com
URL Visited
User Comments
crash on launch
Build ID
2001110104
Product ID
MozillaTrunk
Platform ID
MacOS
Trigger Reason
PowerPC unmapped memory exception
Stack Trace
0x61ba61b8
Distance() [nsReadableUtils.cpp, line 99]
nsScanner::RewindToMark() [nsScanner.cpp, line 265]
nsParser::Tokenize() [nsParser.cpp, line 2599]
nsParser::ResumeParse() [nsParser.cpp, line 1830]
nsParser::OnStopRequest() [nsParser.cpp, line 2524]
nsDocumentOpenInfo::OnStopRequest() [nsURILoader.cpp, line 271]
nsUnknownDecoder::OnStopRequest() [nsUnknownDecoder.cpp, line 247]
nsDocumentOpenInfo::OnStopRequest() [nsURILoader.cpp, line 271]
nsHttpChannel::OnStopRequest() [nsHttpChannel.cpp, line 2325]
nsOnStopRequestEvent::HandleEvent() [nsRequestObserverProxy.cpp, line 176]
nsARequestObserverEvent::HandlePLEvent() [nsRequestObserverProxy.cpp, line 79]
PL_HandleEvent() [plevent.c, line 590]
PL_ProcessPendingEvents() [plevent.c, line 520]
nsEventQueueImpl::ProcessPendingEvents() [nsEventQueue.cpp, line 388]
nsMacNSPREventQueueHandler::ProcessPLEventQueue() [nsToolkit.cpp, line 147]
nsMacNSPREventQueueHandler::RepeatAction() [nsToolkit.cpp, line 111]
Repeater::DoRepeaters() [nsRepeater.cpp, line 135]
nsMacMessagePump::DispatchEvent() [nsMacMessagePump.cpp, line 487]
nsMacMessagePump::DoMessagePump() [nsMacMessagePump.cpp, line 286]
nsAppShell::Run() [nsAppShell.cpp, line 127]
nsAppShellService::Run() [nsAppShellService.cpp, line 301]
Comment 2•23 years ago
|
||
Harish changed something in parser, CC him too.
Comment 3•23 years ago
|
||
stack suggests parser...
Assignee: asa → harishd
Component: Browser-General → Parser
QA Contact: doronr → moied
Comment 4•23 years ago
|
||
this is very much parser, I didn't touch Distance() in nsReadableUtils.
Comment 5•23 years ago
|
||
11/3 windows starts fine for me. Simon suggested it might just be a xul syntax
problem, and thus it might be commercial-only. Tracy, can you please run the
Windows build with -console and tell me if you see an XML syntax error in the
console?
Comment 6•23 years ago
|
||
I am running CVS mozilla build from today, and I see this, or bug 107986, which
is a close relative of this one. Once we find out where this is,
somebody should decide which bug to dupe on which.
Comment 7•23 years ago
|
||
*** Bug 107986 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 8•23 years ago
|
||
from -console I didn't see any errors, although on my machine the console
window disappeared with the crashed app.
Comment 9•23 years ago
|
||
dp and jag have found that this crash occurs when the sidebar is open.
Assignee | ||
Comment 10•23 years ago
|
||
Håkan: I did not checkin anything in the last 7 days ( approximately )!
Comment 11•23 years ago
|
||
This is the news sidebar panel. We crash if that is opened.
Comment 12•23 years ago
|
||
http://info.netscape.com/fwd/sidustdtp/http://sidebar.netscape.com/sidebar/sbar_today/index.tmpl
This is the mFilename on the scanner.
Assignee | ||
Comment 13•23 years ago
|
||
backing out rpotts change fixes the problem.
Status: NEW → ASSIGNED
Comment 14•23 years ago
|
||
well then, let's back 'im out!
cc'ing rpotts so he knows he's being backed out
Assignee | ||
Comment 15•23 years ago
|
||
Rick: Backed out your change to fix the smoketest blocker. I'll work with you to
see why the change caused us to crash. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 16•23 years ago
|
||
verified with linux respin 2001-11-01-12-trunk
Status: RESOLVED → VERIFIED
Comment 17•23 years ago
|
||
A fix without backing out bug 102737 is in bug 108067.
You need to log in
before you can comment on or make changes to this bug.
Description
•