On Wed, Dec 11, 2002 at 08:25:34AM -0600, Madsen, Mark wrote: > Any thoughts or comments on this? Unfortunately, I can't get cygwin to > generate > a core file in this case either.
Two possible ways. Try debugging using gdb. Add 'error_start=C:/gdb.cmd' to the env var $CYGWIN. C:/gdb.cmd looks like this: C:/cygwin/bin/gdb -nw %1 %2 Note that this implies having your own debug build of Cygwin. Otherwise create a *simple* testcase (in C) which allows to reproduce the problem easily and send it to this list. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- 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/