Closed GoogleCodeExporter closed 9 years ago
I rewrite the patch adding guards on the pthread_atfork call by not exposing
the SpinLock from CentralThreadCache.
Original comment by zatr...@gmail.com
on 8 Feb 2013 at 8:46
Attachments:
r196 | chappedm@gmail.com | 2013-03-10 16:17:21 -0400 (Sun, 10 Mar 2013) | 6
lines
issue-496: Fixes an issue where tcmalloc might deadlock in a thread calling fork
tcmalloc contained a bug where some internal locks were left in a undefined
state
between fork, leaving the child process in a deadlock state. This patch fixes
the
issue by introducing stricter locking between the parent nd child while forking.
Original comment by chapp...@gmail.com
on 10 Mar 2013 at 8:17
Original issue reported on code.google.com by
zatr...@gmail.com
on 8 Feb 2013 at 6:49Attachments: