Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: if a compute node cannot resolve the target userid, the imp segfaults due to an unchecked error condition: #0 0x000000556a7a7680 imp_exec_privileged (flux-imp + 0x7680) flux-framework/flux-core#1 0x000000556a7a3b3c imp_parent (flux-imp + 0x3b3c) flux-framework/flux-core#2 0x0000007fac65fe18 __libc_start_main (libc.so.6 + 0x20e18) flux-framework/flux-core#3 0x000000556a7a3c18 $x (flux-imp + 0x3c18) flux-framework/flux-core#4 0x000000556a7a3c18 $x (flux-imp + 0x3c18) Check for userid lookup failure and print a helpful message, then die. Fixes flux-framework#170
- Loading branch information