|
From: Sitos L. <sit...@gm...> - 2009-06-01 18:34:24
|
Dear all: I am using valgrind-3.3.1. When I use the tool cachegrind to profile SPECjbb with sun's java virtual machine, I get the following error: # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x062cf7fa, pid=26243, tid=69348240 # # Java VM: Java HotSpot(TM) Server VM (11.2-b01 mixed mode linux-x86) # Problematic frame: # V [libjvm.so+0x2cf7fa] # # An error report file with more information is saved as: # /home/r94/evildragon/SPECJBB/hs_err_pid26243.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Killed The program can be executed normally without valgrind/cachegrind. How could I fix this problem? Do cachegrind change something in the JVM? Should I configure the tool with some flags? I put the error log file at http://ecns1.csie.ntu.edu.tw/~evildragon/hs_err_pid26243.log . I hope the information is enough. Thanks a lot. Best regards, sitos |
|
From: Nicholas N. <n.n...@gm...> - 2009-06-01 22:55:28
|
On Tue, Jun 2, 2009 at 4:34 AM, Sitos Lin <sit...@gm...> wrote: > Dear all: > I am using valgrind-3.3.1. When I use the tool cachegrind to profile > SPECjbb with sun's java virtual machine, I get the following error: Try this: http://www.valgrind.org/docs/manual/faq.html#faq.java Nick |