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 Date: Wed, 11 Dec 2002 17:02:30 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: crashing in select Message-ID: <20021211170230.V7796@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin 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.22.1i On Wed, Dec 11, 2002 at 08:25:34AM -0600, Madsen, Mark wrote: > Any thoughts or comments on this? Unfortunately, I can't get cygwin to > generate > a core file in this case either. Two possible ways. Try debugging using gdb. Add 'error_start=C:/gdb.cmd' to the env var $CYGWIN. C:/gdb.cmd looks like this: C:/cygwin/bin/gdb -nw %1 %2 Note that this implies having your own debug build of Cygwin. Otherwise create a *simple* testcase (in C) which allows to reproduce the problem easily and send it to this list. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/