Comment 19 for bug 460104

Revision history for this message
xaelis (alexis-muller) wrote :

I try :

xaelis@joshua:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --smc-check=all --log-file=valgrind.log --trace-children=yes /usr/bin/eclipse -vm /usr/lib/jvm/java-6-sun/jre/lib/amd64/server/

Same result as Dario :

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x000000000f860846, pid=3237, tid=67377872
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
# Problematic frame:
# v ~RuntimeStub::resolve_opt_virtual_call
#
# An error report file with more information is saved as:
# /home/xaelis/hs_err_pid3237.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Killed

I attach the corresponding valgrind log.