[Valgrind-users] segment fault but seems right under valgrind enviroment

2010-01-27 Thread vicky lin
Hi, all, There was something strange happened when I used valgrind. I run my linux program written in c++ and it threw a segment fault, but when I tried valgrind --tool=memcheck -v ./mycode , the program did't throw segment fault and continued to run and returned the experimental

Re: [Valgrind-users] Pointer check with FORTRAN

2010-01-27 Thread Federico Golfrè Andreasi
That's it. Thank you Tom! Il giorno 27 gennaio 2010 07.03, tom fogal tfo...@alumni.unh.edu ha scritto: writes: I've a simple FORTRAN code that does some operation (no more than addition and multiplication) with complex number. I've compiled my code with the -g option and with the

[Valgrind-users] License of the Valgrind User Manual?

2010-01-27 Thread Aleksander
Hi all, Is there any specific license for the Valgrind User Manual? GFDL? Cheers, -Aleksander -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best

Re: [Valgrind-users] segment fault but seems right under valgrind enviroment

2010-01-27 Thread Dave Goodell
On Jan 27, 2010, at 3:28 PM, tom fogal wrote: vicky lin vicky@gmail.com writes: There was something strange happened when I used valgrind. I run my linux program written in c++ and it threw a segment fault, but when I tried valgrind --tool=memcheck -v ./mycode , the program did't