Subject: Re: kern/31848: signal problem in linux compatibility
To: Christos Zoulas <christos@zoulas.com>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: netbsd-bugs
Date: 10/19/2005 10:13:31
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