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

Address a race condition in the extern step launch.

The prolog is marked complete as soon as job_manager starts.
However, this is well before the extern step setup has actually
had time to complete, which leads to a race condition in the x11
code where the display has not been established.

Adding this locking keeps _handle_x11_display from returning
until the display number has been set.
parent b5f61409
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