Subject: Re: kern/31848: signal problem in linux compatibility
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: netbsd-bugs
Date: 10/18/2005 21:14:02
The following reply was made to PR kern/31848; it has been noted by GNATS.
From: Mark Davies <mark@mcs.vuw.ac.nz>
To: Christos Zoulas <christos@zoulas.com>
Cc: gnats-bugs@netbsd.org, kern-bug-people@netbsd.org,
netbsd-bugs@netbsd.org
Subject: Re: kern/31848: signal problem in linux compatibility
Date: Wed, 19 Oct 2005 10:13:31 +1300
On Wednesday 19 October 2005 01:50, Christos Zoulas wrote:
> Can you try running the whole thing with a bash compiled for NetBSD?
> Does that bash work when forking jobs in the foreground/background
> and waiting for them?
I changed /emul/linux/bin/sh from:
lrwxr-xr-x 1 root wheel 4 Nov 9 2004 /emul/linux/bin/sh -> bash
to:
lrwxr-xr-x 1 root wheel 17 Oct 19 09:57 /emul/linux/bin/sh
-> /usr/pkg/bin/bash
to get a native bash, and the problem persists. trace is in
http://www.mcs.vuw.ac.nz/~mark/ktrace-nativebash.out.gz
cheers
mark