This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Problem using strings in Multi Threads environment
- From: "Vladimir Getselevich" <vlad at infocyclone dot com>
- To: <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 7 Jan 2003 16:15:42 +0200
- Subject: Problem using strings in Multi Threads environment
- Reply-to: "Vladimir Getselevich" <vlad at infocyclone dot com>
We have problems using STL string objects in our system trying to run it in
multithread mode.
We work with gcc2.95.3 on Intel platform.
I made search in the Google and saw that people mention that there is a
problem relating to
reference counting in gcc implementation of string class.
My question is what should I do? Is there a good solution enabling to use
STL string class
in multithread mode or should I not use string class at all?
Vladimir Getselevich