Displaying 2 results from an estimated 2 matches for "_jv_jnienv".
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
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)