From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M8iIQ-00074M-N5 for garchives@archives.gentoo.org; Mon, 25 May 2009 22:05:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD4E9E0370; Mon, 25 May 2009 22:05:23 +0000 (UTC) Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223]) by pigeon.gentoo.org (Postfix) with ESMTP id 32EFBE0370 for ; Mon, 25 May 2009 22:05:23 +0000 (UTC) Received: by bwz23 with SMTP id 23so3048232bwz.34 for ; Mon, 25 May 2009 15:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=fUq/yQPKY37Z4Wv8b0Y6aLJZwLKiNeL9MFlkoItSBeY=; b=X//RZ62jAbkXbwRefDOoJf/HLPj5mzWC5KAleJg+w7rLun4+NVSB9nCB1JQ8KbSlqe 0DnJfsuqKc9Z55SPW0nPUYr2oELInowgv6NPXm4DmQOieKEdqfOpXT9LwOu/STNiMo2f uk4ByQFe7k/ypszSvmT5aR/SFyGVbkEWJi6r8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=WxImtKW1hPmKjXkgzjG6gX3OaFAETC4oslJgrL0hC3BGP/YR9CndqBfuJg41yOplRv ctPA/2sBCYY4v/c71qO2uQ/uGqEM/IegMVADTbTh7MA9xqjWI/dR5Hu6wDlk6+TbCATg CPX2tpicDJGQqqsDg2/moGKnmI94AKeQPDK7Q= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: mryiff@googlemail.com Received: by 10.103.92.10 with SMTP id u10mr3945164mul.22.1243289122437; Mon, 25 May 2009 15:05:22 -0700 (PDT) In-Reply-To: <4A1AEEAE.4080005@gmail.com> References: <4A1AEEAE.4080005@gmail.com> Date: Mon, 25 May 2009 23:05:22 +0100 X-Google-Sender-Auth: 4a2c5728b67297a6 Message-ID: Subject: Re: [gentoo-user] Seamonkey and random crashes. From: Nick Cunningham To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=0016e6dd966f7f0b97046ac3ce2d X-Archives-Salt: 474ed506-6195-42c7-8390-e37ee535e1e1 X-Archives-Hash: f2ce34c9656ae64eee6b20f54f160286 --0016e6dd966f7f0b97046ac3ce2d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit How much RAM do you have? With all those windows and tabs open im guessing your running out of RAM which may be causing the crashes, do you have a swap file? If so, how big is it and have you tried increasing its size? A big swap file may help, although dont expect your system to be responsive :) Alternatively, do you get the crashes with fewer windows and tabs open? - Nick 2009/5/25 Dale > Hi folks, > > Every once in a while Seamonkey will crash. I been waiting for quite a > while this time. It doesn't happen to often but it is annoying. This > mostly happens when I am saving a picture and the save dialog box > opens. Usually during the save process, everything Seamonkey dies. I > ran Seamonkey in a Konsole to see if I got any error messages when it > crashed. This is what I get: > > No running windows found > > (gecko:12355): Pango-WARNING **: Error loading GSUB table 0x6EAD > > (gecko:12355): Gdk-WARNING **: GdkWindow 0x3f135c9 unexpectedly destroyed > > (gecko:12355): Gdk-WARNING **: GdkWindow 0x3f135b5 unexpectedly destroyed > /usr/libexec/mozilla-launcher: line 119: 12355 Segmentation fault > $(type -P aoss) "$mozbin" $xulparams "$@" > seamonkey-bin exited with non-zero status (139) > > > I must confess, I'm on dial-up so I open a TON, read that as a LOT, of > windows and tabs. I may have 10 windows with a dozen or so tabs on > each. I go take a nap while all that loads and read stuff when I get > back and it is done. However, it is not site specific and there is no > flash, shockwave, or java on the pages. Mostly text and pics. Not even > any scripts on the pages. I actually adblock a LOT of this anyway. It > saves bandwidth. > > The mentioned line in mozilla-launcher is below: > > # Will only wait here if browser was started by this script > if [[ -n ${mozpid} ]]; then > wait ${mozpid} > retval=$? > [[ ${retval} == 0 ]] \ > || echo "${mozbin##*/} exited with non-zero status (${retval})" >&2 > moz_pis_startstop_scripts stop > fi > > exit $retval > > The 3rd line is actually line 119 mentioned in the error. How does a > "wait" make something crash? > > What I have done so far. I changed MAKEOPTS="-j2" to j1 just to see if > it would help any. No change. I also ran this emerge: > > emerge --with-bdeps --oneshot --ask --verbose seamonkey gnupg pinentry > =x11-libs/qt-3.3.8b-r1 =x11-misc/xdg-utils-1.0.2-r1 > =x11-libs/gtk+-2.14.7-r2 =x11-libs/pango-1.22.4 =dev-libs/glib-2.18.4-r1 > =x11-libs/cairo-1.8.6-r1 =dev-libs/libxml2-2.7.3 > > That was done with the j1 setting. Here is more info: > > root@smoker / # emerge --info > Portage 2.2_rc33 (default/linux/x86/2008.0/desktop, gcc-4.1.2, > glibc-2.8_p20080602-r1, 2.6.25-gentoo-r9 i686) > ================================================================= > System uname: > Linux-2.6.25-gentoo-r9-i686-AMD_Athlon-tm-_XP_2500+-with-glibc2.0 > Timestamp of tree: Mon, 25 May 2009 01:15:01 +0000 > app-shells/bash: 3.2_p39 > dev-java/java-config: 2.1.7 > dev-lang/python: 2.5.4-r2 > dev-util/cmake: 2.6.4 > sys-apps/baselayout: 1.12.11.1 > sys-apps/sandbox: 1.6-r2 > sys-devel/autoconf: 2.13, 2.63 > sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 > sys-devel/binutils: 2.18-r3 > sys-devel/gcc-config: 1.4.1 > sys-devel/libtool: 1.5.26 > virtual/os-headers: 2.6.29 > ACCEPT_KEYWORDS="x86" > CBUILD="i686-pc-linux-gnu" > CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" > CHOST="i686-pc-linux-gnu" > CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config > /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb" > CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d > /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild > /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" > CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" > DISTDIR="/usr/portage/distfiles" > EMERGE_DEFAULT_OPTS="--with-bdeps y" > FEATURES="buildpkg distlocks fixpackages parallel-fetch preserve-libs > protect-owned sandbox sfperms strict unmerge-orphans userfetch" > GENTOO_MIRRORS="ftp://gentoo.chem.wisc.edu/gentoo/ > ftp://lug.mtu.edu/gentoo/ " > LANG="en_US" > LC_ALL="en_US.utf8" > LDFLAGS="-Wl,-O1" > LINGUAS="en_US en" > MAKEOPTS="-j2" > PKGDIR="/usr/portage/packages" > PORTAGE_CONFIGROOT="/" > PORTAGE_RSYNC_EXTRA_OPTS="--timeout=600" > PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times > --compress --force --whole-file --delete --stats --timeout=180 > --exclude=/distfiles --exclude=/local --exclude=/packages" > PORTAGE_TMPDIR="/var/tmp" > PORTDIR="/usr/portage" > SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" > USE="3dnow X acl acpi alsa amd arts artswrappersuid automount berkdb > bzip2 cairo cddb cdr chroot cli cracklib crypt cups curl dbus dri dvd > dvdr dvdread eds emboss encode esd evo exif fam fdftk fortran gdbm gif > gimp gkrellm gphoto2 gpm gstreamer gtk hal hbci htmlhandbook iconv ipv6 > isdnlog java javascript jbig jpeg jpeg2k justify kde kdeprefix ldap > libnotify libwww logrotate loop-aes mad midi mikmod mmx mng mp3 mpeg > mplayer mudflap ncurses nptl nptlonly nsplugin offensive ofx ogg opengl > openmp pam parport pcre pdf perl png ppds pppd python qt3 qt3support qt4 > quicktime readline realmedia reflection sdl seamonkey session spell spl > sqlite sse ssl startup-notification svg sysfs syslog tcl tcpd tiff tk > truetype unicode usb vorbis webkit win32codecs wma wmf wmp x86 xml xorg > xv yahoo zeroconf zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm > alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug > ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route > share shm softvol" CAMERAS="canon ptp2" ELIBC="glibc" > INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LINGUAS="en_US en" > USERLAND="GNU" VIDEO_CARDS="nvidia nv" > Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, > PORTAGE_COMPRESS_FLAGS, PORTDIR_OVERLAY > > root@smoker / # > > About my rig for those who don't know already. Abit NF7 v2.0 mobo, AMD > 2500+ CPU, 2GBs of ram and about 1Gb of swap. No overclocking either. > I do have the mobile chip that can be overclocked but it's running stock > speed. > > More info that may not be needed: > > root@smoker / # cat /proc/cpuinfo > processor : 0 > vendor_id : AuthenticAMD > cpu family : 6 > model : 10 > model name : AMD Athlon(tm) XP 2500+ > stepping : 0 > cpu MHz : 1830.019 > cache size : 512 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow ts > bogomips : 3662.81 > clflush size : 32 > > root@smoker / # > > One thing I do notice when it crashes, my CPU is running at or close to > 100%. I use Gkrellm to monitor this. I have a huge heat sink on my > CPU. It has never been over 100F even at 100%. Right now, it is at 69F > for ambient and CPU is 82F. Fan is temp controlled so speed varies. > > Any ideas? I'm using the same CFLAGS and such that I have been using > for ages. This started several months ago. I'm not sure if it is a new > thing or not or what version was the last stable one. > > Thanks for the help. > > Dale > > :-) :-) > > -- Walt Disney - "I love Mickey Mouse more than any woman I have ever known." --0016e6dd966f7f0b97046ac3ce2d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
How much RAM do you have? With all those windows and tabs open im gues= sing your running out of RAM which may be causing the crashes, do you have = a swap file? If so, how big is it and have you tried increasing its size?
=C2=A0
A big swap file may help, although dont expect your system to be respo= nsive :)
=C2=A0
Alternatively, do you get the crashes with fewer windows and tabs open= ?
=C2=A0
- Nick

2009/5/25 Dale <rdalek1967@gmail.com>
Hi folks,

Every once in a= while Seamonkey will crash. =C2=A0I been waiting for quite a
while this= time. =C2=A0It doesn't happen to often but it is annoying. =C2=A0This<= br> mostly happens when I am saving a picture and the save dialog box
opens.= =C2=A0Usually during the save process, everything Seamonkey dies. =C2=A0I<= br>ran Seamonkey in a Konsole to see if I got any error messages when itcrashed. =C2=A0This is what I get:

No running windows found

(gecko:12355): Pango-WARNING **: Error = loading GSUB table 0x6EAD

(gecko:12355): Gdk-WARNING **: GdkWindow 0= x3f135c9 unexpectedly destroyed

(gecko:12355): Gdk-WARNING **: GdkWi= ndow 0x3f135b5 unexpectedly destroyed
/usr/libexec/mozilla-launcher: line 119: 12355 Segmentation fault
$(type= -P aoss) "$mozbin" $xulparams "$@"
seamonkey-bin ex= ited with non-zero status (139)


I must confess, I'm on dial-= up so I open a TON, read that as a LOT, of
windows and tabs. =C2=A0I may have 10 windows with a dozen or so tabs oneach. =C2=A0I go take a nap while all that loads and read stuff when I get=
back and it is done. =C2=A0However, it is not site specific and there i= s no
flash, shockwave, or java on the pages. =C2=A0Mostly text and pics.= =C2=A0Not even
any scripts on the pages. =C2=A0I actually adblock a LOT of this anyway. = =C2=A0 It
saves bandwidth.

The mentioned line in mozilla-launcher= is below:

=C2=A0# Will only wait here if browser was started by thi= s script
=C2=A0if [[ -n ${mozpid} ]]; then
=C2=A0 =C2=A0wait ${mozpid}
=C2=A0 =C2=A0retval=3D$?
=C2=A0 =C2=A0[[ = ${retval} =3D=3D 0 ]] \
=C2=A0 =C2=A0 =C2=A0|| echo "${mozbin##*/} = exited with non-zero status (${retval})" >&2
=C2=A0 =C2=A0mo= z_pis_startstop_scripts stop
=C2=A0fi

=C2=A0exit $retval

The 3rd line is actually line 119 mentioned in the error. =C2=A0How doe= s a
"wait" make something crash?

What I have done so fa= r. =C2=A0I changed MAKEOPTS=3D"-j2" to j1 just to see if
it wo= uld help any. =C2=A0No change. =C2=A0I also ran this emerge:

emerge --with-bdeps --oneshot --ask --verbose seamonkey gnupg pinentry<= br>=3Dx11-libs/qt-3.3.8b-r1 =3Dx11-misc/xdg-utils-1.0.2-r1
=3Dx11-libs/g= tk+-2.14.7-r2 =3Dx11-libs/pango-1.22.4 =3Ddev-libs/glib-2.18.4-r1
=3Dx11= -libs/cairo-1.8.6-r1 =3Ddev-libs/libxml2-2.7.3

That was done with the j1 setting. =C2=A0Here is more info:

root= @smoker / # emerge --info
Portage 2.2_rc33 (default/linux/x86/2008.0/des= ktop, gcc-4.1.2,
glibc-2.8_p20080602-r1, 2.6.25-gentoo-r9 i686)
=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
System uname:
Linux-2.6.25-gentoo-r9-i686-AMD_Athlon-tm-_XP_2500+-with-g= libc2.0
Timestamp of tree: Mon, 25 May 2009 01:15:01 +0000
app-shells= /bash: =C2=A0 =C2=A0 3.2_p39
dev-java/java-config: 2.1.7
dev-lang/pyt= hon: =C2=A0 =C2=A0 2.5.4-r2
dev-util/cmake: =C2=A0 =C2=A0 =C2=A02.6.4
sys-apps/baselayout: 1.12.11.1=
sys-apps/sandbox: =C2=A0 =C2=A01.6-r2
sys-devel/autoconf: =C2=A02.13= , 2.63
sys-devel/automake: =C2=A01.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2sys-devel/binutils: =C2=A02.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: =C2=A0 1.5.26
virtual/= os-headers: =C2=A02.6.29
ACCEPT_KEYWORDS=3D"x86"
CBUILD=3D&= quot;i686-pc-linux-gnu"
CFLAGS=3D"-march=3Dathlon-xp -O2 -pipe= -fomit-frame-pointer"
CHOST=3D"i686-pc-linux-gnu"
CONFIG_PROTECT=3D"/etc /usr/k= de/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/co= nfig /var/lib/hsqldb"
CONFIG_PROTECT_MASK=3D"/etc/ca-certifica= tes.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
/e= tc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS=3D"-mar= ch=3Dathlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR=3D"/usr= /portage/distfiles"
EMERGE_DEFAULT_OPTS=3D"--with-bdeps y"
FEATURES=3D"buildp= kg distlocks fixpackages parallel-fetch preserve-libs
protect-owned sand= box sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS=3D&quo= t;ftp://ge= ntoo.chem.wisc.edu/gentoo/
ftp://lug.mtu.edu/g= entoo/ "
LANG=3D"en_US"
LC_ALL=3D"en_US.utf8&= quot;
LDFLAGS=3D"-Wl,-O1"
LINGUAS=3D"en_US en"MAKEOPTS=3D"-j2"
PKGDIR=3D"/usr/portage/packages"
PORTAGE_CONFIGROOT=3D"/&= quot;
PORTAGE_RSYNC_EXTRA_OPTS=3D"--timeout=3D600"
PORTAGE_= RSYNC_OPTS=3D"--recursive --links --safe-links --perms --times
--co= mpress --force --whole-file --delete --stats --timeout=3D180
--exclude=3D/distfiles --exclude=3D/local --exclude=3D/packages"
PO= RTAGE_TMPDIR=3D"/var/tmp"
PORTDIR=3D"/usr/portage"SYNC=3D"rsync://rsync.namerica.gentoo.org/gentoo-portage"= ;
USE=3D"3dnow X acl acpi alsa amd arts artswrappersuid automount berkdb=
bzip2 cairo cddb cdr chroot cli cracklib crypt cups curl dbus dri dvddvdr dvdread eds emboss encode esd evo exif fam fdftk fortran gdbm gif gimp gkrellm gphoto2 gpm gstreamer gtk hal hbci htmlhandbook iconv ipv6
= isdnlog java javascript jbig jpeg jpeg2k justify kde kdeprefix ldap
libn= otify libwww logrotate loop-aes mad midi mikmod mmx mng mp3 mpeg
mplayer= mudflap ncurses nptl nptlonly nsplugin offensive ofx ogg opengl
openmp pam parport pcre pdf perl png ppds pppd python qt3 qt3support qt4quicktime readline realmedia reflection sdl seamonkey session spell splsqlite sse ssl startup-notification svg sysfs syslog tcl tcpd tiff tk
truetype unicode usb vorbis webkit win32codecs wma wmf wmp x86 xml xorg
= xv yahoo zeroconf zlib" ALSA_CARDS=3D"emu10k1" ALSA_PCM_PLUG= INS=3D"adpcm
alaw asym copy dmix dshare dsnoop empty extplug file h= ooks iec958 ioplug
ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route
sh= are shm softvol" CAMERAS=3D"canon ptp2" ELIBC=3D"glibc&= quot;
INPUT_DEVICES=3D"keyboard mouse evdev" KERNEL=3D"li= nux" LINGUAS=3D"en_US en"
USERLAND=3D"GNU" VIDEO_CARDS=3D"nvidia nv"
Unset: = =C2=A0CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS,
PORTAGE= _COMPRESS_FLAGS, PORTDIR_OVERLAY

root@smoker / #

About my rig= for those who don't know already. =C2=A0Abit NF7 v2.0 mobo, AMD
2500+ CPU, 2GBs of ram and about 1Gb of swap. =C2=A0No overclocking either.=
I do have the mobile chip that can be overclocked but it's running = stock
speed.

More info that may not be needed:

root@smoker= / # cat /proc/cpuinfo
processor =C2=A0 =C2=A0 =C2=A0 : 0
vendor_id =C2=A0 =C2=A0 =C2=A0 : Auth= enticAMD
cpu family =C2=A0 =C2=A0 =C2=A0: 6
model =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 : 10
model name =C2=A0 =C2=A0 =C2=A0: AMD Athlon(tm) X= P 2500+
stepping =C2=A0 =C2=A0 =C2=A0 =C2=A0: 0
cpu MHz =C2=A0 =C2=A0= =C2=A0 =C2=A0 : 1830.019
cache size =C2=A0 =C2=A0 =C2=A0: 512 KB
fdiv_bug =C2=A0 =C2=A0 =C2=A0 =C2=A0: no
hlt_bug =C2=A0 =C2=A0 =C2=A0 = =C2=A0 : no
f00f_bug =C2=A0 =C2=A0 =C2=A0 =C2=A0: no
coma_bug =C2=A0 = =C2=A0 =C2=A0 =C2=A0: no
fpu =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 := yes
fpu_exception =C2=A0 : yes
cpuid level =C2=A0 =C2=A0 : 1
wp = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0: yes
flags =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr= pge
mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow ts
bogomip= s =C2=A0 =C2=A0 =C2=A0 =C2=A0: 3662.81
clflush size =C2=A0 =C2=A0: 32
root@smoker / #

One thing I do notice when it crashes, my CPU i= s running at or close to
100%. =C2=A0I use Gkrellm to monitor this. =C2=A0I have a huge heat sink on= my
CPU. =C2=A0It has never been over 100F even at 100%. =C2=A0Right now= , it is at 69F
for ambient and CPU is 82F. =C2=A0Fan is temp controlled = so speed varies.

Any ideas? =C2=A0I'm using the same CFLAGS and such that I have been us= ing
for ages. =C2=A0This started several months ago. =C2=A0I'm not s= ure if it is a new
thing or not or what version was the last stable one.=

Thanks for the help.

Dale

:-) =C2=A0:-)




--

Walt Disney =C2=A0- "I l= ove Mickey Mouse more than any woman I have ever known."=20 --0016e6dd966f7f0b97046ac3ce2d--