From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22547 invoked by alias); 19 Oct 2006 17:02:13 -0000 Received: (qmail 22514 invoked by uid 48); 19 Oct 2006 17:02:00 -0000 Date: Thu, 19 Oct 2006 17:02:00 -0000 Message-ID: <20061019170200.22513.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "Ulrich dot Beingesser at t-systems dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg01667.txt.bz2 List-Id: ------- 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