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]

Exceptions in multi-threaded aplication on AIX4.3 / g++ 2.95.2



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




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