This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]