Displaying 8 results from an estimated 8 matches for "initialiseclass".
2014 Mar 07
2
[LLVMdev] Running VMKit's AOT Java Compiler
...abort + 328
5 vmjc 0x000000000052f6f9
6 vmjc 0x00000000005739cc
7 vmjc 0x0000000000573795
8 vmjc 0x0000000000572d24
j3::JavaMethod::invokeIntStatic(j3::Jnjvm*, j3::Class*, ...) + 116
9 vmjc 0x0000000000587c9e
j3::Class::initialiseClass(j3::Jnjvm*) + 574
10 vmjc 0x0000000000574c82
11 vmjc 0x0000000000574a45
12 vmjc 0x00000000005735a4
j3::JavaMethod::invokeJavaObjectStatic(j3::Jnjvm*, j3::Class*, ...) + 116
13 vmjc 0x000000000058a921
j3::Jnjvm::noClassDefFoundError(j3::Cla...
2010 Apr 09
3
[LLVMdev] VMKit assertion failure
...x955eb005 in __gnu_cxx::__verbose_terminate_handler ()
#5 0x955e910c in __gxx_personality_v0 ()
#6 0x955e914b in std::terminate ()
#7 0x955e9261 in __cxa_throw ()
#8 0x000130ae in j3::JavaThread::throwException (this=0x20000000,
obj=0x1bcfc00) at JavaThread.cpp:73
#9 0x0002352b in j3::Class::initialiseClass (this=0x20e5c60,
vm=0x20525a8) at Jnjvm.cpp:249
#10 0x000242e5 in j3::Jnjvm::loadBootstrap (this=0x20525a8) at
Jnjvm.cpp:1134
#11 0x000243f1 in j3::Jnjvm::mainJavaStart (thread=0x20000000) at
Jnjvm.cpp:1246
#12 0x000bea10 in mvm::Thread::internalThreadStart (th=0x20000000) at
ctthread.cpp:2...
2011 Aug 24
0
[LLVMdev] VMKit build error
...e 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
; 0x5cfa1e (0x1100fed60) in _ZN3mvm6Thread19internalThreadStartEPS0_
0 vmjc 0x0000000000e9c44f
1 vmjc 0x0000000000e9cf8a
2 libpthread.so...
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
2010 Apr 09
0
[LLVMdev] VMKit assertion failure
VMKit runs multiple threads (for example for GC, finalization, etc), so I
need the back trace of other threads as well :)
Thanks!
Nicolas
On Fri, Apr 9, 2010 at 9:28 AM, Konrad Hinsen <konrad.hinsen at fastmail.net>wrote:
> On 7 Apr 2010, at 21:36, nicolas geoffray wrote:
>
> Hmm, I am not getting that error message on my MacOS 10.5 machine with
>> that same gcc. Could you
2010 Apr 09
2
[LLVMdev] VMKit assertion failure
On 7 Apr 2010, at 21:36, nicolas geoffray wrote:
> Hmm, I am not getting that error message on my MacOS 10.5 machine
> with that same gcc. Could you run j3 in gdb and get me a backtrace?
Sure:
(gdb) bt
#0 0x950be44e in __semwait_signal ()
#1 0x950e93e6 in _pthread_cond_wait ()
#2 0x950e8dcd in pthread_cond_wait$UNIX2003 ()
#3 0x000be2d2 in mvm::Cond::wait (this=0x20527c4,
2010 Apr 10
0
[LLVMdev] VMKit assertion failure
...rbose_terminate_handler ()
> #5 0x955e910c in __gxx_personality_v0 ()
> #6 0x955e914b in std::terminate ()
> #7 0x955e9261 in __cxa_throw ()
> #8 0x000130ae in j3::JavaThread::throwException (this=0x20000000,
> obj=0x1bcfc00) at JavaThread.cpp:73
> #9 0x0002352b in j3::Class::initialiseClass (this=0x20e5c60, vm=0x20525a8)
> at Jnjvm.cpp:249
> #10 0x000242e5 in j3::Jnjvm::loadBootstrap (this=0x20525a8) at
> Jnjvm.cpp:1134
> #11 0x000243f1 in j3::Jnjvm::mainJavaStart (thread=0x20000000) at
> Jnjvm.cpp:1246
> #12 0x000bea10 in mvm::Thread::internalThreadStart (th=0x20000...
2011 Aug 24
2
[LLVMdev] VMKit build error
...ethod 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
> ; 0x5cfa1e (0x1100fed60) in _ZN3mvm6Thread19internalThreadStartEPS0_
> 0 vmjc 0x0000000000e9c44f
> 1 vmjc 0x00000000...