This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17664] Crash in std::map when using _GLIBCXX_DEBUG with multithreading
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2004 23:45:20 -0000
- Subject: [Bug libstdc++/17664] Crash in std::map when using _GLIBCXX_DEBUG with multithreading
- References: <20040924220544.17664.lothar@xcerla.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bkoz at gcc dot gnu dot org 2004-11-02 23:45 -------
Compiled like so, after setting LD_LIBRARY_PATH to ACE libs:
g++ -g -O2 -pthread -I$bld/H-x86-ACE/include -L$bld/H-x86-ACE/lib -lACE 17664.cc
As suspected, only the safe_iterator bits in the original patch needed to go in.
However, this did fix this stuff up. I'm checking into head, will fix for 3.4.4.
-benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17664