Oh, well, I thought that needed to be a 10000 lines program. :-)
Anyway, indeed gdb does pop up for the sample program but doesn't so for the "real" crashes. Bad luck.
Regards,
Kiyo

Christopher Faylor wrote:
On Fri, Jul 28, 2006 at 08:35:15PM +1000, Kiyo Kelvin Lee wrote:
I am quite sure I am doing that correctly.
I have checked all cygwin processes using System Explorer (from System Internals) and they all are having the suggested CYGWIN setting.
BTW, is there any way to test if the setting is really effectively?
Say, is there any intentionally broken program which would activate the setting?

Write a program which SEGVs, something like:

int
main (int argc, char **argv)
{
  int *i = (int *) 0;
  *i = 27;
}

cgf



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to