signal: When the process receives a termination signal, it first terminates mcexec.
refs #863 refs #870
This commit is contained in:
@@ -488,7 +488,7 @@ struct process {
|
||||
// V +---- |
|
||||
// PS_STOPPED -----+
|
||||
// (PS_TRACED)
|
||||
int exit_status; // only for zombie
|
||||
unsigned long exit_status; // only for zombie
|
||||
|
||||
/* Store exit_status for a group of threads when stopped by SIGSTOP.
|
||||
exit_status can't be used because values of exit_status of threads
|
||||
|
||||
Reference in New Issue
Block a user