runc
runc copied to clipboard
Exec cli execSetns func receive pid but findProcess failed
When I execute the runc exec command, I receive the pid information, but it finally fails to find the corresponding process by pid. because if it fails somewhere else inside the execSetns function there will be an error log, but it doesn't.it can only error in os.FindProcess.The error log is as follows:
so, what is mistake about exit status 15?why it happens