This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Memory allocators / STL
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: Memory allocators / STL
- From: Jason Merrill <jason_merrill at redhat dot com>
- Date: 28 Oct 2001 09:43:41 -0800
- Cc: stefan at noname4us dot com, gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, Sinisa Milivojevic <sinisa at mysql dot com>
- References: <Pine.SOL.3.91.1011026094509.7587B-100000@taarna.cygnus.com>
There have been problems with using the pool allocators in a multithreaded
program; I've pointed you at an internal bug report (102997) about that a
couple of times. I would think the test case from there should work for
you. I was able to reproduce the bug on schitzo.
Of course, that bug report is against a 2.95ish toolchain, so the problems
may have been fixed by now.
Jason