|
From: Mark W. <mj...@re...> - 2014-09-06 15:07:06
|
On Sat, 2014-09-06 at 06:06 +0200, Ivo Raisr wrote: > 2014-09-06 1:21 GMT+02:00 Mark Wielaard <mj...@re...>: > > That is unfortunate. I double checked on a Debian wheezy setup and > > my commit does seem to fix it. But I had some trouble with 32-on-64 > > programs, since I couldn't find the corresponding libc6-dbg-i386 > > package. What is the correct package to install to make i386 programs > > work under valgrind on a amd64 setup? > > > > It is libc6-dbg:i386 (the name is a bit arcane). > You also need gcc-multilib and libc6-dev-i386 to build the valgrind with > 32-bit support. Thanks, I still couldn't install it until I figured out I also needed to do dpkgdpkg --add-architecture i386 && aptitude update first. There is a debian bug about this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695218 But IMHO debian really shouldn't strip the symbol table from ld.so, that is really inconvenient :{ Cheers, Mark |