You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./itsa create-period
[INFO] ***
[INFO] *** Using TEST API
[INFO] ***
AddressSanitizer:DEADLYSIGNAL
=================================================================
==42598==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f1995eb9715 bp 0x7ffd27b8dd90 sp 0x7ffd27b8d528 T0)
==42598==The signal is caused by a READ memory access.
==42598==Hint: address points to the zero page.
#0 0x7f1995eb9715 in __strlen_avx2 (/lib64/libc.so.6+0x160715)
#1 0x7f19960ea8a1 in strdup (/lib64/libasan.so.6+0x598a1)
#2 0x557d224244ef in get_period /home/andrew/programming/itsa/src/itsa.c:1656
#3 0x557d224244ef in create_period /home/andrew/programming/itsa/src/itsa.c:1674
#4 0x557d224244ef in dispatcher /home/andrew/programming/itsa/src/itsa.c:2277
#5 0x557d224244ef in main /home/andrew/programming/itsa/src/itsa.c:2346
#6 0x7f1995d80b74 in __libc_start_main (/lib64/libc.so.6+0x27b74)
#7 0x557d22425a7d in _start (/home/andrew/programming/itsa/src/itsa+0x5a7d)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/lib64/libc.so.6+0x160715) in __strlen_avx2
==42598==ABORTING
gdb backtrace
The text was updated successfully, but these errors were encountered: