Closed
Bug 39713
Opened 26 years ago
Closed 26 years ago
Crash if link is clicked
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: kleist, Assigned: harishd)
References
Details
(Keywords: crash, Whiteboard: fix in hand)
Build 2000051608
"http://www.stallet.nu" has a link "produkter" at the botton. Click it,
and Mozilla crashes. Always.
(Please ignore my dummy selection "Bosnian" as component. The pick list
seems to be f---ed up.)
Comment 1•26 years ago
|
||
Tested with Build # 2000051808 on RH 6.2. Not only crashed on link, but also
crashes when back button is clicked to leave page. Checked with NN to see if
link is bad. works normally in NN.
Comment 2•26 years ago
|
||
confirming and changing product/component -- this is in layout/parser
Status: UNCONFIRMED → NEW
Component: Bosnian/bs-BA → HTML Element
Ever confirmed: true
Product: Browser Localizations → Browser
Version: unspecified → other
Comment 3•26 years ago
|
||
Stack trace from a talkback incident.
PL_HashTableEnumerateEntries [plhash.c, line 412]
nsHashtable::Enumerate [d:\builds\seamonkey\mozilla\xpcom\ds\nsHashtable.cpp,
line 238]
GKPARSER.DLL + 0x2d8ec (0x6034d8ec)
nsParser::AddRef [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line
251]
nsParser::SetCommand [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp,
line 335]
nsParser::EnableParser [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp,
line 1071]
nsParser::Terminate [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp,
line 1050]
CValidDTD::AddRef [d:\builds\seamonkey\mozilla\htmlparser\src\nsValidDTD.cpp,
line 112]
nsParserBundle::SetDataIntoBundle
[d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 2192]
CValidDTD::AddRef [d:\builds\seamonkey\mozilla\htmlparser\src\nsValidDTD.cpp,
line 112]
nsCParserNode::GetNodeType
[d:\builds\seamonkey\mozilla\htmlparser\src\nsParserNode.cpp, line 248]
nsCParserNode::GetSourceLineNumber
[d:\builds\seamonkey\mozilla\htmlparser\src\nsParserNode.cpp, line 336]
nsRandomAccessInputStream::set_at_eof
0x8556104d
Have a fix ( atleast in my tree ). Forgot to initialize refcounting in
ParserBundle.
Status: NEW → ASSIGNED
Whiteboard: fix in hand
Have a fix ( atleast in my tree ). Forgot to initialize refcounting in
ParserBundle.
Nominating for beta2.
Keywords: nsbeta2
Target Milestone: --- → M16
Comment 8•26 years ago
|
||
Is bug 39886 "crashes at _hashEnumerate and PL_HashTableEnumerateEntries"
a dup of this bug?
| Assignee | ||
Comment 10•26 years ago
|
||
Checked in a fix yesterday. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 11•26 years ago
|
||
verified fixed: mac/linux/win32 20000523 builds -- no crash as before
Status: RESOLVED → VERIFIED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•