RE: 1.5.11: resuming a suspended sleep results in undelivered signal 19

2004-09-19 Thread Bogdan Vacaliuc
> It is actually more likely a tie in with: > > http://sources.redhat.com/ml/cygwin/2004-09/msg00315.html Yah! Light years away... :) > This problem should be fixed in the latest snapshot. Indeed, it is. Many thanks! -bogdan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: 1.5.11: resuming a suspended sleep results in undelivered signal 19

2004-09-19 Thread Christopher Faylor
On Mon, Sep 20, 2004 at 12:13:12AM -0400, Bogdan Vacaliuc wrote: >A suspended sleep call is resumed, but does not exit at the expiration time. > >Possible tie-in with this thread: >http://sources.redhat.com/ml/cygwin/2004-09/msg00818.html It is actually more likely a tie in with: http://sources.r

1.5.11: resuming a suspended sleep results in undelivered signal 19

2004-09-19 Thread Bogdan Vacaliuc
Greetings, Pierre Humblet discovered this and since I had a trace of it, encouraged me to post it. A suspended sleep call is resumed, but does not exit at the expiration time. $ sleep 20 ^Z [1]+ Stopped sleep 20 $ fg sleep 20 ...forever... In a separate shell, the sleep is str