This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: GDB and core files revisited again.



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