This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers
- From: "Ulrich dot Beingesser at t-systems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Oct 2006 17:02:00 -0000
- Subject: [Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers
- References: <bug-29517-10077@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from Ulrich dot Beingesser at t-systems dot com 2006-10-19 17:02 -------
(In reply to comment #2)
> -lpthread
> I think that is your problem, you should be using -pthread instead.
> Can you try using -pthread instead of -lpthread?
Using -pthread instead of -lpthread shows the same results.
gcc was configured using (taken from g++ -v):
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: /tools/gnu/gcc/gcc-4.1.1/configure
--prefix=/newtools/OS_AIX53/gcc4.1.1 --enable-threads=posix
--enable-languages=c,c++
Thread model: aix
gcc version 4.1.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29517