This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/31777] New: GLIBCXX_FORCE_NEW doesn't always work in pool_allocator
- From: "gcc at severeweblint dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 May 2007 21:30:53 -0000
- Subject: [Bug libstdc++/31777] New: GLIBCXX_FORCE_NEW doesn't always work in pool_allocator
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
in revision 83355 of libstdc++-v3/include/ext/pool_allocator.h the efficient
thread support code for GLIBCXX_FORCE_NEW was broken by changing the test
(_S_force_new>0) to (_S_force_new==1). now there is a race condition.
--
Summary: GLIBCXX_FORCE_NEW doesn't always work in pool_allocator
Product: gcc
Version: 3.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gcc at severeweblint dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31777