GCC untrackable crashes

Mumit Khan khan@NanoTech.Wisc.EDU
Wed Feb 21 22:57:00 GMT 2001


On Wed, 21 Feb 2001, Christopher Faylor wrote:

> Hmm.  As someone who uses the compiler and debugger on an almost daily basis
> I have to say that I have never seen this behavior on a program that was
> compiled with debugging info (-g).

Thanks to Kevin's post, here's the smallest buggy, but conforming C++,
testcase I can come up with:

  int
  main ()
  {
    char *foo = "";
    delete[] foo;
  } 

Regards,
Mumit



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list