Commit 6d3bb2d2 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix potential deadlock in _run_prog().

_run_prog() executes after a fork(), if some thread in the parent
was holding slurm_conf_lock() it would never be released, and the
child will deadlocked.

Already fixed for 17.11 by commit e205eeaf, this backports just
the change for _run_prog().

Bug 4562.
parent d15e4197
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment