|
From: Tom H. <to...@co...> - 2010-02-15 08:39:24
|
On 15/02/10 08:23, stecca michele wrote: > Hi all... > The problem is not related to the CRC error but to JAVA 1.6. > I successfully used Valgrind with a C program and with a JAVA 1.5 too. > The problem is related to JAVA 1.6. I tried to run it with the --tool=cachegrind and --trace-children=yes options enabled but I get the following error: The error just means that your debug packages are out of date and don't match your main packages. It won't actually stop anything working but it may mean that the backtraces reported for errors are not accurate. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |