Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 14467
   1: 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 $ exit
AddressSanitizer:DEADLYSIGNAL
=================================================================
==14468==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000000428483 bp 0x7fffd3733d60 sp 0x7fffd3733d10 T0)
==14468==The signal is caused by a READ memory access.
==14468==Hint: address points to the zero page.
    #0 0x428482  (/out/package/mumsh_memory_check+0x428482)
    #1 0x4dcc3a  (/out/package/mumsh_memory_check+0x4dcc3a)
    #2 0x51998f  (/out/package/mumsh_memory_check+0x51998f)
    #3 0x7f28348aeb96  (/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) 
==14468==ABORTING

JOJ Answer

mumsh $ exit