vame jit coredumps on QNX?

I am porting a large & healthy java app onto qnx. When I run it without the jit all is
good. If I run it with the -jit option the vm coredumps with the following error (tx to gdb)

Program received signal SIGSEGV, Segmentation fault.
[Switching to process 136377136]
0xb83e1018 in ?? () from /opt/vame1.4/ive/bin/libj9jit14.so

I am using vame1.4 and have tested the .jar on NT without any problems.

thoughts? questions? comments? help?

Chris Goebel
cgoebel@tridium.com
804-474-5677

fyi, I also posted the problem on the “ibm.software.vame” group located on the “news.software.ibm.com” server, the solution
was to increase the size of the code cache. (the default on NT is 8, the default on QNX is 1)

there is a discussion thread there with some other tips & info

-chris


Chris Goebel wrote:

I am porting a large & healthy java app onto qnx. When I run it without the jit all is
good. If I run it with the -jit option the vm coredumps with the following error (tx to gdb)

Program received signal SIGSEGV, Segmentation fault.
[Switching to process 136377136]
0xb83e1018 in ?? () from /opt/vame1.4/ive/bin/libj9jit14.so

I am using vame1.4 and have tested the .jar on NT without any problems.

thoughts? questions? comments? help?

Chris Goebel
cgoebel@tridium.com
804-474-5677