#1 Le 09/02/2014, à 21:17
- TartinesKiller
Valgrind ne marche plus, même avec libc6-dbg...
Bonsoir à tous,
J'ai un problème assez gênant, depuis ce matin, pas moyen de faire marcher valgrind :
valgrind: Fatal error at startup: a function redirection
valgrind: which is mandatory for this platform-tool combination
valgrind: cannot be set up. Details of the redirection are:
valgrind:
valgrind: A must-be-redirected function
valgrind: whose name matches the pattern: strlen
valgrind: in an object with soname matching: ld-linux-x86-64.so.2
valgrind: was not found whilst processing
valgrind: symbols from the object with soname: ld-linux-x86-64.so.2
valgrind:
valgrind: Possible fixes: (1, short term): install glibc's debuginfo
valgrind: package on this machine. (2, longer term): ask the packagers
valgrind: for your Linux distribution to please in future ship a non-
valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
valgrind: that exports the above-named function using the standard
valgrind: calling conventions for this platform. The package you need
valgrind: to install for fix (1) is called
valgrind:
valgrind: On Debian, Ubuntu: libc6-dbg
valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
valgrind:
valgrind: Cannot continue -- exiting now. Sorry.
J'ai essayé de faire
sudo apt-get install libc6-dbg
, mais ça ne change rien...
J'ai également du faire des liens pour spotify, car il ne voulait plus démarrer non plus, à cause de bibliothèques non trouvées...
Merci d'avance,
Bonne soirée
Hors ligne
#2 Le 10/02/2014, à 17:52
- Krabosek
Re : Valgrind ne marche plus, même avec libc6-dbg...
Bonsoir,
Je suppose que c'est la version 3.9.0 ?
Bonne réception.
Bientôt tu auras tout oublié; bientôt tous t'auront oublié.
Marc-Aurèle
Hors ligne
#3 Le 10/02/2014, à 18:58
- TartinesKiller
Re : Valgrind ne marche plus, même avec libc6-dbg...
Bonsoir,
Désolé, je ne sais pas pourquoi je n'ai pas mis l'entête de Valgrind :
==5234== Memcheck, a memory error detector
==5234== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==5234== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==5234== Command: ./pcode
==5234==
C'est en effet la version 3.9.0.
J'ai également tenté via les sources de valgrind, mais sans succès.
Merci pour la réponse,
Bonne soirée
Hors ligne
#4 Le 11/02/2014, à 11:52
- Krabosek
Re : Valgrind ne marche plus, même avec libc6-dbg...
Bonjour,
Bon ben désolé pour toi.
J'ai installé valgrind 3.9.0 & ça fonctionne...
==28123== Memcheck, a memory error detector
==28123== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==28123== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==28123== Command: ls -l
==28123==
total 296
-rw-r--r-- 1 grall grall 0 nov. 14 10:52 apa*
drwxrwxr-x 2 grall grall 4096 mars 27 2013 Audiobooks
drwxr-xr-x 2 grall grall 4096 déc. 4 18:07 bin
............................
drwxrwxr-x 3 grall grall 4096 nov. 15 15:54 ZendInstall
==28123==
==28123== HEAP SUMMARY:
==28123== in use at exit: 14,149 bytes in 62 blocks
==28123== total heap usage: 349 allocs, 287 frees, 90,160 bytes allocated
==28123==
==28123== LEAK SUMMARY:
==28123== definitely lost: 0 bytes in 0 blocks
==28123== indirectly lost: 0 bytes in 0 blocks
==28123== possibly lost: 0 bytes in 0 blocks
==28123== still reachable: 14,149 bytes in 62 blocks
==28123== suppressed: 0 bytes in 0 blocks
==28123== Rerun with --leak-check=full to see details of leaked memory
==28123==
==28123== For counts of detected and suppressed errors, rerun with: -v
==28123== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
grall@grall-G31T-M7:~$
Bon tout a fait entre nous, sous Code::Blocks c'est toujours la version 3.8.1 qui tourne.
Bonne journée quand même.
Bientôt tu auras tout oublié; bientôt tous t'auront oublié.
Marc-Aurèle
Hors ligne