Closed
Bug 13682
Opened 26 years ago
Closed 26 years ago
Solaris: Download crashes on startup, Solaris7/CDE
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
M14
People
(Reporter: me, Assigned: chofmann)
References
()
Details
Downloaded:
mozilla-sparc-sun-solaris2.5.1.tar.gz (didn't see 2.7 version avail)
gunziped and tar -xvf'd
cd to package directory
# ./mozilla-apprunner.sh
MOZILLA_FIVE_HOME=/export/home/mozilla/package
LD_LIBRARY_PATH=/export/home/mozilla/package
MOZ_PROGRAM=./apprunner
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
Registered Ok
*** Registering html library
Segmentation Fault - core dumped
#
Will the 2.5.1 version work on Sol7 w/o modification? What do I need to do to it to get it working on this platform for testing?
environment
(from Workstation information)
Type: SUNW, Ultra-5_10;sparc;sun4u
256megs ram
693megs virtual momory
OS: SunOS 5.7, CDE 1.3.2, OpenWindows 3.6.1
| Assignee | ||
Comment 2•26 years ago
|
||
bruce or mcafee, see startup bustage in recent builds?
me, can you get us a stack trace?
Comment 3•26 years ago
|
||
There was a crash in nsDll::~nsDll() during startup this morning. shaver
has checked in a fix for that. I think it crashed while loading the HTML
library also for the person who reported it to shaver this morning.
A stack trace here would be great.
Sun Microsystems Inc. SunOS 5.7 Generic October 1998
# cd /export/home/mozilla/package
# ls
apprunner libplc3.so mozilla-config
chrome libplds3.so mozilla-viewer.sh
component.reg libpng.so netscape.cfg
components libraptorgfx.so plugins
core libraptorhtmlpars.so regExport
defaults libraptorplugin.so regxpcom
libappcores.so libraptorview.so res
libgfx_gtk.so libraptorwebwidget.so run-mozilla.sh
libjpeg.so libsecfree.so viewer_gtk
libjsdom.so libwidget_gtk.so vreg
libmozjs.so libxlibrgb.so xpidl
libmsgbaseutil.so libxpcom.so xpt_dump
libnsappshell.so libzlib.so xpt_link
libnspr3.so mozilla-apprunner.sh
# /opt/TWWfsw/bin/gdb core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.7"...
"/export/home/mozilla/package/core": not in executable format: File format not recognized
(gdb) backtrace
No stack.
(gdb) core-file core
Core was generated by `./apprunner'.
Program terminated with signal 9, Killed.
#0 0xfca657d4 in ?? ()
(gdb) backtrace
#0 0xfca657d4 in ?? ()
#1 0xfca659a0 in ?? ()
#2 0xfca68a88 in ?? ()
#3 0xfc9be0e0 in ?? ()
#4 0xfcc714a8 in ?? ()
#5 0xfcc6cfa0 in ?? ()
#6 0xfcc6d26c in ?? ()
#7 0xfcdb5360 in ?? ()
#8 0xfcdb3f08 in ?? ()
#9 0xfcdb3548 in ?? ()
#10 0xfcdb349c in ?? ()
#11 0x12700 in ?? ()
#12 0x12a38 in ?? ()
(gdb)
Comment 5•26 years ago
|
||
Try tonight's nightly build .. with shaver's fix, I'm hoping you won't have this
problem tonight. Hopefully a new problem won't popup in the meantime.
Comment 6•26 years ago
|
||
me: have you had a chance to try the latest nightly build yet? (although I've
heard it might crash in a new spot)
Updated•26 years ago
|
Summary: Nightly build 9/13/99 - Core dumps attempting to start on Solaris 7 w/ CDE desktop → Solaris: Download crashes on startup, Solaris7/CDE
Target Milestone: M13
Comment 7•26 years ago
|
||
Marking "later than m11, good to grab for beta".
New summary
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M13 → M14
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•