|
From: stecca m. <ms...@ya...> - 2010-02-15 09:18:55
|
Tnx Tom. I agree with you but if I try to run Valgrind with JAVA 6, it simply doesn't work. It returns the following error and the JAVA program doesn't run. Error occured during initialization of VM Unknown x64 processor: SS2 not supported I run it with the --tool=cachegrind and --trace-children=yes options enabled. The JVM works when it is started standalone (i.e., without valgrind). Cheers, Michele --- Lun 15/2/10, Tom Hughes <to...@co...> ha scritto: > Da: Tom Hughes <to...@co...> > Oggetto: Re: JAVA + UBUNTU "CRC mismatch problem" > A: "stecca michele" <ms...@ya...> > Cc: val...@li... > Data: Lunedì 15 febbraio 2010, 09:39 > 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/ > |