search for: _zn2j35jnjvm13loadbootstrapev

Displaying 5 results from an estimated 5 matches for "_zn2j35jnjvm13loadbootstrapev".

2011 Jul 19
2
[LLVMdev] Unable to run a java class by j3
...EGV: 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....
2011 Aug 24
0
[LLVMdev] VMKit build error
...x5cfeed (0x1100fe410) in _Z14sigsegvHandleriP7siginfoPv ; 0x2b889c232c60 in Unknown method ; 0x561499 (0x1100fe900) in _ZN2j310JavaObject7acquireEPS0_ ; 0x55b464 (0x1100fe920) in _ZN2j35Class7acquireEv ; 0x546d1e (0x1100fe940) in _ZN2j35Class15initialiseClassEPNS_5JnjvmE ; 0x54a649 (0x1100feb30) in _ZN2j35Jnjvm13loadBootstrapEv ; 0x58fd57 (0x1100feb80) in _Z17mainCompilerStartPN2j310JavaThreadE ; 0x5cfa1e (0x1100fed60) in _ZN3mvm6Thread19internalThreadStartEPS0_ 0 vmjc 0x0000000000e9c44f 1 vmjc 0x0000000000e9cf8a 2 libpthread.so.0 0x00002b889c232c60 3 libc.so.6 0x00002b889d033d05 gsignal +...
2011 Jul 19
0
[LLVMdev] Unable to run a java class by j3
...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/relea...
2011 Aug 23
2
[LLVMdev] VMKit build error
Hmm, disregard my previous comment (while you might still have issues with 64bit, that's not what's primarily causing your issue)--your particular error is when you don't point vmkit to the classpath libraries properly. Set it with the configure option --with-gnu-classpath-glibj=/path/to/classpath-0.97.2/lib/glibj.zip Good luck! ~Will On Tue, Aug 23, 2011 at 5:49 PM, Will Dietz
2011 Aug 24
2
[LLVMdev] VMKit build error
..._Z14sigsegvHandleriP7siginfoPv > ; 0x2b889c232c60 in Unknown method > ; 0x561499 (0x1100fe900) in _ZN2j310JavaObject7acquireEPS0_ > ; 0x55b464 (0x1100fe920) in _ZN2j35Class7acquireEv > ; 0x546d1e (0x1100fe940) in _ZN2j35Class15initialiseClassEPNS_5JnjvmE > ; 0x54a649 (0x1100feb30) in _ZN2j35Jnjvm13loadBootstrapEv > ; 0x58fd57 (0x1100feb80) in _Z17mainCompilerStartPN2j310JavaThreadE > ; 0x5cfa1e (0x1100fed60) in _ZN3mvm6Thread19internalThreadStartEPS0_ > 0 vmjc 0x0000000000e9c44f > 1 vmjc 0x0000000000e9cf8a > 2 libpthread.so.0 0x00002b889c232c60 > 3 libc.so.6...