Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 91103
   1: WRITELN echo 321 > 1.txt
   2: WRITELN echo 123 > 1.txt
   3: WRITELN cat 1.txt
   4: WRITELN ls
   5: 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 $ mumsh $ mumsh $ 123
mumsh $ 1.txt
driver
mumsh
mumsh_memory_check
mumsh $ exit
=================================================================
==91104==ERROR: AddressSanitizer: attempting double-free on 0x602000000470 in thread T0:
    #0 0x4dc9f0  (/out/package/mumsh_memory_check+0x4dc9f0)
    #1 0x51727e  (/out/package/mumsh_memory_check+0x51727e)
    #2 0x51be06  (/out/package/mumsh_memory_check+0x51be06)
    #3 0x7f4b0edd2b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #4 0x41cd09  (/out/package/mumsh_memory_check+0x41cd09)

0x602000000470 is located 0 bytes inside of 3-byte region [0x602000000470,0x602000000473)
freed by thread T0 here:
    #0 0x4dc9f0  (/out/package/mumsh_memory_check+0x4dc9f0)
    #1 0x5170aa  (/out/package/mumsh_memory_check+0x5170aa)
    #2 0x51be06  (/out/package/mumsh_memory_check+0x51be06)
    #3 0x7f4b0edd2b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

previously allocated by thread T0 here:
    #0 0x4393e0  (/out/package/mumsh_memory_check+0x4393e0)
    #1 0x516f27

JOJ Answer

mumsh $ mumsh $ mumsh $ 123
mumsh $ 1.txt
driver
mumsh
mumsh_memory_check
mumsh $ exit