From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastiaan Bakker To: egcs@cygnus.com Subject: Exception Handling is thread safe? Date: Thu, 19 Mar 1998 12:55:00 -0000 Message-id: <3510EFB5.1F9DA6D@Harbinger.nl> X-SW-Source: 1998-03/msg00647.html Hi , On the OmniORB project pages I read that egcs' exception handling is not thread safe but that it can be fixed with a patch from Teemu Torma. Now that egcs 1.02 is released I wonder whether this patch has been incorporated. If not, how do I make egcs thread safe? Can I still apply the same patch. Should I use g++ 2.8.1 for multi threading code instead, or does it have the same problems? Thanks in advance for any info on this subject, Bastiaan Bakker PS. Could the egcs project page maintainer please add a few lines about this subject to the caveats page, I guess I'm not the only one interested to know about egcs' thread safety.