I've had a lot of X restartings (as it's set to restart X server upon crash), and I've even had few hard-locks that I could resolve only be
hardware reset.
My memory works fine. It can pass all tests in memtest86+ and prime can be run forever without problems.
I've compiled
kde 3.3.2 with (selective) ~amd64 flag and thought that's the problem, but as I can see - the kde 3.3.2 is marked stable for amd64 right now.
Only other things I've compiled with ~amd64 flag were
openoffice 1.1.4 and
ksensors 0.7.3. As I didn't use openoffice at the time of segfaults I gues that could only be ksensors (that were active as trayicon).
I'll turn off ksensors to see what's happening...
But, I'm afraid it is not the only problem: I've tryed to compile xine-lib and kde in the runlevel "single", so there where no ksensors and anything at all (even network) and I still had some
segfaults by gcc.
Maybe there's a problem with my USE and/or CFLAGS flags:
Code: Select all
tux root # emerge info
Portage 2.0.51-r3 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r12 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r12 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers: sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O3 -pipe -ffast-math -funroll-all-loops -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops -fomit-frame-pointer -frename-registers -fweb"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -pipe -ffast-math -funroll-all-loops -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops -fomit-frame-pointer -frename-registers -fweb -fvisibility-inlines-hidden"
DISTDIR="/storage/backup/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://mirror.etf.bg.ac.yu/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac acpi alsa apache2 arts avi berkdb bitmap-fonts bzlib cdparanoia cdr crypt cups dga divx4linux dvd dvdr encode exif f77 fam flac font-server fortran gcj gd gif gphoto2 gtk2 icq imagemagick imlib innodb ipv6 jabber java jp2 jpeg kde lzw lzw-tiff motif mozilla mpeg multilib mysql nas ncurses nls nptl oggvorbis opengl pam pdflib perl php png python qt quicktime readline real samba slang snmp speexssl tcpd tiff truetype unicode usb userlocales videos xine xml xml2 xmms xpm xrandr xv xvid zlib"
tux root #
Any ideas?
