This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cannot core dump


Hi!

Wednesday, 18 July, 2001 Tak Ota Takaaki.Ota@am.sony.com wrote:

TO> I am struggling to make core dump.  Please let someone know what I am
TO> doing wrong here.

TO> bash-2.05$ cat bug.c
TO> #include <stdio.h>

TO> int main(int argc, char **argv)
TO> {
TO>   char *x = 0;
TO>   *x = '0';
TO>   return 0;
TO> }
TO> bash-2.05$ gcc -o bug.exe bug.c
TO> bash-2.05$ ./bug.exe
TO>       0 [main] bug 1444 handle_exceptions: Error while dumping state (probably corrupted stack)

this message indicates that cygwin received yet another exception when handling
exception. can you run 'strace -o bug.strace ./bug.exe' and send me
bug.strace file via personal e-mail?

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]