This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52604] mt allocator crashes on multi-threaded
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Mar 2012 12:48:20 +0000
- Subject: [Bug libstdc++/52604] mt allocator crashes on multi-threaded
- Auto-submitted: auto-generated
- References: <bug-52604-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52604
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-20 12:48:20 UTC ---
In principle I have no problem with such zeroings, make sense, but it's been a
while since the last time I looked into this code and I fear races. In any
case, please try to fully run the testsuite (check-performance too, which
exercised mt_allocator quite a bit) on the affected targets.
Jakub, any comments on this?