Displaying 3 results from an estimated 3 matches for "0x561499".
2011 Aug 24
0
[LLVMdev] VMKit build error
...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) in _Z17mainCompilerStartPN2j310JavaThreadE
; 0...
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
...other:
>
> 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) in _Z17mainCompilerStartPN...