Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 6647
   1: CTRL+C
Scan child pids of ppid: 6647
SIGINT
Send signal 2 to pid: 6647
Scan child pids of ppid: 6648
Send signal 2 to pid: 6648
Scan child pids of ppid: 6649
Send signal 2 to pid: 6649
   2: CTRL+C
Scan child pids of ppid: 6647
SIGINT
Send signal 2 to pid: 6647
Scan child pids of ppid: 6648
Send signal 2 to pid: 6648
Scan child pids of ppid: 6649
Send signal 2 to pid: 6649
Scan child pids of ppid: 6650
Send signal 2 to pid: 6650
Scan child pids of ppid: 6651
Send signal 2 to pid: 6651
Scan child pids of ppid: 6652
Send signal 2 to pid: 6652

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
=================================================================
==6648==ERROR: AddressSanitizer: SEGV on unknown address 0x0000015c8000 (pc 0x00000051ba9d bp 0x7ffd8533edb0 sp 0x7ffd8533ed70 T0)
==6648==The signal is caused by a WRITE memory access.
    #0 0x51ba9c  (/out/package/mumsh_memory_check+0x51ba9c)
    #1 0x518567  (/out/package/mumsh_memory_check+0x518567)
    #2 0x51e34b  (/out/package/mumsh_memory_check+0x51e34b)
    #3 0x7f8d9a143b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #4 0x41cff9  (/out/package/mumsh_memory_check+0x41cff9)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/out/package/mumsh_memory_check+0x51ba9c) 
==6648==ABORTING

JOJ Answer

mumsh $ 
mumsh $ 
mumsh $ exit