From: Nicholas N. <nj...@ca...> - 2003-04-16 08:08:56
|
On 16 Apr 2003, Biswapesh Chattopadhyay wrote: > I'm getting the following error with CVS valgrind + cachegrind skin ( > alias cachegrind='valgrind --skin=cachegrind --num-callers=25 > --logfile-fd=6' > /opt/gnome2.2/bin/valgrind > > ------------------------------------ > ==6863== error: can't open cache simulation output file > `cachegrind.out.6863' > ==6863== ... so simulation results will be missing. > ------------------------------------ > > A 0 byte file cachegrind.out.6863 is created. There is sufficient space > in the harddisk : > > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/hda2 37334192 15213876 20223844 43% / Is file descriptor 6 legitimate? Does it work if you let Valgrind's output go to stderr as usual? N |