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 21:08:54 -0400 From: Jason Tishler To: cygwin-developers AT cygwin DOT com Subject: Re: Quick testfeedback... Message-ID: <20010911210854.A1108@dothill.com> Mail-Followup-To: cygwin-developers AT cygwin DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010911204019.H1752@dothill.com> User-Agent: Mutt/1.3.18i On Tue, Sep 11, 2001 at 08:40:19PM -0400, Jason Tishler wrote: > On Wed, Sep 12, 2001 at 09:19:19AM +1000, Robert Collins wrote: > > If it was after the bugfix commit, I'd like to see if we can track this > > asap... > > I can reproduce it frequently but not every time. I will debug it first > thing tomorrow morning. FYI, it seems to occur right near the end of > the test and the test still passes. I'm also having cockpit error trying to use error_start. I have tried the following: binmode notty ntsec error_start:c:/debug.bat ^ * and binmode notty ntsec error_start=c:/debug.bat ^ * With debug.bat as follows: $ cat c:/debug.bat C:/Cygwin/bin/gdb.exe -nw %1 %2 %3 %4 %5 With the above, when broadcast GPFs, gdb is not started. Any idea what I'm doing wrong? Thanks, Jason