Delivered-To: listarch-cygwin AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Christopher Faylor Message-ID: <19990204183033.B23313@cygnus.com> Date: Thu, 4 Feb 1999 18:30:33 -0500 To: Ian Collins , "Gnu-Win32 (E-mail)" Subject: Re: GDB and core files revisited again. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: ; from Ian Collins on Fri, Feb 05, 1999 at 11:00:34AM +1300 On Fri, Feb 05, 1999 at 11:00:34AM +1300, Ian Collins wrote: >NT4 SP4 B20.1 > >This has come up a number of times, but with no resolution. > >My app is core dumping. > >GDB cannot read the core. > >How do I ascertain where it core dumped or why? type file.exe.core Where 'file.exe' is the name of the file that died. The core files are just ASCII stack dumps. This has been mentioned countless times here. cgf