|
From: Wim G. <wim...@ua...> - 2003-10-08 15:23:34
|
Thanks for testing Olly. I'm using gcc 3.2.2 (the latest redhat kind) glibc 2.3.2-27.9 compiled without optimisation: gcc -o test test.c Just tried with valgrind 1.0.4, but it won't run, it complains that it couldn't find couldn't find 'client's argc/argc/envp' Wim On Wed, 2003-10-08 at 16:41, Olly Betts wrote: > On Wed, Oct 08, 2003 at 04:17:32PM +0200, Wim Glassee wrote: > > valgrind --leak-check=yes --leak-resolution=high > > What version of valgrind? What version of gcc? What gcc command line > options did you use? What version of glibc? > > I can't reproduce your problem with valgrind-20030725 and gcc 2.95.4 or > 3.3, with -O, -O2, -O3 or without optimisation. That's using glibc 2.2.5. > > I get output from the program and memory leaks reported. > > Cheers, > Olly |