build 560 / jdk1.4.2_06 / gcc 2.95.4

Questions about YourKit Java Profiler
Post Reply
mccraig
Posts: 1
Joined: Thu May 26, 2005 4:58 pm

build 560 / jdk1.4.2_06 / gcc 2.95.4

Post by mccraig »

hi,

yourkit build 560 is crashing my vm when capturing snapshots. there is no output generated on stdout... vm just dies

it seems to happen only when the vm is using most of it's maximum heap allocation... snapshots are captured ok immediately after vm startup, but after the memory leak i'm trying to track down kicks in it crashes every time i try and capture a snapshot

my environment details are below

any ideas ?

thanks

craig


--
runtramp@dp-5021:~$ java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

runtramp@dp-5021:~$ uname -a
Linux dp-5021.uk2net.com 2.4.18 #1 SMP Fri Apr 4 03:40:42 BST 2003 i686 unknown

runtramp@dp-5021:~$ gcc --version
2.95.4
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Hello Craig,

please try to Java 5.0 with -agentlib option (JVMTI agent instead of JVMPI one). Most probable it'll fix the problem.

Regards,
Vladimir
Post Reply