You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the newly added exit code recording feature in virtio-fs to record
the exit code from workload's entrypoint.
We need to stop ignoring SIGCHLD, as otherwise waitpid doesn't record
the exit code of our child, which also means we need to do a waitpid
on every children to ensure we aren't leaving zombie processes.
Signed-off-by: Sergio Lopez <[email protected]>
0 commit comments