summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-10 07:05:32 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-10 07:05:32 +0000
commite28760adfff7b516c7fd107feb4845e5cd6afece (patch)
tree1c94a02872878e764c6d39133e07af477ec9a03a /signal.c
parente144481ed5c7f98151d63baa432ce658878fd31c (diff)
mjit.c: keep mutex unlocked on destroy
`mjit_finish` may destroy mutex even while it's still locked by `worker` by race condition. That would result in the following error: [BUG] pthread_mutex_destroy: Device or resource busy (EBUSY) Actually I couldn't get a core dump for it and reproduce it multiple times. So I'm not sure this fixes the issue which I faced or not. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'signal.c')
0 files changed, 0 insertions, 0 deletions