Notes
This function is in beta test. Please help improve it in the issues
here.
pwd: /out/package ppid: 81501 1: CTRL+C Scan child pids of ppid: 81501 SIGINT Send signal 2 to pid: 81501 Scan child pids of ppid: 81502 Send signal 2 to pid: 81502 Scan child pids of ppid: 81503 Send signal 2 to pid: 81503 2: CTRL+C Scan child pids of ppid: 81501 SIGINT Send signal 2 to pid: 81501 Scan child pids of ppid: 81502 Send signal 2 to pid: 81502 Scan child pids of ppid: 81506 Send signal 2 to pid: 81506 exit: 1
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
mumsh $ AddressSanitizer:DEADLYSIGNAL ================================================================= ==81502==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f4901274d60 bp 0x11dc4271ebc9afc4 sp 0x11dc4271ebc9afc4 T0) ==81502==The signal is caused by a READ memory access. ==81502==Hint: address points to the zero page. AddressSanitizer:DEADLYSIGNAL AddressSanitizer: nested bug in the same thread, aborting.
JOJ Answer
mumsh $ mumsh $ mumsh $ exit