search for: loadclassfromasciiz

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

2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 6:56 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote: > Hi Minas, > > I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead > of printing an error message, j3 just segfaults in > "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" > Could you please run it under gdb like $ gdb --args ./j3 HelloWorld and print here backtrace at fall? > I ran llcj under strace and found that it is not even opening the input or > output files, but is otherwise running normally. Let's make things...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
Hi Minas, I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead of printing 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 wher...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...CMmap2). Nicolas On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > Hi Minas, > > I tried recompiling Classpath with -fno-omit-frame-pointer, and now, > instead of printing 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 d...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...e, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > >> Hi Minas, >> >> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >> instead of printing 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...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: >> >>> Hi Minas, >>> >>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>> instead of printing 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 >&...
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
...gmail.com >>> > wrote: >>> >>>> Hi Minas, >>>> >>>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>>> instead of printing 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) did...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...>> >>>>>> Hi Minas, >>>>>> >>>>>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>>>>> instead of printing 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. >>>>>> >>>>...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...> wrote: >>>> >>>>> Hi Minas, >>>>> >>>>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>>>> instead of printing 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 (...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...;>>>> Hi Minas, >>>>>>> >>>>>>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>>>>>> instead of printing 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. >>>>>>&...
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 $