Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[enregistrer-sous]: mystérieux plantage...(SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
anti-conformiste
Apprentice
Apprentice


Joined: 05 Jul 2006
Posts: 162
Location: Saint-Omer (Pas-de-Calais)

PostPosted: Thu Sep 04, 2008 12:02 pm    Post subject: [enregistrer-sous]: mystérieux plantage...(SOLVED) Reply with quote

Bonjour,

Après la MAJ de mon système, vlc plantait. Je le réinstalle 2 fois et meme probleme. En etant plus observateur, je me suis rendu compte qu'il plantait lorsque je tentais d'enregistrer sous ou d'ouvrir un fichier. J'ai donc extrapolé ça aux autres appli. (la plupart des appli. QT - KDE oblige) mais elles fonctionnaient. Pourtant, je n'étais pas loin du probleme : en réalité toutes les appli. GTK plantent lorsque je tente d'enregister, ouvrir, etc...
Je pense que le probleme vient de ces boites de dialogue. Peut-etre des librairies d'appel.
Mon probleme semble isolé, maintenant je veux le résoudre, mais comment ?

quelques paramètre de config qui peourraient etre utiles :

Code:
fred@localhost ~ $ cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon -pipe"
CXXFLAGS="${CFLAGS}"
VIDEO_CARDS="nvidia"
ALSA_CARDS="intel8x0 intel8x0m"
INPUT_DEVICES="keyboard mouse"
LINGUAS="fr"
# This should not be changed unless you know exactly what you are doing.  You
# should probably be using a different stage, instead.
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ ftp://mirror.ovh.net/gentoo-distfiles/ ftp://gentoo.imj.fr/pub/gentoo/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ "
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X jpeg hal nvidia opengl alsa tiff png gif mp3 mpeg dvd win32codecs ogg ncurses ffmpeg dbus xinerama 3dnow sse2 sse3 arts"
source /usr/portage/local/layman/make.conf


Code:
fred@localhost ~ $ uname -a
Linux localhost 2.6.22-gentoo-r9 #7 SMP Sat Apr 19 20:20:53 CEST 2008 i686 AMD Sempron(tm) Processor 3100+ AuthenticAMD GNU/Linux


Code:
fred@localhost ~ $ gcc-4.1.2 -v
Utilisation des specs internes.
Target: i686-pc-linux-gnu
Configur� avec: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Mod�le de thread: posix
version gcc 4.1.2 (Gentoo 4.1.2 p1.0.2)


un strace de vlc au moment où ça bug (fichier=> ouvrir)

Code:
write(7, "======= Memory map: ========\n", 29======= Memory map: ========
) = 29
open("/proc/self/maps", O_RDONLY)       = 8
read(8, "08048000-08049000 r-xp 00000000 "..., 1024) = 1024
write(7, "08048000-08049000 r-xp 00000000 "..., 102408048000-08049000 r-xp 00000000 03:01 910371     /usr/bin/vlc
08049000-0804a000 r--p 00000000 03:01 910371     /usr/bin/vlc
0804a000-0804b000 rw-p 00001000 03:01 910371     /usr/bin/vlc
0804b000-08400000 rw-p 0804b000 00:00 0          [heap]
b1748000-b1862000 r-xp 00000000 03:01 2073184    /usr/lib/libxml2.so.2.6.32
b1862000-b1866000 r--p 0011a000 03:01 2073184    /usr/lib/libxml2.so.2.6.32
b1866000-b1867000 rw-p 0011e000 03:01 2073184    /usr/lib/libxml2.so.2.6.32
b1867000-b1868000 rw-p b1867000 00:00 0
b1868000-b1899000 r-xp 00000000 03:01 2208010    /usr/lib/libcroco-0.6.so.3.0.1
b1899000-b189c000 rw-p 00030000 03:01 2208010    /usr/lib/libcroco-0.6.so.3.0.1
b189c000-b18ca000 r-xp 00000000 03:01 2107201    /usr/lib/libgsf-1.so.114.0.7
b18ca000-b18cc000 r--p 0002d000 03:01 2107201    /usr/lib/libgsf-1.so.114.0.7
b18cc000-b18cd000 rw-p 0002f000 03:01 2107201    /usr/lib/libgsf-1.so.114.0.7
b18cd000-b18ce000 rw-p b18cd000 00:00 0
b18ce000-b18fe000 r-xp 00000000 03:01 3004063 ) = 992
close(8)                                = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(7080, 7080, SIGABRT)             = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++


gimp est un peu plus bavard que vlc, sans strace, la console renvoie
Code:

gimp[0x80679c9]
gimp[0x8068973]
======= Memory map: ========
08048000-083bd000 r-xp 00000000 03:01 2786315    /usr/bin/gimp-2.4
083bd000-083be000 r--p 00374000 03:01 2786315    /usr/bin/gimp-2.4
083be000-083d2000 rw-p 00375000 03:01 2786315    /usr/bin/gimp-2.4
083d2000-08fde000 rw-p 083d2000 00:00 0          [heap]
b4700000-b4721000 rw-p b4700000 00:00 0
b4721000-b4800000 ---p b4721000 00:00 0
b4828000-b4832000 r-xp 00000000 03:01 2650855    /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1
b4832000-b4833000 r--p 00009000 03:01 2650855    /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1
b4833000-b4834000 rw-p 0000a000 03:01 2650855    /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libggimp: terminated: Abandon


Il semblerait que
Quote:
libgcc_s.so.1
soit en cause.

Merci de votre aide !


Last edited by anti-conformiste on Fri Sep 05, 2008 10:12 am; edited 1 time in total
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Thu Sep 04, 2008 12:30 pm    Post subject: Reply with quote

revdep-rebuild il dit quelque chose?
_________________
Full Gentoo powered.
Back to top
View user's profile Send private message
anti-conformiste
Apprentice
Apprentice


Joined: 05 Jul 2006
Posts: 162
Location: Saint-Omer (Pas-de-Calais)

PostPosted: Thu Sep 04, 2008 5:51 pm    Post subject: Reply with quote

Temet wrote:
revdep-rebuild il dit quelque chose?


C'est en cours....
Back to top
View user's profile Send private message
razer
l33t
l33t


Joined: 08 Oct 2004
Posts: 893
Location: Paris - France

PostPosted: Thu Sep 04, 2008 7:08 pm    Post subject: Reply with quote

Code:
mv ~/.recently-used ~/recently-used.old
Back to top
View user's profile Send private message
anti-conformiste
Apprentice
Apprentice


Joined: 05 Jul 2006
Posts: 162
Location: Saint-Omer (Pas-de-Calais)

PostPosted: Fri Sep 05, 2008 10:11 am    Post subject: Reply with quote

bon, j'ai refais un 'emerge --sync' suivi d'un 'emerge -uavDN world' et tout est rentré dans l'ordre :D

Merci de votre aide !
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
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