Re: [Valgrind-users] valgrind installed on busybox

2010-01-21 Thread Tom Hughes
On 21/01/10 02:34, Nicholas Nethercote wrote: > On Wed, Jan 13, 2010 at 7:47 PM, Tom Hughes wrote: >>> AFAIK, "valgrind" is only a thin wrapper whose job it is to effectively >>> or exactly LD_PRELOAD a library which intercepts relevant symbols. My >>> guess is that, for whatever reason, your ins

Re: [Valgrind-users] valgrind installed on busybox

2010-01-20 Thread Nicholas Nethercote
On Wed, Jan 13, 2010 at 7:47 PM, Tom Hughes wrote: >> AFAIK, "valgrind" is only a thin wrapper whose job it is to effectively >> or exactly LD_PRELOAD a library which intercepts relevant symbols.  My >> guess is that, for whatever reason, your install is lacking the shared >> object which is suppo

Re: [Valgrind-users] valgrind installed on busybox

2010-01-13 Thread Tom Hughes
On 13/01/10 05:18, tom fogal wrote: > Zvi Vered writes: >> When I ran 'valgrind ln -l' I got: >> valgrind: failed to start tool 'memcheck' for platform 'x86-linux': no >> such file or directory >> >> What can be the reason for such an error ? > > AFAIK, "valgrind" is only a thin wrapper whose job

Re: [Valgrind-users] valgrind installed on busybox

2010-01-12 Thread tom fogal
Zvi Vered writes: > When I ran 'valgrind ln -l' I got: > valgrind: failed to start tool 'memcheck' for platform 'x86-linux': no > such file or directory > > What can be the reason for such an error ? AFAIK, "valgrind" is only a thin wrapper whose job it is to effectively or exactly LD_PRELOAD a

[Valgrind-users] valgrind installed on busybox

2010-01-11 Thread Zvi Vered
Hi all, I installed valgrind 3.5.0 on embedded x86 that runs vanilla 2.6.27.35 with busybox utilities. The toolchain I used was created using crosstool-ng 1.5.2 When I ran 'valgrind ln -l' I got: valgrind: failed to start tool 'memcheck' for platform 'x86-linux': no such file or directory What c