This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gcc 2.95.4 MT related crashes in basic_string class
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Karel Gardas <kgardas at objectsecurity dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>, libstdc++ at gcc dot gnu dot org, Rudolf Schreiner <ras at objectsecurity dot com>
- Date: 10 Feb 2003 19:05:17 +0100
- Subject: Re: gcc 2.95.4 MT related crashes in basic_string class
- Organization: Integrable Solutions
- References: <Pine.LNX.4.43.0302101828450.482-100000@thinkpad.c0202001.roe.itnq.net>
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