gcc 2.95.4 MT related crashes in basic_string class
Gabriel Dos Reis
gdr@integrable-solutions.net
Mon Feb 10 18:06:00 GMT 2003
Karel Gardas <kgardas@objectsecurity.com> writes:
[...]
| What I just would like to know is if there are/were really some MT related
| bugs/races in the old libstd++ as it's packaged in gcc2.95.4 for example
| on Debian 3.0:
Hi,
the C++ runtime support that shipped with GCC-2.95.x (epecially the
string implementation) is known not to work in multi-threading
environment. GCC-3.x is much much better (even if the front-end is
slow).
-- Gaby
More information about the Gcc
mailing list