Closed
Bug 529
Opened 27 years ago
Closed 26 years ago
mozilla-export crashes on startup
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: jplissd, Assigned: mcafee)
Details
Created by Julien PLISSONNEAU DUQUENE (jplissd@atlantic-line.fr) on Friday, August 14, 1998 9:19:25 AM PDT
Additional Details :
I compiled mozilla-export (with a few problems, makefile,
#include changes, file copies ...) with
egcs-2.90.29 980515
glibc-2.0.6
lesstif (recent version)
However, like communicator binary version I downloaded from
Netscape site, it crashes when I try to launch it, after two
warning.
It still displays -help and -version.
Unfortunately I can't investigate more now.
Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Component: Platform: Rhapsody → XFE
Assignee | ||
Comment 1•27 years ago
|
||
Need more info. Check the libc versions (release notes),
how about a stack trace?
Assignee | ||
Comment 2•27 years ago
|
||
glibc 2.0.6 compiled on the system itself.
egcs-2.90.29 980515 (egcs-1.0.3 release)
Other major software (kernel, emacs, gcc, gnome/gimp/gtk+associated libs)
compiled without any problem, excepted ... gdb (maybe you know another
way of getting a stack trace ?)
However with a few printf I determined that the crash occurs in a
fe_createBookmarks function. I did not yet have time to hack in the
function itself, nor to get the right version of gdb.
Reporter | ||
Comment 3•26 years ago
|
||
You requested a stack trace ...
(gdb) backtrace
#0 0x0 in ?? ()
#1 0x402349b3 in XmGetColors (screen=0x8894680, color_map=38, background=21,
foreground_ret=0x897f148, top_shadow_ret=0x897f150,
bottom_shadow_ret=0x897f154, select_ret=0xbfffded8) at Visual.c:213
#2 0x812faff in XFE_Frame::initializeMWContext (this=0x89dd500,
frame_type=FRAME_BOOKMARK) at Frame.cpp:1958
#3 0x812da6c in XFE_Frame::XFE_Frame (this=0x89dd500,
name=0x85815be "bookmarks", toplevel=0x88d3a00, parent_frame=0x0,
frametype=FRAME_BOOKMARK, chromespec=0x0, haveHTMLDisplay=0 '\000',
haveMenuBar=1 '\001', haveToolbars=0 '\000', haveDashboard=1 '\001',
destroyOnClose=0 '\000') at Frame.cpp:912
#4 0x8119e42 in XFE_BookmarkFrame::XFE_BookmarkFrame (this=0x89dd500,
toplevel=0x88d3a00, parent_frame=0x0, chromespec=0x0)
at BookmarkFrame.cpp:121
#5 0x811a1f6 in XFE_BookmarkFrame::createBookmarkFrame (toplevel=0x88d3a00,
parent_frame=0x0, chromespec=0x0) at BookmarkFrame.cpp:226
#6 0x811a14d in fe_createBookmarks (toplevel=0x88d3a00, parent_frame=0x0,
chromespec=0x0) at BookmarkFrame.cpp:202
#7 0x80d1348 in main (argc=1, argv=0xbffffca8) at mozilla.c:3009
It might be a bug of lesstif ...
I use lesstif-0.86.0
A colleague achieved in running mozilla with the same tools, same lesstif, but
under libc5.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
I use glibc-2.0.7-19 and all is ok both with motif and lesstif.
Try glibc207.
marking worksforme.
You need to log in
before you can comment on or make changes to this bug.
Description
•