From: Nicholas N. <nj...@ca...> - 2003-04-28 12:51:25
|
On Mon, 28 Apr 2003, Stuart Brorson wrote: > With great anticipation I downloaded and built valgrind-1.9.5 last > night. I did a vanilla "./configure ; make ; make install". When I > tried "valgrind ls -l", I got "Segmentation fault (core dumped)". > Rats! When I run valgrind alone, I also get a segfault. You mean even if you just type "valgrind"? Weird... something must going wrong in Valgrind's startup shell script. Can you try fiddling with $PREFIX/bin/valgrind, inserting some debug "echo" statements to work out where exactly the seg fault is happening? N |