/ Test /

Record Case Detail

Notes

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

Stderr

=================================================================
==101992==ERROR: AddressSanitizer: heap-use-after-free on address 0x607000000048 at pc 0x00000051fb0c bp 0x7ffffdb2c7b0 sp 0x7ffffdb2c7a8
READ of size 8 at 0x607000000048 thread T0
    #0 0x51fb0b  (/out/package/call_mem+0x51fb0b)
    #1 0x7f2f4d526b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #2 0x41de39  (/out/package/call_mem+0x41de39)

0x607000000048 is located 40 bytes inside of 80-byte region [0x607000000020,0x607000000070)
freed by thread T0 here:
    #0 0x517018  (/out/package/call_mem+0x517018)
    #1 0x51e68a  (/out/package/call_mem+0x51e68a)
    #2 0x7f2f4d526b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

previously allocated by thread T0 here:
    #0 0x5162a0  (/out/package/call_mem+0x5162a0)
    #1 0x51af74  (/out/package/call_mem+0x51af74)
    #2 0x7f2f4d526b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

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

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

11 Jeff gold 1
gold
???????????????
!!!!!!!!!!!!!!!!
Starting tick #0
Answering call from Jeff
Starting tick #1

JOJ Answer

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