From 863d148a4ee862f663c23691f34807b7f2fb450c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 10 Jul 2013 05:19:01 +0000 Subject: process.c: kill threads in daemon process * process.c (fork_daemon): kill the other threads all and abandon the kept mutexes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba1425bd43..37dde11d49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Jul 10 14:18:59 2013 Nobuyoshi Nakada + + * process.c (fork_daemon): kill the other threads all and abandon the + kept mutexes. + +Wed Jul 10 14:14:44 2013 Nobuyoshi Nakada + + * process.c (fork_daemon): kill the other threads all and abandon the + kept mutexes. + Wed Jul 10 11:35:36 2013 NAKAMURA Usaku * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get, -- cgit v1.2.3