After merging sys-apps/procps-3.1.9 top, ps and friends no longer work. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: sb@wopr-mobile:~/ > top zsh: 31253 floating point exception top sb@wopr-mobile:~/ > ps PID TTY TIME CMD Signal 8 (FPE) caught by ps (procps version 3.1.9). Please send bug reports to <feedback@lists.sf.net> or <albert@users.sf.net> Portage 2.0.48-r1 (default-x86-1.4, gcc-3.3, glibc-2.3.2-r1) ================================================================= System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine) GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow arts avi crypt cups encode gif jpeg kde libg++ libwww mikmod mmx motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms zlib gdbm berkdb slang readline svga tcltk guile postgres gpm tcpd pam perl python esd imlib oggvorbis gtk qt acpi alsa apm dga directfb dvd gnome gtk2 java mozilla opengl pcmcia sdl ssl usb X xv" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O3 -pipe" CXXFLAGS="-march=pentium3 -O3 -pipe" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache fixpackages"
Going back to version 3.1.8, which worked before, did not help.
did you recently change glibc or gcc versions? add selinux or -fstackprotector to your settings? because a different version of procps doesn't change the compiling process at all, which leads me to conclude that something in your compiler toolchain is broken causing both versions to compile bad.
Well, not recently. Anyhow, I'm installing that system from scratch now.
hello Brabndon, i have had the problem too. After changeing my CFLAGS procps ist now working. Change your CFLAGS from CFLAGS=-march=pentium3 -O3 -pipe too CFLAGS=-march=pentium3 -O2 -pipe
ebuilds now contain this, was an issue introduced with gcc-3.3, closing bug.