Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 20796
   1: CTRL+C
Scan child pids of ppid: 20796
SIGINT
Send signal 2 to pid: 20796
Scan child pids of ppid: 20797
Send signal 2 to pid: 20797
Scan child pids of ppid: 20798
Send signal 2 to pid: 20798
   2: CTRL+C
Scan child pids of ppid: 20796
SIGINT
Send signal 2 to pid: 20796
Scan child pids of ppid: 20797
Send signal 2 to pid: 20797
Scan child pids of ppid: 20798
Send signal 2 to pid: 20798
Scan child pids of ppid: 20799
Send signal 2 to pid: 20799
Scan child pids of ppid: 20800
Send signal 2 to pid: 20800
Scan child pids of ppid: 20801
Send signal 2 to pid: 20801

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 $ 
mumsh $ 
mumsh $ AddressSanitizer:DEADLYSIGNAL
=================================================================
==20797==ERROR: AddressSanitizer: SEGV on unknown address 0x1001265d3bc8 (pc 0x7f152284221c bp 0x7ffd32f5ffd0 sp 0x7ffd32f55298 T0)
==20797==The signal is caused by a WRITE memory access.
    #0 0x7f152284221b  (/lib/x86_64-linux-gnu/libc.so.6+0x18f21b)
    #1 0x51fff3  (/out/package/mumsh_memory_check+0x51fff3)
    #2 0x7f15226d4b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x41cc69  (/out/package/mumsh_memory_check+0x41cc69)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0x18f21b) 
==20797==ABORTING

JOJ Answer

mumsh $ 
mumsh $ 
mumsh $ exit