This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: catch(...) and forced unwind


On Tue, 16 Dec 2003 18:44:17 -0500, Jason Merrill <jason@redhat.com> wrote:

> On Tue, 16 Dec 2003 15:30:24 -0500, Jason Merrill <jason@redhat.com> wrote:
>
>> Benjamin: Pending a resolution of these issues, I suggest that we work
>> around the problem by disabling cancellation in the iostream try blocks.
>> I'm playing with this now.
>
> Thus.  Unfortunately, pthread_setcancelstate doesn't seem to actually
> disable cancellation on my Fedora Core 1 laptop, so this doesn't actually
> help.  I'll try to test it on an RHEL box soon.

Well, it doesn't seem to work on an RHEL3 box either--nor does the
catch(...) block the cancellation exception.  Seems that there's some more
fundamental work still to be done.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]