aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-28 05:46:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-28 05:46:32 +0000
commit079545cd8c7a2c0da45977bec7d88aa3d1232820 (patch)
tree3cc31c2147c0213634c2846d5cced3aa6fa93b5b /ChangeLog
parent450463d5fbc7098666c1405b5ea1ece4c8dd04a5 (diff)
downloadruby-079545cd8c7a2c0da45977bec7d88aa3d1232820.tar.gz
* thread_pthread.c (gvl_reinit): register atfork hander only in
the parent process, to get rid of dead lock. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8fe3c5fc6..cb11c2c985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 28 14:46:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.c (gvl_reinit): register atfork hander only in
+ the parent process, to get rid of dead lock.
+
Sun Nov 28 12:23:57 2010 Koichi Sasada <ko1@atdot.net>
* thread.c, vm_core.h: make gvl_acquire/release/init/destruct