X-Spam-Check-By: sourceware.org Message-ID: <441E135B.8020900@infodev.ca> Date: Sun, 19 Mar 2006 21:28:43 -0500 From: "D.Pageau" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: signal is not delivered to the handler References: <20060206050928 DOT GA15260 AT trixie DOT casa DOT cgf DOT cx> In-Reply-To: <20060206050928.GA15260@trixie.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 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 -- 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/