|
From: Nicholas N. <nj...@cs...> - 2005-09-12 21:31:30
|
On Mon, 12 Sep 2005, Julian Seward wrote:
> Is it possible that fprint_CC_table_and_calc_totals could have passed
> NULL to vgPlain_strlen?
Doesn't seem likely... here's the code:
for (i = 0; i < VG_(client_argc); i++) {
VG_(write)(fd, " ", 1);
VG_(write)(fd, VG_(client_argv)[i], VG_(strlen)(VG_(client_argv)[i]));
}
VG_(client_argv)[] would have to be screwed up.
Todd, can you give us Cachegrind's output running with the -v flag?
Thanks. Also, it might be worth trying again with Valgrind 3.0.1.
Nick
|