Record Case Detail

Notes

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

Stderr

UndefinedBehaviorSanitizer:DEADLYSIGNAL
==19313==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f466a58c98d bp 0x000000000000 sp 0x7ffe3c7d93b0 T19313)
==19313==The signal is caused by a READ memory access.
==19313==Hint: address points to the zero page.
    #0 0x7f466a58c98c  (/lib/x86_64-linux-gnu/libc.so.6+0x9798c)
    #1 0x42b858  (/out/package/call+0x42b858)
    #2 0x7f466a516b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x403989  (/out/package/call+0x403989)

UndefinedBehaviorSanitizer can not provide additional info.
==19313==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
Answering call from                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

JOJ Answer

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