Subject: Re: Linux emul problems
To: None <port-amd64@netbsd.org>
From: Arto Huusko <arto.huusko@pp2.inet.fi>
List: port-amd64
Date: 10/19/2007 16:44:22
On Fri, 19 Oct 2007, Arto Huusko wrote:

> The second problem so far is with java. 64-bit 1.5.0_12 and 1.6.0_02 core dump
> immediately

And so do many other things:

$ /emul/linux/bin/sh
sh-3.00$ ls
Segmentation fault (core dumped)
sh-3.00$ sleep 1
Segmentation fault (core dumped)
sh-3.00$ echo *
cit jdk1.5.0_12 jdk1.6.0_02 ls.core music sleep.core work
sh-3.00$ touch /tmp/foo
Segmentation fault (core dumped)

But on the other hand, with 32 bit binaries:

$ /emul/linux32/bin/sh
$ ls
jdk1.5.0_12  jdk1.6.0_02  ls.core  sleep.core  work
$ sleep 1
$ touch /tmp/foo
$ ls /tmp/foo
/tmp/foo