From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9151 invoked by alias); 28 Sep 2005 17:16:28 -0000 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 Received: (qmail 9086 invoked by alias); 28 Sep 2005 17:16:11 -0000 Date: Wed, 28 Sep 2005 17:16:00 -0000 Message-ID: <20050928171611.9085.qmail@sourceware.org> From: "Woebbeking at web dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050705135434.22309.jakub@redhat.com> References: <20050705135434.22309.jakub@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/22309] mt allocator doesn't pthread_key_delete its keys X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg03515.txt.bz2 List-Id: ------- Additional Comments From Woebbeking at web dot de 2005-09-28 17:16 ------- Subject: Re: mt allocator doesn't pthread_key_delete its keys On Tuesday 27 September 2005 16:43, jakub at gcc dot gnu dot org wrote: > If you are compiling with -fvisibility*, > then the problem is PR libstdc++/22482, not this one. I compile with -fvisibility=hidden -fvisibility-inlines-hidden, but I get no linker errors. And as noted export GLIBCXX_FORCE_NEW=1 prevents the crash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22309