Commit fe193906 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Prevent deadlocked slurmstepd processes due to unsafe use of regcomp.

regcomp() is not safe to use across a fork in older glibc versions.
Reinitialize the keyvalue_re structure after the fork through an atfork()
handler.

Bug 3276.
parent 28a8dec1
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