[Bug libstdc++/17664] Crash in std::map when using _GLIBCXX_DEBUG with multithreading

bkoz at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 2 23:45:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list