Closed
Bug 2274
Opened 26 years ago
Closed 26 years ago
Crash while parsing
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
References
()
Details
Pasing the page http://www.adelong.com.au/ crashes with the following call
stack:
NTDLL! 77f76274()
nsDebug::PreCondition(char * 0x007323e4, char * 0x00732b28, char * 0x00732af8,
int 2233) line 105 + 13 bytes
CNavDTD::CloseTopmostContainer() line 2233 + 49 bytes
CNavDTD::ReduceContextStackFor(nsHTMLTag eHTMLTag_text) line 2390
CNavDTD::HandleDefaultStartToken(CToken * 0x012e5d00, nsHTMLTag eHTMLTag_text,
nsIParserNode & {...}) line 751 + 12 bytes
CNavDTD::HandleStartToken(CToken * 0x012e5d00) line 867 + 23 bytes
NavDispatchTokenHandler(CToken * 0x012e5d00, nsIDTD * 0x013aab50) line 261 + 12
bytes
CTokenHandler::operator()(CToken * 0x012e5d00, nsIDTD * 0x013aab50) line 80 + 14
bytes
CNavDTD::HandleToken(CNavDTD * const 0x013aab50, CToken * 0x012e5d00, nsIParser
* 0x01392470) line 546 + 18 bytes
CNavDTD::BuildModel(CNavDTD * const 0x013aab50, nsIParser * 0x01392470) line 476
+ 20 bytes
nsParser::BuildModel() line 694 + 16 bytes
nsParser::ResumeParse(nsIDTD * 0x00000000) line 651 + 11 bytes
nsParser::OnDataAvailable(nsParser * const 0x01392474, nsIURL * 0x012a4680,
nsIInputStream * 0x01389120, unsigned int 2043) line 878 + 17 bytes
nsDocumentBindInfo::OnDataAvailable(nsDocumentBindInfo * const 0x012a4600,
nsIURL * 0x012a4680, nsIInputStream * 0x01389120, unsigned int 2043) line 1601 +
24 bytes
OnDataAvailableProxyEvent::HandleEvent(OnDataAvailableProxyEvent * const
0x013cc910) line 615 + 45 bytes
StreamListenerProxyEvent::HandlePLEvent(PLEvent * 0x013cc914) line 455 + 12
bytes
PL_HandleEvent(PLEvent * 0x013cc914) line 395 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x0120f740) line 357 + 9 bytes
_md_EventReceiverProc(void * 0x1c76025e, unsigned int 49370, unsigned int 0,
long 18937664) line 675 + 9 bytes
USER32! 77e71268()
0120f740()
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 2365
Comment 1•26 years ago
|
||
Michael can you please verify the fix? If it is fixed, please mark bug verified.
thanks.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•