--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-04-01
04:52 ---
Subject: Re: [3.3/3.4/4.0 Regression] problem mixing C++ exceptions and
setjmp/longjmp with SJLJ exceptions
Yes, indeed. John Eaton sends apologies.
Paul T
--
http://gcc.gnu.org/bugzilla/show_bug
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-31 22:18
---
Apparently fixed in the original source.
--
What|Removed |Added
Status|NEW
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-27
06:23 ---
(In reply to comment #5)
> (In reply to comment #0)
> John Eaton's last word on the subject:
__
Here is a fix for the Ctrl-C crashes Octave on Cyg
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-27
06:19 ---
(In reply to comment #0)
Recent correspondence between John Eaton and me.
__
On 25-Mar-2005, Paul Thomas paulthomas2 at wanadoo dot fr wrote:
| Wel
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-25
05:27 ---
Subject: Re: [3.3/3.4/4.0 Regression] problem mixing C++ exceptions and
setjmp/longjmp with SJLJ exceptions
Thanks for the quick response. I am consulting with the reporter to what he
wants to do.
Paul
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-24 22:34
---
Sorry, but this test case is never going to work -- with either sjlj exceptions
or unwind exceptions. By longjmp-ing from the middle of a catch clause, you've
left the c++ library with live exceptions hanging a
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-24
18:47 ---
RTH, do you have any insight as to what might be going wrong here?
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-12
18:00 ---
Confirmed, this is happens on all target which use setjmp/longjmp exceptions.
I forget if any of the
primary/secondary targets still use sjlj exceptions but this is a regression
from 2.95.3.
--