|
From: Nicholas N. <nj...@ca...> - 2003-11-14 17:39:21
|
On Fri, 14 Nov 2003, Amol Kulkarni wrote: > Hi Attched is the output of ./valgrind -v ls -al > > ==5684== Invalid read of size 4 > ==5684== at 0x40262C83: _nl_unload_locale (loadlocale.c:237) > ==5684== by 0x4026279C: free_mem (findlocale.c:257) > ==5684== by 0x402C1961: __libc_freeres (set-freeres.c:34) > ==5684== by 0x40186E43: vgPlain___libc_freeres_wrapper > (vg_intercept.c:873) Two suggestions that might help: 1. As Jeremy said, try not ./valgrind but /usr/local/bin/valgrind. 2. Try --run-libc-freeres=no, as per FAQ #1. You said you're running RH 7.1, so your glibc is probably old enough to still suffer that problem. HTH N |