containerd/linux/proc
Michael Crosby 74b3cb3391 Fix exit event handling in shim
Could issues where when exec processes fail the wait block is not
released.

Second, you could not dump stacks if the reaper loop locks up.

Third, the publisher was not waiting on the correct pid.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-11-28 14:32:06 -05:00
..
deleted_state.go Remove errdefs and shimapi types from proc package 2017-11-13 16:45:25 -05:00
exec_state.go Move shim process code to package 2017-11-13 16:45:25 -05:00
exec.go Fix exit event handling in shim 2017-11-28 14:32:06 -05:00
init_state.go Remove errdefs and shimapi types from proc package 2017-11-13 16:45:25 -05:00
init.go Remove errdefs and shimapi types from proc package 2017-11-13 16:45:25 -05:00
io.go Add structcheck, unused, and varcheck linters. 2017-11-21 11:14:37 -05:00
process.go Move shim process code to package 2017-11-13 16:45:25 -05:00
types.go Remove errdefs and shimapi types from proc package 2017-11-13 16:45:25 -05:00
utils.go Remove errdefs and shimapi types from proc package 2017-11-13 16:45:25 -05:00