Displaying 5 results from an estimated 5 matches for "_z14sigsegvhandlerip7siginfopv".
2011 Jul 19
2
[LLVMdev] Unable to run a java class by j3
...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 _...
2011 Aug 24
0
[LLVMdev] VMKit build error
Ah yes, thanks, this was one problem, now I hit another:
llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
Thread 0x110000000 received a SIGSEGV: either the VM code or an external
native method is bogus. Aborting...
; 0x5cfeed (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)...
2011 Jul 19
0
[LLVMdev] Unable to run a java class by j3
...t_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
>...
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
...gmail.com
> wrote:
> Ah yes, thanks, this was one problem, now I hit another:
>
> llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
> Thread 0x110000000 received a SIGSEGV: either the VM code or an external
> native method is bogus. Aborting...
> ; 0x5cfeed (0x1100fe410) in _Z14sigsegvHandleriP7siginfoPv
> ; 0x2b889c232c60 in Unknown method
> ; 0x561499 (0x1100fe900) in _ZN2j310JavaObject7acquireEPS0_
> ; 0x55b464 (0x1100fe920) in _ZN2j35Class7acquireEv
> ; 0x546d1e (0x1100fe940) in _ZN2j35Class15initialiseClassEPNS_5JnjvmE
> ; 0x54a649 (0x1100feb30) in _ZN2j35Jnjvm13loadBootstrapEv...