X-Spam-Check-By: sourceware.org Date: Mon, 20 Mar 2006 08:56:44 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: signal is not delivered to the handler Message-ID: <20060320135644.GD24528@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20060206050928 DOT GA15260 AT trixie DOT casa DOT cgf DOT cx> <441E135B DOT 8020900 AT infodev DOT ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <441E135B.8020900@infodev.ca> User-Agent: Mutt/1.5.11 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 where second signal is not delivered. So I >have checkout cygwin from cvs and build cygwin1.dll 1.5.20(0.155/4/2) >wich solved Michael issue but infortunatly lrzsz still hangs. > >It look like read() should exit on SIGALRM but it's not the case. > >zreadline.c >(...) > > signal(SIGALRM, zreadline_alarm_handler); > alarm(n); >} >else if (Verbose > 5) > vstringf("Calling read: Readnum=%d ",readline_readnum); > >readline_ptr=readline_buffer; >readline_left=read(readline_fd, readline_ptr, readline_readnum); > >(...) > >lrzsz available here: > >http://www.ohse.de/uwe/software/lrzsz.html 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. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/