[LLVMdev] Fwd: Building VMKit

Minas Abrahamyan minas.subs at gmail.com
Tue Jul 20 11:28:58 PDT 2010


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 clear (to me):
Have 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




More information about the llvm-dev mailing list