Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 8667
   1: WRITELN echo 123 | cat
   2: WRITELN exit

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 $ 123
AddressSanitizer:DEADLYSIGNAL
=================================================================
==8668==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000000428483 bp 0x7ffd4faac160 sp 0x7ffd4faac110 T0)
==8668==The signal is caused by a READ memory access.
==8668==Hint: address points to the zero page.
    #0 0x428482  (/out/package/mumsh_memory_check+0x428482)
    #1 0x4dcc3a  (/out/package/mumsh_memory_check+0x4dcc3a)
    #2 0x51c800  (/out/package/mumsh_memory_check+0x51c800)
    #3 0x7f376ba92b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #4 0x41cf79  (/out/package/mumsh_memory_check+0x41cf79)

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

JOJ Answer

mumsh $ 123
mumsh $ exit