ruby-changes:31070
From: nobu <ko1@a...>
Date: Sat, 5 Oct 2013 11:21:23 +0900 (JST)
Subject: [ruby-changes:31070] nobu:r43149 (trunk): thread.c: fix some mutexes remaining locked after forking
nobu 2013-10-05 11:21:17 +0900 (Sat, 05 Oct 2013) New Revision: 43149 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43149 Log: 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] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43148) +++ ChangeLog (revision 43149) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 -Sat Oct 5 11:20:24 2013 Aaron Pfeifer <aaron.pfeifer@g...> +Sat Oct 5 11:21:01 2013 Aaron Pfeifer <aaron.pfeifer@g...> * thread.c (terminate_atfork_i): fix locking mutexes not unlocked in forks when not tracked in thread. [ruby-core:55102] [Bug #8433] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/