Closed
Bug 931
Opened 26 years ago
Closed 26 years ago
Core dump in HT_ posting a tooltip
Categories
(MozillaClassic Graveyard :: XFE, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ramiro, Assigned: radha)
Details
I was trying the new rdf tooltips and i got the following core dump. I was
mousing over the "Bookmarks For Ramiro Estrugo" button. It was the 2nd time i
moused over theat button. It worked the first time. We should purify this
code.
#0 0x4033f483 in HT_TopNode (view=0xe85344ec) at ht.c:2654
---Type <return> to continue, or q <return> to quit---
2654 top = view->top;
(gdb) where
#0 0x4033f483 in HT_TopNode (view=0xe85344ec) at ht.c:2654
#1 0x400d9452 in XFE_RDFToolbar::tooltipCB (w=0x8615800,
client_data=0x8616ea0, string_return=0xbfffd614,
need_to_free_string=0xbfffd613 "") at RDFToolbar.cpp:588
#2 0x4020d9d0 in ItemGetTipString (w=0x8615800, xmstr_out=0xbfffd614,
need_to_free_out=0xbfffd613 "") at ToolTip.c:618
#3 0x4020e15d in ItemPostToolTip (w=0x8615800) at ToolTip.c:879
#4 0x4020e2f4 in StageTwoTimeout (closure=0x8615800, id=0xbfffd65c)
at ToolTip.c:972
#5 0x408dc8ad in XtAppProcessEvent ()
#6 0x80b9706 in fe_EventLoop () at mozilla.c:1143
#7 0x80bc9c5 in main (argc=1, argv=0xbfffeed4) at mozilla.c:3458
(gdb)
I just verified that it happens on any rdf toolbar idem, the SECOND time a
tooltip posts.
Program received signal SIGSEGV, Segmentation fault.
0x40344a0a in HT_GetNodeData (node=0x0, token=0x83ef4c0, tokenType=1,
nodeData=0xbfffd5c4) at ht.c:5479
5479 if ((values = node->values) != NULL)
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Fix checked in last night. Marking fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3849
Comment 3•26 years ago
|
||
this was fixed against old codebase - marking verified
You need to log in
before you can comment on or make changes to this bug.
Description
•