Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 16196
   1: CTRL+C
Scan child pids of ppid: 16196
SIGINT
Send signal 2 to pid: 16196
Scan child pids of ppid: 16197
Send signal 2 to pid: 16197
Scan child pids of ppid: 16198
Send signal 2 to pid: 16198
   2: CTRL+C
Scan child pids of ppid: 16196
SIGINT
Send signal 2 to pid: 16196
Scan child pids of ppid: 16197
Send signal 2 to pid: 16197
Scan child pids of ppid: 16198
Send signal 2 to pid: 16198
Scan child pids of ppid: 16199
Send signal 2 to pid: 16199
Scan child pids of ppid: 16200
Send signal 2 to pid: 16200
Scan child pids of ppid: 16201
Send signal 2 to pid: 16201

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
=================================================================
==16197==ERROR: AddressSanitizer: SEGV on unknown address 0x10012030e47c (pc 0x7ff17d0c121c bp 0x7ffd01934580 sp 0x7ffd01929838 T0)
==16197==The signal is caused by a WRITE memory access.
    #0 0x7ff17d0c121b  (/lib/x86_64-linux-gnu/libc.so.6+0x18f21b)
    #1 0x5224ac  (/out/package/mumsh_memory_check+0x5224ac)
    #2 0x7ff17cf53b96  (/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) 
==16197==ABORTING

JOJ Answer

mumsh $ 
mumsh $ 
mumsh $ exit