This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/10840: any way to catch a segmentation fault error?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: snowboy at orgio dot net
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-gnats at gcc dot gnu dot org, "Gcc-Bugs at Gcc dot Gnu. Org" <gcc-bugs at gcc dot gnu dot org>
- Date: Sat, 17 May 2003 22:02:31 -0400
- Subject: Re: c++/10840: any way to catch a segmentation fault error?
No, this is a Microsoft extension, use signal(3) to catch seg faults.
Thanks,
Andrew Pinski
PS Can someone close this bug, as this extension is one which has
been discussed before and decided we do not want it.