Re: cyggfortran-3.dll broken ?

2011-03-23 Thread Don Ward
marco atzeri wrote: Sent: Wednesday, March 23, 2011 12:36 PM Subject: Re: cyggfortran-3.dll broken ? [snip...] So I caused myself the problem as I added all those functions to cygwin But they were just in time to save me having to abandon my primary application on Cygwin. Thank you.

Re: gcc4: throwing exception from signal handler

2010-07-08 Thread Don Ward
Dave Korn wrote: On 08/07/2010 14:01, Don Ward wrote: I would like to be able to catch certain signals (SIGSEGV and SIGSYS) and throw a C++ exception (to be caught in a try/catch construct). As a simple example: Am I misunderstanding how this should work or doing something wrong? Or is

Re: gcc4: throwing exception from signal handler

2010-07-08 Thread Don Ward
Václav Haismam wrote: On Thu, 8 Jul 2010 09:01:41 -0400, "Don Ward" wrote: I would like to be able to catch certain signals (SIGSEGV and SIGSYS) and throw a C++ exception (to be caught in a try/catch construct). As a simple example: [...] Am I misunderstanding how this should wor

gcc4: throwing exception from signal handler

2010-07-08 Thread Don Ward
I would like to be able to catch certain signals (SIGSEGV and SIGSYS) and throw a C++ exception (to be caught in a try/catch construct). As a simple example: #include #include #include #include void throw_signal( int signum ) { // fprintf(stderr,"throw_signal: before throw; signum=%d\n",