Record Case Detail

Notes

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

Stderr

AddressSanitizer:DEADLYSIGNAL
=================================================================
==33932==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000051d407 bp 0x000000000000 sp 0x7fff33060e90 T0)
==33932==The signal is caused by a READ memory access.
==33932==Hint: address points to the zero page.
    #0 0x51d406  (/out/package/call_mem+0x51d406)
    #1 0x7ff26395a030  (/lib/x86_64-linux-gnu/libc.so.6+0x43030)
    #2 0x7ff26395a129  (/lib/x86_64-linux-gnu/libc.so.6+0x43129)
    #3 0x7ff263938c8d  (/lib/x86_64-linux-gnu/libc.so.6+0x21c8d)
    #4 0x41da09  (/out/package/call_mem+0x41da09)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/out/package/call_mem+0x51d406) 
==33932==ABORTING

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
Call from Jacob a regular member
Answering call from Jacob
Starting tick #1

JOJ Answer

Starting tick #0
Call from Jacob a regular member
Answering call from Jacob
Starting tick #1
Starting tick #2
Starting tick #3