[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-09-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-20 05:25 --- Subject: Bug 19265 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-20 05:24:50 Modified files: libstdc++-v3 :

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-09-12 Thread bkoz at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||22309 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-09-12 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-09-12 19:02 --- This should be solved with 22309. I'd like to consolidate the bug reports to 22309, and am closing this one. -- What|Removed |Added

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-09-12 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-09-12 19:03 --- *** This bug has been marked as a duplicate of 22309 *** -- What|Removed |Added

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-03-24 Thread mueller at kde dot org
-- What|Removed |Added CC||mueller at kde dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-03-24 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-03-24 13:16 --- (In reply to comment #9) I can confirm this (unfortunately, haha). hmm, --save-temps option produces totally diff. plugin and behaviuor :O this is really amazing. # make clean all OPT=-O rm -f dltest *.o

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-03-24 Thread pluto at pld-linux dot org
-- What|Removed |Added CC||pluto at pld-linux dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-02-02 Thread walter at djcvt dot net
--- Additional Comments From walter at djcvt dot net 2005-02-02 20:53 --- I can confirm this (unfortunately, haha). $ g++ --version g++ (GCC) 3.4.4 20041218 (prerelease) (Debian 3.4.3-6) $ g++ -v 21 | grep -- '--enable-libstdcxx-allocator=mt' Configured with: ../src/configure -v

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-20 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-20 13:18 --- You would have to tell me how should I configure gcc-3.4.3 makefiles to compile it with mt_allocator.cc. Unfortunately, that will not suffice, I'm afraid. In order to actually use the current mt_allocator

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-17 Thread l_heldt at poczta dot onet dot pl
--- Additional Comments From l_heldt at poczta dot onet dot pl 2005-01-17 14:12 --- I cannot check proposed changes because of compilation problems. I have changed makefiles in libstdc++/src directory but I am getting errors while linking: /remote/beta4/lukasz/gcc2/gcc/g++

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-11 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-01-11 23:00 --- Created an attachment (id=7930) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7930action=view) current mt_allocator include -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-11 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-01-11 23:01 --- Created an attachment (id=7931) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7931action=view) current mt_allocator source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-11 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-01-11 23:02 --- here. I'll make it really easy for you to check. I'm pretty sure this is fixed in the current code, but your analysis would be appreciated before we close this report. To move this newer version to the

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-05 15:39 --- Do you have a simple example, in a way this might be your bug as you dlclose before libstdc++ has finished its job. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-05 Thread l_heldt at poczta dot onet dot pl
--- Additional Comments From l_heldt at poczta dot onet dot pl 2005-01-05 15:54 --- I have used following scenario: 1. dlopen dynamic library 2. execute a method inside dynamic library which addes integer to vector 3. dlclose 4. try to exit cleanly Program crashes with SIGSEGV. --

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-05 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-05 16:26 --- We are talking about a 3.4.0 library non-standard configured, i.e., using --enable-libstdcxx-allocator=mt at build time, right? In 3.4.0 the new mt allocator was still very rough, and now, in mainline, many