Re: signal is not delivered to the handler

2006-03-22 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Wed, 22 Mar 2006, D.Pageau wrote: > > I'll look into fixing this in the next release of cygwin. > > > > cgf > > Is it possible to notify me when fix will be commited to CVS i'll build > cygwin1.dll from source. Just monitor the cygwin-cvs list:

Re: signal is not delivered to the handler

2006-03-22 Thread D.Pageau
Is it possible to notify me when fix will be commited to CVS i'll build cygwin1.dll from source. Thanks I'll look into fixing this in the next release of cygwin. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: signal is not delivered to the handler

2006-03-21 Thread Christopher Faylor
On Tue, Mar 21, 2006 at 10:06:12PM -0500, D.Pageau wrote: >> If you have a simple test case which illustrates the problem, we'll >> certainly investigate. Otherwise, I doubt that anyone is going to debug >> lzrz for you. > >I was wrong, signal is delivred to handler but read() does not exit with >

Re: signal is not delivered to the handler

2006-03-21 Thread D.Pageau
> If you have a simple test case which illustrates the problem, we'll > certainly investigate. Otherwise, I doubt that anyone is going to debug > lzrz for you. I was wrong, signal is delivred to handler but read() does not exit with EINTR on SIGALRM like Linux and FreeBSD does. Did I miss someth

Re: signal is not delivered to the handler

2006-03-20 Thread Christopher Faylor
On Sun, Mar 19, 2006 at 09:28:43PM -0500, D.Pageau wrote: >I have an issue with lrzsz-0.12.20.tar.gz compiled on cygwin 1.5.19-4 >where lrx never timeout when xmodem error occured (hangs forever). > >It look related to what Michael as reported. I have compiled test.c >from Michael: Same result wh

Re: signal is not delivered to the handler

2006-03-19 Thread D.Pageau
I have an issue with lrzsz-0.12.20.tar.gz compiled on cygwin 1.5.19-4 where lrx never timeout when xmodem error occured (hangs forever). It look related to what Michael as reported. I have compiled test.c from Michael: Same result where second signal is not delivered. So I have checkout cygwin

Re: signal is not delivered to the handler

2006-02-05 Thread Christopher Faylor
On Mon, Feb 06, 2006 at 02:34:15AM +, Michael Tang wrote: >I ran into a problem with the latest cygwin1.dll (1.5.19-cr-0x5ef): > 1. the main thread creates a udp socket and set up a sigal handler for >SIGALRM > 2. the main thread creates a new thread T > 3. the main thread calls "recvfrom" on

signal is not delivered to the handler

2006-02-05 Thread Michael Tang
I ran into a problem with the latest cygwin1.dll (1.5.19-cr-0x5ef): 1. the main thread creates a udp socket and set up a sigal handler for SIGALRM 2. the main thread creates a new thread T 3. the main thread calls "recvfrom" on the udp socket" and block there 4. thread T waits 2 second and s