This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: reference counting in string's allocator, where else?
- To: "Andrew B. Lundgren" <Andrew dot Lundgren at Level3 dot com>
- Subject: Re: reference counting in string's allocator, where else?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 28 Aug 2001 10:24:10 -0700 (PDT)
- cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
> We have been running into problems (core dumps) with the allocators in string not being thread safe when using the 2.95.2 and 2.95.3 gcc builds.
Keep in mind that gcc-2.9.x and gcc-3.x come with completely different
sources for libstdc++. This list is for libstdc++-v3, or the gcc-3.x version.
-benjamin