Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Mon, 10 Sep 2001 23:58:12 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: found possible suspect for characters out of order bug Message-ID: <20010910235812.B26655@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i On Tue, Sep 11, 2001 at 12:43:58PM +1000, Robert Collins wrote: >int >fhandler_console::read (void *pv, size_t buflen) > >there is code that look like it handles being called as a signal >handler. I _think_ that this is what I was looking at. Sorry, no. This is just the read method for the console. It does detect if a signal has been hit and reacts appropriately, though. cgf