* thread.c (rb_thread_atfork_internal): reinitialize global lock

at fork to get rid of deadlock.  based on the patch from Hongli
  Lai in [ruby-core:26783].  [ruby-core:23572]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-11-18 09:39:59 +00:00
parent a000201fee
commit 817f503001

View File

@ -2,7 +2,7 @@ Wed Nov 18 18:25:09 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (rb_thread_atfork_internal): reinitialize global lock * thread.c (rb_thread_atfork_internal): reinitialize global lock
at fork to get rid of deadlock. based on the patch from Hongli at fork to get rid of deadlock. based on the patch from Hongli
Lai in [ruby-core:26783]. [ruby-core:26361] Lai in [ruby-core:26783]. [ruby-core:23572]
Wed Nov 18 17:48:22 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> Wed Nov 18 17:48:22 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>