search for: isinitializing

Displaying 20 results from an estimated 36 matches for "isinitializing".

Did you mean: initializing
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 Debug and in Release versions. (and its 32 b...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
...gmail.com> Thanks Nicolas, that worked great! Now, I'm having trouble invoking the compiler properly: $ llcj Hello.class -o=Hello.ll $ cat Hello.ll cat: Hello.ll: No such file or directory $ 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 $ java Hello hello, world! "Hello" is a completely banal "hello world!" program. Joshua On Mon, Jul 19, 2010 at 9:44 AM, nicolas geoff...
2012 Jun 27
0
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
Committed in r159281. -Anshu On 6/26/2012 3:04 AM, Ivan Llopard wrote: > Hi Anshu, > > I don't have commit access. It applies correctly on trunk, I've just > checked it. Could you please commit it? > > Ivan > > On 26/06/2012 04:44, adasgupt at codeaurora.org wrote: >> Hi Ivan, >> >> Sorry, I should have been more explicit in my last email. The
2009 Nov 20
2
[LLVMdev] VMKIT problem
...tent to use VMKIT to convert java byte codes to LLVM IR I have installed VMKIT 0.26, on running jnjvm (as ./jnjvm Hello.class) in Release/bin I get the same error irrespective of class content : jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class when allocating."' failed. Aborted Am I doing something wrong?Any help regading how to use the VMKIT tools to convert Java bytecodes to LLVM IR will be helpful Thanks, -Nataraj.
2012 Jun 26
4
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
Hi Anshu, I don't have commit access. It applies correctly on trunk, I've just checked it. Could you please commit it? Ivan On 26/06/2012 04:44, adasgupt at codeaurora.org wrote: > Hi Ivan, > > Sorry, I should have been more explicit in my last email. The patch looks > good to me. Please check that it applies on trunk and go ahead and commit. > > Thanks > -Anshu
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...gt; > Thanks, > Joshua > > > On Mon, Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote: > >> 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,...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...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, > > $ 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 Debug and...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...;> >> >> On Mon, Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote: >> >>> 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...
2009 Nov 20
3
[LLVMdev] VMKIT problem
...gt; >> I have installed VMKIT 0.26, on running jnjvm (as ./jnjvm >> Hello.class) in Release/bin I get the same error irrespective of class >> content : >> >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() >> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >> class when allocating."' failed. >> Aborted >> >> Am I doing something wrong?Any help regading how to use the VMKIT >> tools to convert Java bytecodes to LLV...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...gt; On Mon, Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote: >>> >>>> 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 sho...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...yte codes to LLVM IR > > I have installed VMKIT 0.26, on running jnjvm (as ./jnjvm > Hello.class) in Release/bin I get the same error irrespective of class > content : > > jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* > jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() > || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized > class when allocating."' failed. > Aborted > > Am I doing something wrong?Any help regading how to use the VMKIT > tools to convert Java bytecodes to LLVM IR will be helpful &g...
2010 Jul 19
3
[LLVMdev] Building VMKit
Sure: I'm on 64-bit Ubuntu Linux 10.04 with gcc 4.4.3. I followed the instructions on http://vmkit.llvm.org/get_started.html, as near as I can tell. I configured llvm with the default configuration: ./configure I configured vmkit with: ./configure --with-llvmsrc=/home/jowarner/code/llvm/ --with-llvmobj=/home/jowarner/code/llvm/ --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip
2012 Jun 28
3
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
I missed last 2 commits made by Alexey. Following his advices, I updated the patch. It should be ok now. Ivan On 27/06/2012 21:42, Anshuman Dasgupta wrote: > Committed in r159281. > > -Anshu > > > On 6/26/2012 3:04 AM, Ivan Llopard wrote: >> Hi Anshu, >> >> I don't have commit access. It applies correctly on trunk, I've just >> checked it.
2010 Jun 07
0
No subject
When I load the codec as an Audio Codec the call to AudioCodecInitialize appears to work but if I then get the IsInitialized property that says it is not initialized - so looks like that is my problem, and ties up with the crash in vorbis_synthesis_start(). Looks like vorbis_synthesis_init() has not been called, perhaps. There's sample code out there that suggests people have got this
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
.../path/to/code/vmkit2/mmtk/java/classes [jar] Building jar: /path/to/code/vmkit2/mmtk/java/mmtk-vmkit.jar BUILD SUCCESSFUL Total time: 0 seconds [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar' vmjc: JavaClass.cpp:496: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): Assertion `(this->isInitializing() || classLoader->getCompiler()->isStaticCompiling() || this == classLoader->bootstrapLoader->upcalls->newClass) && "Uninitialized class when allocating."' failed. 0 vmjc 0x0000000000fa5415 llvm::sys::PrintStackTrace(_IO_FILE*) + 37 1 vmjc...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...nas Abrahamyan <minas.subs at gmail.com >>>> > wrote: >>>> >>>>> 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 i...
2009 Nov 20
2
[LLVMdev] VMKIT problem
...ng jnjvm (as ./jnjvm >> >> Hello.class) in Release/bin I get the same error irrespective of class >> >> content : >> >> >> >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* >> >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() >> >> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >> >> class when allocating."' failed. >> >> Aborted >> >> >> >> Am I doing something wrong?Any help regading how to use the VMK...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...VMKIT 0.26, on running jnjvm (as ./jnjvm > >> Hello.class) in Release/bin I get the same error irrespective of class > >> content : > >> > >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* > >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() > >> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized > >> class when allocating."' failed. > >> Aborted > >> > >> Am I doing something wrong?Any help regading how to use the VMKIT > >> to...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...e: >>>>>> >>>>>>> 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 >>>>>>&gt...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...>>>> minas.subs at gmail.com> wrote: >>>>> >>>>>> 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 >>>>>> >>>>&g...