Closed
Bug 9880
Opened 25 years ago
Closed 25 years ago
[PP]page bombs gecko m7 mac!
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: aking, Assigned: rickg)
References
()
Details
http://www.webreference.com/dev/menus/
is an article on related popup menus using the new Option command
all other pages in this article work fine, this one page with a 2-D
related menu (using the old way) bombs gecko m7 upon load! don't
know why.
to see very similar page that doesn't bomb gecko m7 goto
http://www.webreference.com/dev/menus/intro2.html (more elegant way to code
it).
also, when updating menus, the menus jitter and move, it works, but
it's not fast like ns 4.5 or ie
wrong component.
rick, here's the stack trace.
WriteNewline(nsIContentSink & {...}, CSharedVSContext & {...}) line 561 + 9
bytes
WriteText(const nsString & {...}, nsIContentSink & {...}, int 1, int 0,
CSharedVSContext & {...}) line 662 + 13 bytes
CViewSourceHTML::WriteText(const nsString & {...}, nsIContentSink & {...}, int
1, int 0) line 698 + 25 bytes
CNavDTD::DidHandleStartTag(nsCParserNode & {...}, nsHTMLTag eHTMLTag_xmp) line
782 + 20 bytes
CNavDTD::HandleStartToken(CToken * 0x01094120) line 1419
NavDispatchTokenHandler(CToken * 0x01094120, nsIDTD * 0x01fa0590) line 248 + 12
bytes
CTokenHandler::operator()(CToken * 0x01094120, nsIDTD * 0x01fa0590) line 80 +
14 bytes
CNavDTD::HandleToken(CNavDTD * const 0x01fa0590, CToken * 0x010bbe90, nsIParser
* 0x01f89dd0) line 699 + 18 bytes
CNavDTD::BuildModel(CNavDTD * const 0x01fa0590, nsIParser * 0x01f89dd0,
nsITokenizer * 0x01fa2880, nsITokenObserver * 0x00000000, nsIContentSink *
0x01f8a640) line 525 + 20 bytes
nsParser::BuildModel() line 920 + 34 bytes
nsParser::ResumeParse(nsIDTD * 0x00000000) line 867 + 11 bytes
nsParser::OnDataAvailable(nsParser * const 0x01f89dd4, nsIURI * 0x0203ad60,
nsIInputStream * 0x02024200, unsigned int 4096) line 1138 + 17 bytes
nsDocumentBindInfo::OnDataAvailable(nsDocumentBindInfo * const 0x0203a400,
nsIURI * 0x0203ad60, nsIInputStream * 0x02024200, unsigned int 4096) line 1943
+ 24 bytes
OnDataAvailableProxyEvent::HandleEvent(OnDataAvailableProxyEvent * const
0x020138d0) line 634
StreamListenerProxyEvent::HandlePLEvent(PLEvent * 0x020138d4) line 473 + 12
bytes
PL_HandleEvent(PLEvent * 0x020138d4) line 493 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00ea8c70) line 454 + 9 bytes
_md_EventReceiverProc(void * 0x018201de, unsigned int 49338, unsigned int 0,
long 15371376) line 912 + 9 bytes
USER32! 77e713ed()
if it doesn't crash on you the first time, try clicking on one of those little
blue arrows at the bottom.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Summary: page bombs gecko m7 mac! → [PP]page bombs gecko m7 mac!
This now works fine on the Mac with the 1999-07-20-10-M9 build. marking
Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•