Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 33499
   1: WRITELN > abc | | grep 123
   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 $ /in/execute.c:70:15: runtime error: null pointer passed as argument 1, which is declared to never be null
/in/execute.c:70:15: runtime error: null pointer passed as argument 1, which is declared to never be null
/usr/include/unistd.h:582:14: note: nonnull attribute specified here
/usr/include/unistd.h:582:14: note: nonnull attribute specified here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /in/execute.c:70:15 in 
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /in/execute.c:70:15 in 
AddressSanitizer:DEADLYSIGNAL
=================================================================
AddressSanitizer:DEADLYSIGNAL
=================================================================
==33502==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f7d6737e4b0 bp 0x7ffe0f36a0b0 sp 0x7ffe0f36a020 T0)
==33501==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f7d6737e4b0 bp 0x7ffe0f36a0b0 sp 0x7ffe0f36a020 T0)
==33502==The signal is caused by a READ memory acc

JOJ Answer

mumsh $ error: missing program
mumsh $ exit