[LLVMdev] Unable to run a java class by j3

Sarah sarah.berenji at gmail.com
Tue Jul 19 06:44:51 PDT 2011


Hey all,
I installed vmkit-0.29 following instructions at 
http://vmkit.llvm.org/get_started.html
I attempt to run a simple class file (Hey.class) by j3 and it returns following 
error:

# j3 Desktop/Hey

Thread 0x20000000 received a SIGSEGV: either the VM code or an external
native method is bogus. Aborting...
; 0x81e5375 (0x200fec68) in _Z14sigsegvHandleriP7siginfoPv
; 0x440410 (0x200fec88) in __kernel_rt_sigreturn
; 0x8166100 (0x200ff078) in 
_ZN2j35Class21lookupMethodDontThrowEPKN3mvm4UTF8ES4_bbPPS0_
; 0x8155c46 (0x200ff0e8) in _ZN2j35Jnjvm13loadBootstrapEv
; 0x8155ed6 (0x200ff158) in _ZN2j35Jnjvm13mainJavaStartEPNS_10JavaThreadE
; 0x81e4c7a (0x200ff248) in _ZN3mvm6Thread19internalThreadStartEPS0_
Aborted

Some other information:
OS: Ubuntu 10.04 (32bit) -> Running on VirtualBox
LLVM-2.9 -> http://llvm.org/releases/download.html#2.9
classpath-0.98
vmkit-0.29 -> http://vmkit.llvm.org/releases/index.html

Thanks,
Sarah




More information about the llvm-dev mailing list