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: Tue, 11 Sep 2001 22:05:14 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: make.exe stackdump from "make -j2" with current CVS source Message-ID: <20010911220514.D1141@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com 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> <20010912002336 DOT 20732 DOT qmail AT lizard DOT curl DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010912002336.20732.qmail@lizard.curl.com> User-Agent: Mutt/1.3.21i On Tue, Sep 11, 2001 at 08:23:36PM -0400, Jonathan Kamens wrote: >> 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? That's correct you would set CYGWIN=error_start:c:/whatever/gdbnw.bat and that should start gdb. If it doesn't I mentioned a method for debugging this in the "Quick testfeedback" thread. cgf