Scarabée
Forum : Inscrit
Association :
Arrivé(e) le : 19-01-2005
Nombre de messages : 749
|
Quand j'essaie de lire un fichier avi avec totem ou kaffeine ou même de lancer tout simplement totem, ils crashent systématiquement.
voici ce que me donne gdb pour totem
gdb totem
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/totem
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1224333088 (LWP 16860)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
libhal.c 2282 : Error sending msg: Service "org.freedesktop.Hal" does not exist
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
[New Thread -1229333584 (LWP 16867)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224333088 (LWP 16860)]
0xb7277cc3 in strlen () from /lib/tls/libc.so.6
(gdb) where
#0 0xb7277cc3 in strlen () from /lib/tls/libc.so.6
#1 0xb72779b5 in strdup () from /lib/tls/libc.so.6
#2 0xb7d5b711 in _x_get_spu_decoder () from /usr/lib/libxine.so.1
#3 0xb733e898 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#4 0x6c70203a in ?? ()
#5 0x6e696775 in ?? ()
#6 0xb733e898 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#7 0x00020030 in ?? ()
#8 0x00020020 in ?? ()
#9 0xb7d85437 in ?? () from /usr/lib/libxine.so.1
#10 0x36383320 in ?? ()
#11 0xb7270cf4 in free () from /lib/tls/libc.so.6
Previous frame inner to this frame (corrupt stack?)
Je vois que j'ai un PB avec libc.so.6 et/ou libthread_db.so.1
mais je ne sais pas quoi faire.
J'ai la dernière version de libstdc++2.10-glibc2.2 installée.
@+
--Message édité par dargas le 29-12-2005 à 23:53:19--
------------------------------------- non à DADVSI http://www.odebi.org/new/theme/
|
Scarabée
Forum : Inscrit
Association :
Arrivé(e) le : 19-01-2005
Nombre de messages : 749
|
en googlant un peu, cela m'a donné l'idée de faire un essai avec un autre utilisateur et bingo cela marchait.
Restait à trouver le répertoire qui posait PB avec mon utilisateur courant
Par rapport à mes recherches sur google, j'ai d'abord pensé à .gconf et .gconfd mais ce n'était pas ça.
Ensuite j'avais lu que totem, kaffeine utilise libxine (puissant ce xine ) et j'ai donc renommé .xine en .xine_bad et c'était bien lui le fautif.
totem et kaffeine fonctionne de nouveau.
J'étais pourtant persuadé que c'était une erreur système vu ce que me donnait gdb, comme quoi il ne faut pas trop vite s'emballer.
voilà, si cela peut aider quelqu'un par la suite.
@+
--Message édité par dargas le 30-12-2005 à 20:52:21--
------------------------------------- non à DADVSI http://www.odebi.org/new/theme/
|