Record Case Detail

Notes

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

Stderr

=================================================================
==125765==ERROR: AddressSanitizer: heap-use-after-free on address 0x602000000010 at pc 0x00000051cd61 bp 0x7ffd86983050 sp 0x7ffd86983048
READ of size 4 at 0x602000000010 thread T0
    #0 0x51cd60  (/out/package/call_mem+0x51cd60)
    #1 0x51dfae  (/out/package/call_mem+0x51dfae)
    #2 0x7f9034a5dc86  (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
    #3 0x41d719  (/out/package/call_mem+0x41d719)

0x602000000010 is located 0 bytes inside of 4-byte region [0x602000000010,0x602000000014)
freed by thread T0 here:
    #0 0x5168f8  (/out/package/call_mem+0x5168f8)
    #1 0x51b00c  (/out/package/call_mem+0x51b00c)
    #2 0x51dc08  (/out/package/call_mem+0x51dc08)
    #3 0x7f9034a5dc86  (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)

previously allocated by thread T0 here:
    #0 0x515b80  (/out/package/call_mem+0x515b80)
    #1 0x51aa2f  (/out/package/call_mem+0x51aa2f)
    #2 0x51dc08  (/out/package/call_mem+0x51dc08)
    #3 0x7f9034a5dc86  (/lib/x86_64-linu

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

1
1Jeff1
succes 1
Starting tick #0   1

JOJ Answer

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