Closed
Bug 132084
Opened 23 years ago
Closed 23 years ago
locks 0.9.8, 0.9.9, 1.0 trunk. displays fine on 0.9.4.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 121841
People
(Reporter: petro, Assigned: harishd)
References
()
Details
(Keywords: hang, regression)
Other javadoc index pages seem to work fine. I have not isolated the exact bit
of HTML causing the problem.
Comment 1•23 years ago
|
||
confirmed w/ linux trunk
Comment 2•23 years ago
|
||
win2k stack trace:
IsASCII(const nsAString & {...}) line 332 + 3 bytes
nsTextFragment::operator=(const nsAString & {...}) line 142 + 10 bytes
nsGenericDOMDataNode::SetText(nsGenericDOMDataNode * const 0x04a57570, const
nsAString & {...}, int 0) line 1330
nsGenericDOMDataNode::AppendData(const nsAString & {...}) line 508 + 50 bytes
nsCommentNode::AppendData(nsCommentNode * const 0x04a5758c, const nsAString &
{...}) line 60 + 18 bytes
SinkContext::AddComment(const nsIParserNode & {...}) line 1958
HTMLContentSink::AddComment(HTMLContentSink * const 0x0548ea60, const
nsIParserNode & {...}) line 3483 + 18 bytes
CNavDTD::HandleCommentToken(CToken * 0x05578da8) line 2204 + 34 bytes
CNavDTD::HandleToken(CNavDTD * const 0x055085a8, CToken * 0x05578da8, nsIParser
* 0x0548e8a0) line 903 + 12 bytes
CNavDTD::BuildModel(CNavDTD * const 0x055085a8, nsIParser * 0x0548e8a0,
nsITokenizer * 0x054b6f70, nsITokenObserver * 0x00000000, nsIContentSink *
0x0548ea60) line 521 + 20 bytes
nsParser::BuildModel() line 1865 + 34 bytes
nsParser::ResumeParse(int 1, int 0, int 1) line 1731 + 11 bytes
nsParser::OnDataAvailable(nsParser * const 0x0548e8a4, nsIRequest * 0x054028c0,
nsISupports * 0x00000000, nsIInputStream * 0x05510518, unsigned int 72786,
unsigned int 1460) line 2354 + 21 bytes
nsDocumentOpenInfo::OnDataAvailable(nsDocumentOpenInfo * const 0x05418410,
nsIRequest * 0x054028c0, nsISupports * 0x00000000, nsIInputStream * 0x05510518,
unsigned int 72786, unsigned int 1460) line 241 + 46 bytes
nsStreamListenerTee::OnDataAvailable(nsStreamListenerTee * const 0x055416e0,
nsIRequest * 0x054028c0, nsISupports * 0x00000000, nsIInputStream * 0x04b4e6f0,
unsigned int 72786, unsigned int 1460) line 56 + 51 bytes
nsHttpChannel::OnDataAvailable(nsHttpChannel * const 0x054028c4, nsIRequest *
0x04b4e8fc, nsISupports * 0x00000000, nsIInputStream * 0x04b4e6f0, unsigned int
72786, unsigned int 1460) line 2609 + 57 bytes
nsOnDataAvailableEvent::HandleEvent() line 192 + 70 bytes
nsARequestObserverEvent::HandlePLEvent(PLEvent * 0x0547f074) line 116
PL_HandleEvent(PLEvent * 0x0547f074) line 590 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x01167f90) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x002400ea, unsigned int 49385, unsigned int 0,
long 18251664) line 1071 + 9 bytes
USER32! 77e02e98()
USER32! 77e030e0()
USER32! 77e05824()
nsAppShellService::Run(nsAppShellService * const 0x03b54358) line 309
main1(int 2, char * * 0x00304fa0, nsISupports * 0x00000000) line 1350 + 32 bytes
main(int 2, char * * 0x00304fa0) line 1698 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e87d08()
->Parser (?????)
Assignee: asa → harishd
Component: Browser-General → Parser
Keywords: hang
OS: Linux → All
QA Contact: doronr → moied
*** This bug has been marked as a duplicate of 121841 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
hmm, i know about the ENTITY bug ( i confirmed it) but i get assertitions with
the ENTITY bug and i don't get assertions with this page...
You need to log in
before you can comment on or make changes to this bug.
Description
•