Commit 621ac4a1 authored by Marcin Stolarek's avatar Marcin Stolarek Committed by Danny Auble
Browse files

proctrack/cray_aries: use current pid instead of thread if we're in fork

pthread_create is not a async-signal-safe function, since it can't be
used in a fork (according to POSIX). Calling it may end-up with deadlock
in glibc.

Bug 7666.
parent c2f96246
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