Re: Cannot get Cygwin to produce a core dump

2007-03-09 Thread Brian Dessent
Craig Johansen wrote: > Method 1 > > Running ./a.exe results in the following error: > > 6 [main] a 5132 _cygtls::handle_exceptions: Error while dumping state > (probably corrupted stack) > Segmentation fault (core dumped) > > But there is not core file in my directory That is not expected to

Cannot get Cygwin to produce a core dump

2007-03-09 Thread Craig Johansen
I am a newbie and have installed Cygwin on a Windows XP machine using the default settings. I have compiled a faulty program called a.exe using the command gcc -Wall -g null.c I would like a core dump to be produced when the program fails. I have tried 3 methods (advice from these threads) so fa