From 6950d366fdd77c5b83f19eafda5e4e405994f8b9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Oct 2013 02:21:17 +0000 Subject: [PATCH] thread.c: fix some mutexes remaining locked after forking * thread.c (terminate_atfork_i): fix locking mutexes not unlocked in forks when not tracked in thread. [ruby-core:55102] [Bug #8433] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ede2024aa1..5048588087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Sat Oct 5 11:20:24 2013 Aaron Pfeifer +Sat Oct 5 11:21:01 2013 Aaron Pfeifer * thread.c (terminate_atfork_i): fix locking mutexes not unlocked in forks when not tracked in thread. [ruby-core:55102] [Bug #8433]