Closed
Bug 2294
Opened 26 years ago
Closed 26 years ago
[PP] Crash loading any URL
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
M2
People
(Reporter: akkzilla, Assigned: rickg)
Details
On Linux, loading any URL (file: or http:, internal or external) causes a crash:
#0 SinkContext::CloseContainer (this=0x82578a8, aNode=@0xbfffee54)
at ../../../../../mozilla/layout/html/document/src/nsHTMLContentSink.cpp:992
#1 0x4025a435 in HTMLContentSink::CloseContainer (this=0x8257750,
aNode=@0xbfffee54)
at
../../../../../mozilla/layout/html/document/src/nsHTMLContentSink.cpp:1821
#2 0x404ac823 in CNavDTD::CloseContainer (this=0x82046b8, aNode=@0xbfffee54,
aTag=eHTMLTag_unknown, aUpdateStyles=1)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:2181
#3 0x404acb45 in CNavDTD::CloseTopmostContainer (this=0x82046b8)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:2277
#4 0x404ace91 in CNavDTD::ReduceContextStackFor (this=0x82046b8,
aChildTag=eHTMLTag_text)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:2427
#5 0x404aa12b in CNavDTD::HandleDefaultStartToken (this=0x82046b8,
aToken=0x81cbad8, aChildTag=eHTMLTag_text, aNode=@0xbfffeffc)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:754
#6 0x404aa448 in CNavDTD::HandleStartToken (this=0x82046b8, aToken=0x81cbad8)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:870
#7 0x404a93fb in NavDispatchTokenHandler (aToken=0x81cbad8, aDTD=0x82046b8)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:261
#8 0x404b6bff in CTokenHandler::operator() (this=0x8204798, aToken=0x81cbad8,
aDTD=0x82046b8) at ../../../mozilla/htmlparser/src/nsTokenHandler.cpp:80
#9 0x404a9e14 in CNavDTD::HandleToken (this=0x82046b8, aToken=0x81cbad8,
aParser=0x82576e8) at ../../../mozilla/htmlparser/src/CNavDTD.cpp:548
#10 0x404a9c73 in CNavDTD::BuildModel (this=0x82046b8, aParser=0x82576e8)
at ../../../mozilla/htmlparser/src/CNavDTD.cpp:478
...etc.
Comment 1•26 years ago
|
||
Note that a problem with the same net effect also takes place on the 1.11.98 Mac
build. (Basically crashes on launch after Viewer window opens; no stack crawl, as
Mac is totally frozen/dead after crash.)
Comment 2•26 years ago
|
||
think this is fixed now
claudius, please verify on Linux.
elig, if happens on the Mac, please write a separate bug.
Comment 4•26 years ago
|
||
<1.13.98 Mac build works fine on Mac; no longer a problem.>
Tried on 1/21 build...looks good...Claudius, try it out on your box
and if URLs load fine, then close this out...URLs are still having
a problem coming up, but no crashing behavior.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
I hesitate to use my gold seal of approval on a case such as this but,
technically, this bug is fixed. As of the 01/21/99 build on RedHat5.2 linux no
longer crashes. It doesn't load pages - but it no longer crashes.
You need to log in
before you can comment on or make changes to this bug.
Description
•