Closed
Bug 121849
Opened 23 years ago
Closed 23 years ago
loading chatzilla ASSERTION: NS_ENSURE_TRUE(aParser) failed: 'aParser', file /home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 121844
People
(Reporter: timeless, Assigned: harishd)
Details
(Keywords: assertion)
freebsd cvs trunk build from last weekend
###!!! ASSERTION: NS_ENSURE_TRUE(aParser) failed: 'aParser', file /home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp, line 1514
###!!! Break: at file /home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp, line 1514
Suspending process; attach with the debugger.
Program received signal SIGSTOP, Stopped (signal).
0x286e97d0 in kill () from /usr/lib/libc_r.so.4
(gdb) where 15
#0 0x286e97d0 in kill () from /usr/lib/libc_r.so.4
#1 0x282d36e7 in nsDebug::Break (aFile=0x2898acc0 "/home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp", aLine=1514)
at /home/timeless/mozilla/xpcom/base/nsDebug.cpp:321
#2 0x282d35c9 in nsDebug::Assertion (aStr=0x2898af40 "NS_ENSURE_TRUE(aParser) failed", aExpr=0x2898af33 "aParser",
aFile=0x2898acc0 "/home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp", aLine=1514) at /home/timeless/mozilla/xpcom/base/nsDebug.cpp:290
#3 0x282d38d4 in nsDebug::WarnIfFalse (aStr=0x2898af40 "NS_ENSURE_TRUE(aParser) failed", aExpr=0x2898af33 "aParser",
aFile=0x2898acc0 "/home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp", aLine=1514) at /home/timeless/mozilla/xpcom/base/nsDebug.cpp:396
#4 0x28926837 in nsObserverEntry::Notify (this=0x80ca400, aNode=0x8e64020, aParser=0x0, aWebShell=0x882b134)
at /home/timeless/mozilla/htmlparser/src/nsDTDUtils.cpp:1514
#5 0x292444a9 in HTMLContentSink::NotifyTagObservers (this=0x9180e00, aNode=0x8e64020)
at /home/timeless/mozilla/content/html/document/src/nsHTMLContentSink.cpp:3843
#6 0x28934656 in CNavDTD::WillHandleStartTag (this=0x87d0200, aToken=0x8796280, aTag=eHTMLTag_html, aNode=@0x8e64020)
at /home/timeless/mozilla/htmlparser/src/CNavDTD.cpp:1395
#7 0x289353f4 in CNavDTD::HandleStartToken (this=0x87d0200, aToken=0x8796280) at /home/timeless/mozilla/htmlparser/src/CNavDTD.cpp:1642
#8 0x28933198 in CNavDTD::HandleToken (this=0x87d0200, aToken=0x8796280, aParser=0x8c66500)
at /home/timeless/mozilla/htmlparser/src/CNavDTD.cpp:895
#9 0x28931e97 in CNavDTD::BuildModel (this=0x87d0200, aParser=0x8c66500, aTokenizer=0x8c04700, anObserver=0x0, aSink=0x9180e00)
at /home/timeless/mozilla/htmlparser/src/CNavDTD.cpp:525
#10 0x28947f30 in nsParser::BuildModel (this=0x8c66500) at /home/timeless/mozilla/htmlparser/src/nsParser.cpp:1981
#11 0x28947b3e in nsParser::ResumeParse (this=0x8c66500, allowIteration=1, aIsFinalChunk=1, aCanInterrupt=1)
at /home/timeless/mozilla/htmlparser/src/nsParser.cpp:1847
#12 0x28946cd7 in nsParser::ContinueParsing (this=0x8c66500) at /home/timeless/mozilla/htmlparser/src/nsParser.cpp:1495
#13 0x292a2405 in CSSLoaderImpl::Cleanup (this=0x882ee00, aKey=@0xbfbfedbc, aLoadData=0x8ea1280)
at /home/timeless/mozilla/content/html/style/src/nsCSSLoader.cpp:809
#14 0x292a2b8c in CSSLoaderImpl::SheetComplete (this=0x882ee00, aSheet=0x0, aLoadData=0x8ea1280)
at /home/timeless/mozilla/content/html/style/src/nsCSSLoader.cpp:919
Comment 1•23 years ago
|
||
same stack as bug 121844.
*** This bug has been marked as a duplicate of 121844 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•