This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Exceptions in multi-threaded aplication on AIX4.3 / g++ 2.95.2
- To: gcc at gcc dot gnu dot org
- Subject: Exceptions in multi-threaded aplication on AIX4.3 / g++ 2.95.2
- From: vmarquion at amadeus dot net
- Date: Mon, 30 Oct 2000 18:05:11 +0100
Hi
I 'm currently porting a multi-threaded application which use exceptions on
AIX4.3 platform with g++2.95.2 and I'm experiencing random crashes (it happens
only on this platform). I was told in another news-group that exceptions and
threads
do not mix at well on AIX4.3 with g++2.95.2. As a matter of fact recompiling my
application with the flag -fno-exceptions solved the problem ...except I can
not
use exceptions anymore :(
Could anyone tell if g++2.95.2 on AIX 4.3 platform supports exceptions within
multi-threaded application.
Thank you for any help
Best Regards
Veronique