[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#216466: Repeat of BEA JVM test case for #216466



Matt Taggart <taggart@debian.org> writes:

> I have an ia64 unstable system running the experimental glibc
> 2.3.2.ds1-5. I downloaded the BEA JVM installer mentioned previously
> in this thread. Here's what I get when I try to run it,
>
> root@brak:~# ./jrockit-8.1sp1-j2se1.4.1-linux64.bin 
> Extracting 0%.......................................................
> ............................................100%
> ** Error during execution, error code = 11.
>
> if I run it with strace I get the same thing and in the strace
> output
>
> --- SIGCHLD (Child exited) @ 2000000000093651 (ba4) ---
> write(2, "** Error during execution, error"..., 44) = 44
>
> So to catch the child's strace info I added -f. This causes it to
> write
>
> root@brak:~# strace -f -o /tmp/strace
> ./jrockit-8.1sp1-j2se1.4.1-linux64.bin 
> Extracting 0%.......................................................
> ............................................100%
>
> and then hang. I can see that it unpacks some stuff in /tmp and
> fires up a process called "java" which I'd guess is a jvm. The last
> thing in the strace output is,

AFAIK JRockit doesn't work with NPTL on IA32.  I wouldn't be surprised
if the IA64 version had similar problems.  So you probably should
report the problem to BEA

I don't how the new debs look but you might have some success by
setting LD_ASSUME_KERNEL to 2.2.5 or 2.4.1.  This should enable the
use of LinuxThreads without (2.2.5) or with (2.4.1) floating stacks
instead of NPTL.


        Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux/java2-status/



Reply to: