Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27370 - emerge of qsa-1.0 locks PC solid and corrupts filesystem
Summary: emerge of qsa-1.0 locks PC solid and corrupts filesystem
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 10:56 UTC by Svein Erik Brostigen
Modified: 2004-09-19 20:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svein Erik Brostigen 2003-08-26 10:56:53 UTC
I was running an update on one of my PC's and the following happens consistently:
1. qsa gets unpacked, the first configure runs fine.
2. qsa also has a second stage type of configure where a C++ program gets
compiled and then run. This results in the following lines beeing displayed and
then the session locks up, it also seems to corrupt the filesystem and any
attempt to run utilities like ps, top etc results in a solid lockup partly
through the display of their result.

ACCESS DENIED open_wr: /dev/dri/card0
ACCESS DENIED open_wr: /dev/dri/card1

The only solution now is to reboot and repair the filesystem. On another
identical PC, but with a different set of program versions, almost the stable
branch (Xfree from development branch and KDE from CVS), the emerge process
displays the same lines as above, but eventually continues to compile and ends with:

------------ ACCESS VIOLATION SUMMARY ----------
LOG FILE = "/tmp/sandbox-qsa-1.0.0.log"

open_wr:   /dev/dri/card0
open_wr:   /dev/dri/card1
open_wr:   /dev/dri/card2
etc...

Output from emerge info (On the machine that locks up):
Portage 2.0.49-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r2,2.3.2-r1,
2.6.0-test3-mm2)
=================================================================
System uname: 2.6.0-test3-mm2 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
distcc 2.10 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-mfpmath=sse -mmmx -msse"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/cvs/share/config
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /opt/glftpd/etc /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-mfpmath=sse -mmmx -msse"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache autoaddcvs sandbox distcc notitles"
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/ http://www.ibiblio.org/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss 3dnow avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod
mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib
directfb gdbm berkdb slang readline arts tetex svga tcltk guile X sdl gpm tcpd
libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl java
acpi dga fbcon gtk2 gtkhtml icc icc-pgo innodb mbox nptl oci8 odbc sse tiff -apm
-alsa -mysql -pam"


emerge info (from machine that compile, but still displays errors as above):
Portage 2.0.49_pre18 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-test3-mm3)
=================================================================
System uname: 2.6.0-test3-mm3 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/cvs/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="/usr/local/portage"
USE="x86 oss 3dnow avi crypt cups encode foomaticdb gif jpeg libg++ libwww mad
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib gdbm berkdb slang readline arts svga tcltk sdl gpm tcpd ssl perl python esd
imlib oggvorbis gtk motif opengl mozilla -doc X gtk2 gnome -alsa kde oci8 nptl
qt acpi dga java gtkhtml sse tiff -apm -mysql -pam xd2gen2 ppds
i-wont-file-bugs-at-gentoo-org"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-mfpmath=sse -mmmx -msse"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-mfpmath=sse -mmmx -msse"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j4"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="ccache sandbox distcc"
Comment 1 Michele Balistreri (RETIRED) gentoo-dev 2003-09-08 01:03:04 UTC
i cant reproduce this, seems problem with DRI, which drivers are you using?
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-09-19 20:38:30 UTC
can't reproduce.