Closed
Bug 256371
Opened 21 years ago
Closed 19 years ago
DHTML lemmings crashes Mozilla 1.8 alpha 3 build
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugs, Unassigned)
References
()
Details
(Keywords: crash, stackwanted)
Self-explanatory.
/usr/bin/mozilla: line 388: 9585 Segmentation fault $mozbin "$@"
about:buildconfig
Build platform
target
i686-pc-linux-gnu
Build tools
Compiler Version Compiler flags
gcc gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2,
pie-8.7.6) -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long
-march=athlon-xp -pipe -fprefetch-loop-arrays -pthread -pipe
g++ gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2,
pie-8.7.6) -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wno-long-long -march=athlon-xp -pipe
-fprefetch-loop-arrays -Wno-deprecated -fshort-wchar -pthread -pipe
-I/usr/X11R6/include
Configure arguments
--enable-optimize=-O2 --enable-old-abi-compat-wrappers --disable-activex
--disable-activex-scripting --disable-installer --disable-pedantic
--enable-crypto --enable-mathml --enable-xterm-updates --with-pthreads
--with-system-jpeg --with-system-png --with-system-zlib --with-x
--without-system-nspr --disable-ipv6 --enable-ldap --enable-ldap-experimental
--disable-xinerama --disable-xprint --disable-gnomevfs
--enable-default-toolkit=gtk2 --disable-debug --disable-tests --enable-reorder
--enable-strip --enable-strip-libs --enable-elf-dynstr-gc --enable-xft
--enable-freetype2 --enable-freetypetest --disable-jsd --disable-xpctools
--enable-oji --enable-calendar --disable-svg --enable-extensions=default
--prefix=/usr/lib/mozilla --with-default-mozilla-five-home=/usr/lib/mozilla
Comment 1•21 years ago
|
||
worksforme with linux trunk 2004082106 and 1.8a3.
Can you try either a .mozilla.org build or rebuild without --enable-strip and
get a stacktrace?
Keywords: crash
Hm. Well, quite consistent for me.
Tried downloading the binary 1.8a3 with not much more pleasant results...
# ./mozilla
(Gecko:25091): GLib-GObject-WARNING **: invalid cast from `GdkWindow' to `GtkWindow'
(Gecko:25091): Gtk-CRITICAL **: file gtkwindow.c: line 1883
(gtk_window_set_transient_for): assertion `parent == NULL || GTK_IS_WINDOW
(parent)' failed
/usr/lib/mozilla/run-mozilla.sh: line 423: 25091 Segmentation fault "$prog"
${1+"$@"}
Comment 4•21 years ago
|
||
Please start Mozilla with "mozilla -g":
"GDB> run"
when crashing, type:
"GDB> bt" and attach the backtrace (bt) via "Create a New Attachment" in bugzilla.
Make sure to rebuild Mozilla without --disable-debug --enable-strip
--enable-strip-libs flags otherwise the stack will be meaningless.
Alrighty. Well, rebuild will take a little while.
I don't think those last errors were related btw, Moz was just acting oddly
since I was running it as a separate user to avoid having to create a new
.mozilla profile.
(dialogs not opening, etc)
Comment 6•21 years ago
|
||
any update on this, any stack ?
umm. sorry. no. had not done a rebuild yet. so many other distractions.
given no one else is able to reproduce it, feel free to knock down the severity
until I get something useful. I thought at first this was a general crasher.
I found a talkback-ID but from Mac:
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=419311
Comment 9•21 years ago
|
||
Is this a regression?
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 10•20 years ago
|
||
Does this still crash?
![]() |
Reporter | |
Comment 11•19 years ago
|
||
Well, not WORKSFORME per se, but the site was removed for copyright infringement, so no longer applicable. Sorry for the lack of response, bug triagers.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•