Closed GoogleCodeExporter closed 9 years ago
We've changed handling of fork in clang 3.5, I've tested this program and it
does not produce a report.
However note that if parent process writes to thread_count (under a mutex),
then this would be a real harmful race. Because parent process can leave
garbage in thread_count at the moment of fork.
Original comment by dvyu...@google.com
on 2 May 2014 at 7:53
Original comment by dvyu...@google.com
on 2 May 2014 at 7:54
Original issue reported on code.google.com by
florent....@intersec.com
on 27 Apr 2014 at 4:46Attachments: