This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/49484] gcov crash if two(or more) forks happen at the same time
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 18 Jan 2012 11:49:58 +0000
- Subject: [Bug gcov-profile/49484] gcov crash if two(or more) forks happen at the same time
- Auto-submitted: auto-generated
- References: <bug-49484-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49484
--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-18 11:49:58 UTC ---
Created attachment 26363
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26363
draft patch
Draft patch that doesn't work because we do not unconditionally
provide __GTHREAD_MUTEX_INIT_FUNCTION.