mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
57b8687deb
commit
6950d366fd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Sat Oct 5 11:20:24 2013 Aaron Pfeifer <aaron.pfeifer@gmail.com>
|
||||
Sat Oct 5 11:21:01 2013 Aaron Pfeifer <aaron.pfeifer@gmail.com>
|
||||
|
||||
* thread.c (terminate_atfork_i): fix locking mutexes not unlocked in
|
||||
forks when not tracked in thread. [ruby-core:55102] [Bug #8433]
|
||||
|
|
Loading…
Add table
Reference in a new issue