summaryrefslogtreecommitdiff
path: root/lib/e2mmap.rb
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-07-28 19:55:55 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-08-03 22:23:48 +1200
commit2d4f29e77e883c29e35417799f8001b8046cde03 (patch)
treec2201611275519a9f36b7d3d3ce79583bc7ba14f /lib/e2mmap.rb
parent785c70e764c3222f9accac2555246d3921a7263d (diff)
Fix potential hang when joining threads.
If the thread termination invokes user code after `th->status` becomes `THREAD_KILLED`, and the user unblock function causes that `th->status` to become something else (e.g. `THREAD_RUNNING`), threads waiting in `thread_join_sleep` will hang forever. We move the unblock function call to before the thread status is updated, and allow threads to join as soon as `th->value` becomes defined. This reverts commit 6505c77501f1924571b2fe620c5c7b31ede0cd22.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4689
Diffstat (limited to 'lib/e2mmap.rb')
0 files changed, 0 insertions, 0 deletions