From 97da02b2a6acc8e8cd5440413c85df41783ba9e9 Mon Sep 17 00:00:00 2001 From: kosaki Date: Mon, 20 Dec 2010 15:16:41 +0000 Subject: * thread.c (thread_cleanup_func): Don't touch native threading resource at fork. Sadly this is purely bandaid. We need to implement proper fix later. [Bug #4169] [ruby-core:33767] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1dd660f01..9f3801b51e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 21 00:46:20 2010 KOSAKI Motohiro + + * thread.c (thread_cleanup_func): Don't touch native threading + resource at fork. Sadly this is purely bandaid. We need to + implement proper fix later. [Bug #4169] [ruby-core:33767] + Tue Dec 21 00:22:44 2010 KOSAKI Motohiro * error.c (exit_success_p): Check status code more carefully. -- cgit v1.2.3