Closed
Bug 870
Opened 26 years ago
Closed 26 years ago
XFE Mozilla crashes on exit in HT_
Categories
(MozillaClassic Graveyard :: XFE, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ramiro, Assigned: slamm)
Details
Program received signal SIGSEGV, Segmentation fault.
0x40345d96 in HT_GetViewFEData (view=0x0) at ht.c:8627
8627 return view->pdata;
(gdb) bt
#0 0x40345d96 in HT_GetViewFEData (view=0x0) at ht.c:8627
#1 0x400cfe7b in XFE_RDFBase::~XFE_RDFBase (this=0x849ec18, __in_chrg=0)
at RDFBase.cpp:49
#2 0x400d20ef in XFE_RDFMenuToolbarBase::~XFE_RDFMenuToolbarBase (
this=0x849ec00, __in_chrg=3) at RDFMenuToolbarBase.cpp:99
#3 0x400740c5 in XFE_BookmarkMenu::~XFE_BookmarkMenu (this=0x849ec00,
__in_chrg=3) at BookmarkMenu.h:266
#4 0x40073c6b in XFE_BookmarkMenu::destroy_cb (client_data=0x849ec00)
at BookmarkMenu.cpp:110
#5 0x408b98f1 in XtCallCallbackList ()
#6 0x408bfd5b in Phase2Callbacks ()
#7 0x408bfc97 in Recursive ()
#8 0x408bfc58 in Recursive ()
#9 0x408bfc58 in Recursive ()
#10 0x408bfc85 in Recursive ()
#11 0x408bfc58 in Recursive ()
#12 0x408bfc58 in Recursive ()
#13 0x408bfc58 in Recursive ()
#14 0x408bfc58 in Recursive ()
#15 0x408bfc58 in Recursive ()
#16 0x408c00b5 in XtPhase2Destroy ()
#17 0x408c0249 in _XtDoPhase2Destroy ()
#18 0x408c03c7 in XtDestroyWidget ()
---Type <return> to continue, or q <return> to quit---
#19 0x4008a6f7 in XFE_Frame::really_delete (data=0x8482c00) at Frame.cpp:1671
#20 0x40733d04 in et_moz_removewindow_epilog (data=0x842b1c0)
at et_mocha.c:1644
#21 0x407381c0 in et_HandleEvent_CallFunction (e=0x842b180) at et_moz.c:1984
#22 0x4084312f in PL_HandleEvent (self=0x842b180) at plevent.c:395
#23 0x40843049 in PL_ProcessPendingEvents (self=0x826e280) at plevent.c:357
#24 0x80befa8 in fe_event_processor_callback (closure=0x0, fd=0x8485a54,
id=0xbfffd6a8) at mozilla.c:1822
#25 0x408cd93d in XtAppProcessEvent ()
#26 0x80be1be in fe_EventLoop () at mozilla.c:1151
#27 0x80c1461 in main (argc=1, argv=0xbfffef24) at mozilla.c:3458
Reporter | ||
Updated•26 years ago
|
Assignee: ramiro → slamm
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
I checked in a fix.
Comment 2•26 years ago
|
||
asking ramiro to verify
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3849
Comment 3•26 years ago
|
||
fix checked in on old tree, current builds load fine on Linux, marking as
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•