Re: c++/10840: any way to catch a segmentation fault error?
Andrew Pinski <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR c++/10840; it has been noted by GNATS. From: Andrew Pinski <[email protected]> To: [email protected] Cc: Andrew Pinski <[email protected]>, [email protected], "Gcc-Bugs@Gcc. Gnu. Org" <[email protected]> Subject: Re: c++/10840: any way to catch a segmentation fault error? Date: Sat, 17 May 2003 22:02:31 -0400 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.