Subject: Re: 4.99.36 very unstable for me(tm)
To: None <current-users@NetBSD.org>
From: ISHII Kimio <ishii@cool.email.ne.jp>
List: current-users
Date: 12/09/2007 05:42:38
From: Andrew Doran <ad@netbsd.org>

> > - Job control signals sent from a tty don't work correctly.
> The last item was fixed yesterday.

still not yet completely fixed on 4.99.41.

how to reproduce:
zsh% emacs -nw

C-z (suspend) on emacs

zsh% less 3RDPARTY
zsh: 540 suspended (tty output)  less 3RDPARTY
zsh% jobs                                                                  [~]
[1]  - suspended  emacs -nw
[2]  + suspended (tty output)  less 3RDPARTY
zsh% cat > hoge                                                            [~]
zsh: 475 suspended (tty output)  cat > hoge
zsh%

cheers.