View previous topic :: View next topic |
Author |
Message |
dapsaille Advocate


Joined: 02 Aug 2004 Posts: 2366 Location: Paris
|
Posted: Fri Oct 05, 2007 7:23 pm Post subject: [Compiz] Segmentation fault ... libcore.so en cause ? |
|
|
Bonsoir,
Voila ... j'ai suivi le howto compiz fusion gentoo .. mais lorce que je lance compiz en console j'ai un beau segmentation fault ..
Voici un extrait de strace qui me semble pertinent :
Code: |
gettimeofday({1191611434, 501263}, NULL) = 0
open("/home/florent/.compiz/plugins/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/compiz/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=87363, ...}) = 0
mmap2(NULL, 87363, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6fef000
close(3) = 0
open("/lib/tls/i686/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/tls/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/tls/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/i686/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/i686/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/lib/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4656, ...}) = 0
open("/usr/lib/tls/i686/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/sse2/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/sse2", 0xbfdf847c) = -1 ENOENT (No such file or directory)
open("/usr/lib/libcore.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=68000, ...}) = 0
|
Je n'ais pas de libcore.so de présent .. quelqu'un ayant un compiz fonctionnel peut il me confirmer la présence ou non de ce fichier ??
NOTA= ~x86 et layman xeffects ... pas de cflags "agressifs"
CFLAGS="-O2 -mtune=generic -march=nocona -pipe -fomit-frame-pointer" |
|
Back to top |
|
 |
bivittatus l33t


Joined: 31 Jan 2006 Posts: 687 Location: Roissy-en-Brie (France)
|
Posted: Fri Oct 05, 2007 8:35 pm Post subject: |
|
|
Salut daspaille,
Je n'ai effectivement pas de libcore.so sur mon système et sci-libs/libcore n'est pas installé...
Tu l'as certainement déjà, mais voici la commande avec laquelle je lance mon compiz-fusion dans un script au démarrage de gnome:
Code: | __GL_YIELD="NOTHING" compiz --replace --sm-disable --loose-binding --ignore-desktop-hints ccp &
sleep 5s
emerald --replace & |
mon emerge --info au cas où:
Code: | Portage 2.1.3.11 (default-linux/x86/2007.0, gcc-4.2.0, glibc-2.6.1-r0, 2.6.22-gentoo-r6 i686)
=================================================================
System uname: 2.6.22-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Timestamp of tree: Thu, 04 Oct 2007 17:20:01 +0000
app-shells/bash: 3.2_p17-r1
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.5.1-r2
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox: 1.2.18.1
sys-devel/autoconf: 2.13, 2.61-r1
sys-devel/automake: 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils: 2.18
sys-devel/gcc-config: 1.4.0-r2
sys-devel/libtool: 1.5.24
virtual/os-headers: 2.6.22-r2
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
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"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org"
LANG="fr_FR.UTF-8"
LINGUAS="fr"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/xeffects"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aalib acl alsa arts berkdb bitmap-fonts bzip2 cdr cli cracklib crypt cups directfb dri dts dvd dvdr dvdread fbcon flac fortran gdbm gif glitz gnome gpm gtk gtk2 iconv ipv6 isdnlog java javascript jpeg jpg live midi mmx mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp pam pcre pdf perl png pppd python qt4 readline real reflection session speex spl ssl stream svga symlink tcl tcpd tiff tk truetype truetype-fonts type1-fonts unicode vorbis win32codecs wxwindows x86 xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
|
Je ne peux malheureusement t'en dire plus... _________________ Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire." |
|
Back to top |
|
 |
dapsaille Advocate


Joined: 02 Aug 2004 Posts: 2366 Location: Paris
|
Posted: Fri Oct 05, 2007 8:42 pm Post subject: |
|
|
Merci pour ces infos mais toujours segmentation fault ..
Strange mon système est stable et aucun oc pendant les compilations ...
Je refait mes cflags puis emerge system -e (x2) et emerge world -e
A demainnnnnnnn :p |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|