Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

 pwd: /out/package
ppid: 99866
   1: CTRL+C
Scan child pids of ppid: 99866
SIGINT
Send signal 2 to pid: 99866
Scan child pids of ppid: 99867
Send signal 2 to pid: 99867
Scan child pids of ppid: 99869
Send signal 2 to pid: 99869
   2: CTRL+C
Scan child pids of ppid: 99866
SIGINT
Send signal 2 to pid: 99866
Scan child pids of ppid: 99867
Send signal 2 to pid: 99867
Scan child pids of ppid: 99872
Send signal 2 to pid: 99872
exit: 0

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.

Please double check your code to solve this problem and try again.

Your Answer

mumsh $ main.c:47:27: runtime error: unsigned integer overflow: 0 - 1 cannot be represented in type 'unsigned long'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior main.c:47:27 in 
main.c:47:4: runtime error: index 18446744073709551615 out of bounds for type 'char [1024]'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior main.c:47:4 in 
main.c:47:4: runtime error: addition of unsigned offset to 0x0000013b58b0 overflowed to 0x0000013b58af
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior main.c:47:4 in 

JOJ Answer

mumsh $ 
mumsh $ 
mumsh $ exit