Closed
Bug 76985
Opened 24 years ago
Closed 23 years ago
Composer crashes on startup
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.1
People
(Reporter: roger, Assigned: kinmoz)
References
()
Details
(Keywords: crash, Whiteboard: NEED MORE INFO)
run-mozilla.sh: line 72: 15200 Segmentation fault $prog ${1+"$@"}
Comment 1•24 years ago
|
||
-->Composer
Assignee: asa → beppe
Component: Browser-General → Editor
QA Contact: doronr → sujay
We're going to need more info before we can start looking into this, cause all
the builds I've tried seem to work.
Are you using a nightly build which you downloaded? If so what is the build ID
or date?
How are you invoking the editor? From the command line? What args are you using?
You loading with a default URL?
Whiteboard: NEED MORE INFO
Using nightly build mozilla.org
Linux i386 link that lead directly to the i686.tar.gz package
BUILD ID: 20010426 08
This newer build also crashes in a similar manner.
On startup of Composer,composer will crash (including any other mozilla instance
open).
kin@netscape.com
Just sent you info thru the email
Assignee: beppe → kin
Priority: -- → P1
Target Milestone: --- → mozilla0.9.1
Taking off of beppe's list.
FYI Roger is using Linux Mandrake 8.0 and also had similar results in
Mandrake 7.0.
Akkana are you aware of any problems we have with Linux Mandrake?
Comment 6•24 years ago
|
||
I haven't heard of any Mandrake-specific problems.
latest build downloaded as of ~11:52PM EST from mozilla.org
mozilla-i686-pc-linux-gnu.tar.gz
running on a pretty much stock install of mandrake 8.0
[mozilla]$ ./mozilla -edit
./run-mozilla.sh ./mozilla-bin -edit
MOZILLA_FIVE_HOME=/home/roger/src/mozilla
LD_LIBRARY_PATH=/home/roger/src/mozilla:/home/roger/src/mozilla/plugins:/home/roger/.kde/lib:/usr/lib
LIBRARY_PATH=/home/roger/src/mozilla:/home/roger/src/mozilla/components
SHLIB_PATH=/home/roger/src/mozilla
LIBPATH=/home/roger/src/mozilla
ADDON_PATH=/home/roger/src/mozilla
MOZ_PROGRAM=./mozilla-bin
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
Registering plain text editor commands
Registering HTML editor commands
Have Find = true
Have SpellChecker = false
/home/roger/src/mozilla/run-mozilla.sh: line 72: 1753 Segmentation fault
$prog ${1+"$@"}
[mozilla]$
[roger@localhost2 mozilla]$ ./mozilla
./run-mozilla.sh ./mozilla-bin
MOZILLA_FIVE_HOME=/home/roger/src/mozilla
LD_LIBRARY_PATH=/home/roger/src/mozilla:/home/roger
/src/mozilla/plugins:/home/roger/.kde/lib:/usr/lib
LIBRARY_PATH=/home/roger/src/mozilla:/home/roger
/src/mozilla/components
SHLIB_PATH=/home/roger/src/mozilla
LIBPATH=/home/roger/src/mozilla
ADDON_PATH=/home/roger/src/mozilla
MOZ_PROGRAM=./mozilla-bin
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
Registering plugin 0 for: "*","All types",".*"
Document file:///home/roger/src/httpd/index.html load
ed successfully
Registering plain text editor commands
Registering HTML editor commands
Have Find = true
Have SpellChecker = false
/home/roger/src/mozilla/run-mozilla.sh: line 72: 396
5 Segmentation fault $prog ${1+"$@"}
[roger@localhost2 mozilla]$
downloaded mozilla last night. build id: 2001050721
Using Mandrake 8.0
let me know of the further info you need. Pretty much still defaults here.
Crashes when doing Tasks > Composer. Composer atleast tries to startup now, but
still crashes immediately. (btw...didn't have any problems with mandrake 7.0
just 8.0) Just a guess, but mandrake updated allot of stuff. maybe the mdk 8.0
o/s has a new libs that yours doesn't?
Seems that build 2001040912 shows no problems when loading composer! mmmm...
k, what did you guyz do new between this? Seems like the problem does trace
back to mozilla?
below, i clipped some output that loaded composer successfully:
[roger]$ /usr/bin/mozilla Registering plugin 0 for: "*","All types",".*"
Registering plugin 0 for: "*","All types",".*" JavaScript error:
chrome://global/content/scrollbarBindings.xml#scrollbar.initScrollbar() line 2:
JavaScript error: line 0: uncaught exception: Scrollbars in this skin are not
properly supporting mac smart-scrolling prefs!
JavaScript error:
chrome://global/content/scrollbarBindings.xml#scrollbar.initScrollbar() line 2:
JavaScript error: line 0: uncaught exception: Scrollbars in this skin are not
properly supporting mac smart-scrolling prefs!
*** PRE date = 764 *** POST date = 801 Document
file:///home/roger/src/httpd/index.html loaded successfully failed to get
command manager number 3 failed to get command manager number 2 Registering
commands Have Find = true Have SpellChecker = false *** PRE date = 981 *** POST
date = 78 Document http://bugzilla.mozilla.org/show_bug.cgi?id=76985 loaded
successfully
Assignee | ||
Comment 10•23 years ago
|
||
I'm wondering if this crash has something to do with the release builds
switching over to gcc 2.95.3? Some people are having problems running builds
produced with this compiler because it requires libstdc++-libc6.1-2.so.3 which
alot of people don't seem to have installed on their machine.
If that's not it, I'm at a loss at how to repro the problem since I don't have
Mandrake Linux.
Roger, are you familiar with gdb? If you are you can run mozilla with the
--debug option which runs gdb with all the neccessary environment variables set.
Getting a stack trace would really help out here.
Assignee | ||
Comment 11•23 years ago
|
||
Hey Roger, any updates/comments related to my last posting?
Comment 12•23 years ago
|
||
marking as wfm, if you can repro this one please include the information that
has been requested (mainly the stacktrace).
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•