Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.94k stars 303 forks source link

Added graceful exit if gcore process exits with error #136

Closed adamkimsft closed 2 years ago

adamkimsft commented 2 years ago

Wait for gcore child process to exit, check exit status, and if non-zero, output messages from stdout and stderr of child process and exit with error code.