Add thread-lock tests to lock_slurmctld() to intentionally abort() if double-locking.
Calling lock_slurmctld() while already holding locks leads to deadlock. Intentionally cause such instances to abort() on development builds to force these locations to the surface.
Please register or sign in to comment