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: 11 Sep 2001 20:23:36 -0400 Message-ID: <20010912002336.20732.qmail@lizard.curl.com> From: Jonathan Kamens To: cygwin-developers AT cygwin DOT com CC: cygwin-developers AT cygwin DOT com In-reply-to: <20010911202130.A490@redhat.com> (message from Christopher Faylor on Tue, 11 Sep 2001 20:21:30 -0400) Subject: Re: make.exe stackdump from "make -j2" with current CVS source References: <20010912001650 DOT 20683 DOT qmail AT lizard DOT curl DOT com> <20010912001801 DOT 20694 DOT qmail AT lizard DOT curl DOT com> <20010911202130 DOT A490 AT redhat DOT com> > Date: Tue, 11 Sep 2001 20:21:30 -0400 > From: Christopher Faylor > > It might be useful to set error_start_init to run gdb so that you can > actively debug the process when it dies. This has also been discussed > here recently. All of my previous attempts to do this have failed for various reasons, but I'll try again because some of those reasons have been addressed. If I still can't get it to work, I'll send details here and perhaps somebody can help me over the humps. Here's the gdbnw.bat which I'm setting error_start to: C:\cygwin\bin\gdb.exe -nw %1 %2 Is this OK? jik