|
From: Srivathsan S <sri...@de...> - 2005-01-10 07:10:06
|
Hi,
When I run Valgrind 2.2.0, I get this error message:
[srivathsan@tms-server lnms_working]$ valgrind --tool=memcheck
--log-file=test ./lnms
open interp: No such file or directory
[srivathsan@tms-server lnms_working]$
I think it is trying to read some interpreter, but not sure what and from
where. Any help is appreciated.
Thanks,
S.Srivathsan
|
|
From: Jeroen N. W. <jn...@xs...> - 2005-01-10 17:21:54
|
> Hi, > > When I run Valgrind 2.2.0, I get this error message: > > > > [srivathsan@tms-server lnms_working]$ valgrind --tool=memcheck > --log-file=test ./lnms > > open interp: No such file or directory > > [srivathsan@tms-server lnms_working]$ > > > > > > I think it is trying to read some interpreter, but not sure what and from > where. Any help is appreciated. > To be able to resolve this problem, more information is needed: # The output of uname -a. # The full output of valgrind -v. You can read more about this at http://valgrind.kde.org/bugs.html Regards, Jeroen. > > > Thanks, > > S.Srivathsan > > > > |