|
From: Tom S. <to...@pl...> - 2006-01-10 16:40:40
|
Keith wrote: > I am trying to valgrind a java application (our code is written in C and > published through a JNI layer) and when running under valgrind, it uses 100% > CPU but it appears to hang. I don't see any activity but one of the CPUs is > always maxed out. > > > > I'm using the latest code because I need a very recent fix to even get it to > run. > > > > What can I do to troubleshoot? > > > > Thanks, > > Keith > > You didn't mention which JVM you are using. I have never been able to valgrind our JNI app using the Sun JVM. After testing a number of JVMs, the SableVM is the one that works best for me when valgrinding. -- Tom Schutter (mailto:to...@pl...) Platte River Associates, Inc. (http://www.platte.com) |