• Morris Jette's avatar
    Fix for srun signal handling threading problem · c8d36dba
    Morris Jette authored
    This is a revision to commit 1ed38f26
    The root problem is that a pthread is passed an argument which is
    a pointer to a variable on the stack. If that variable is over-written,
    the signal number recieved will be garbage, and that bad signal
    number will be interpretted by srun to possible abort the request.
    c8d36dba
To find the state of this project's repository at the time of any of these versions, check out the tags.