Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 26 Oct 2000 18:52:30 -1000 (HST) From: Jimen Ching To: cygwin AT sourceware DOT cygnus DOT com Subject: [patch] ambiguous else Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi all, Can someone verify that the following patch is needed. Also, in exceptions.cc, there is a comment in interrupt_setup which says it is not multi-thread aware. I am running into a strange problem where I see an error about "couldn't send signal 14" and "wait for sig_complete event failed, ..." Are these related? Can someone give me some hints as to where to start looking if I want to know why these messages are showing up? Thanks. --jc -------------------------------------------------------------------- diff -u -r1.51 sigproc.cc --- sigproc.cc 2000/10/23 20:50:36 1.51 +++ sigproc.cc 2000/10/26 03:47:13 @@ -1121,10 +1121,12 @@ * this thread should terminate. */ if (rc == WAIT_TIMEOUT) + { if (!sig_loop_wait) break; // Exiting else continue; + } if (rc == WAIT_FAILED) { -- Jimen Ching (WH6BRR) jching AT flex DOT com wh6brr AT uhm DOT ampr DOT org -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com