Re: SIGTERM ignored before exec race

2013-02-10 Thread Chet Ramey
On 2/9/13 12:02 AM, Pádraig Brady wrote: > $ rpm -q kernel glibc bash > kernel-2.6.40.4-5.fc15.x86_64 > glibc-2.14.1-6.x86_64 > bash-4.2.10-4.fc15.x86_64 > > I notice the following will wait for 5 seconds for > the timeout process to end with SIGALRM, rather than > immediately due to kill sending

Re: random crashes when read interrupted by signal & clean up modifies terminal

2013-02-10 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/8/13 6:09 PM, Mike Frysinger wrote: > it does not crash, however the devel branch appears to be misbehaving, so i'm > not sure the test is valid > > with bash-4.2_p42, if i run: > read -t0.013 -n1 > it returns pretty quickly > > with the