search for: 108831

Displaying 11 results from an estimated 11 matches for "108831".

Did you mean: 108031
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...rinting an error message, j3 just segfaults in "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" I ran llcj under strace and found that it is not even opening the input or output files, but is otherwise running normally. Updating to the latest SVN version (revision 108831) didn't change anything (I was only a few days out of date). I'm not sure where to go from here. Does this fit with any of the known problems under 64-bit linux? Thanks, Joshua On Mon, Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote: > Hi Joshua, >...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...ave you pass these steps: http://vmkit.llvm.org/use_aot.html - Java Ahead of Time (AOT) Compilation ? If yes, how is it finished process of making glibj.zip into native code? I didn't pass it on my 64-bit machine. Interesting if you get there > Updating to the latest SVN version (revision 108831) didn't change anything > (I was only a few days out of date). > > I'm not sure where to go from here.  Does this fit with any of the known > problems under 64-bit linux? Not know yet :) > > Thanks, > Joshua Thanks, Minas
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...just segfaults in > "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" > > I ran llcj under strace and found that it is not even opening the input or > output files, but is otherwise running normally. > > Updating to the latest SVN version (revision 108831) didn't change anything > (I was only a few days out of date). > > I'm not sure where to go from here. Does this fit with any of the known > problems under 64-bit linux? > > Thanks, > Joshua > > > On Mon, Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.sub...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...gt; "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" >> >> I ran llcj under strace and found that it is not even opening the input or >> output files, but is otherwise running normally. >> >> Updating to the latest SVN version (revision 108831) didn't change >> anything (I was only a few days out of date). >> >> I'm not sure where to go from here. Does this fit with any of the known >> problems under 64-bit linux? >> >> Thanks, >> Joshua >> >> >> On Mon, Jul 19, 2010 at...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...lassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" >>> >>> I ran llcj under strace and found that it is not even opening the input >>> or output files, but is otherwise running normally. >>> >>> Updating to the latest SVN version (revision 108831) didn't change >>> anything (I was only a few days out of date). >>> >>> I'm not sure where to go from here. Does this fit with any of the known >>> problems under 64-bit linux? >>> >>> Thanks, >>> Joshua >>> >>&...
2010 Jul 19
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua, > $ j3 Hello > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): > Assertion `(this->isInitializing() || > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class > when allocating."' failed. > Aborted Regarding to j3 in 64 bit version, it should work now after we've found crush reason, both in
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...sFromAsciiz(char const*, bool, bool) ()" >>>> >>>> I ran llcj under strace and found that it is not even opening the input >>>> or output files, but is otherwise running normally. >>>> >>>> Updating to the latest SVN version (revision 108831) didn't change >>>> anything (I was only a few days out of date). >>>> >>>> I'm not sure where to go from here. Does this fit with any of the known >>>> problems under 64-bit linux? >>>> >>>> Thanks, >>>> J...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...quot; >>>>>> >>>>>> I ran llcj under strace and found that it is not even opening the >>>>>> input or output files, but is otherwise running normally. >>>>>> >>>>>> Updating to the latest SVN version (revision 108831) didn't change >>>>>> anything (I was only a few days out of date). >>>>>> >>>>>> I'm not sure where to go from here. Does this fit with any of the >>>>>> known problems under 64-bit linux? >>>>>> &gt...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...st*, bool, bool) ()" >>>>> >>>>> I ran llcj under strace and found that it is not even opening the input >>>>> or output files, but is otherwise running normally. >>>>> >>>>> Updating to the latest SVN version (revision 108831) didn't change >>>>> anything (I was only a few days out of date). >>>>> >>>>> I'm not sure where to go from here. Does this fit with any of the >>>>> known problems under 64-bit linux? >>>>> >>>>> Th...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...t;>>> >>>>>>> I ran llcj under strace and found that it is not even opening the >>>>>>> input or output files, but is otherwise running normally. >>>>>>> >>>>>>> Updating to the latest SVN version (revision 108831) didn't change >>>>>>> anything (I was only a few days out of date). >>>>>>> >>>>>>> I'm not sure where to go from here. Does this fit with any of the >>>>>>> known problems under 64-bit linux? >>>...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
Forgot to send to the mailing list... ---------- Forwarded message ---------- From: Joshua Warner <joshuawarner32 at gmail.com> Date: Mon, Jul 19, 2010 at 10:19 AM Subject: Re: [LLVMdev] Building VMKit To: nicolas geoffray <nicolas.geoffray at gmail.com> Thanks Nicolas, that worked great! Now, I'm having trouble invoking the compiler properly: $ llcj Hello.class -o=Hello.ll $