Record Case Detail

Notes

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

Stderr

=================================================================
==51111==ERROR: AddressSanitizer: heap-use-after-free on address 0x604000000090 at pc 0x00000051dd40 bp 0x7fffc1f695b0 sp 0x7fffc1f695a8
READ of size 4 at 0x604000000090 thread T0
    #0 0x51dd3f  (/out/package/call_mem+0x51dd3f)
    #1 0x7f7cd1fd4c86  (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
    #2 0x41d7c9  (/out/package/call_mem+0x41d7c9)

0x604000000090 is located 0 bytes inside of 48-byte region [0x604000000090,0x6040000000c0)
freed by thread T0 here:
    #0 0x5169a8  (/out/package/call_mem+0x5169a8)
    #1 0x51ad16  (/out/package/call_mem+0x51ad16)

previously allocated by thread T0 here:
    #0 0x515c30  (/out/package/call_mem+0x515c30)
    #1 0x51a3c8  (/out/package/call_mem+0x51a3c8)

SUMMARY: AddressSanitizer: heap-use-after-free (/out/package/call_mem+0x51dd3f) 
Shadow bytes around the buggy address:
  0x0c087fff7fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  0x0c087fff7fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.

Please double check your code to solve this problem and try again.

Your Answer

Starting tick #0
Starting tick #1
Call from Jeff a gold member

JOJ Answer

Starting tick #0
Starting tick #1
Call from Jeff a gold member
Answering call from Jeff
Starting tick #2