And it consistently throws a Segmentation fault exception. The stacktrace indicates that it happens in sha3_finalize:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff68e57cd in memset () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007ffff68e57cd in memset () from /usr/lib/libc.so.6
#1 0x0000000000866af9 in sha3_finalize ()
#2 0x000000000085fc36 in s6PC_info ()
#3 0x0000000000000000 in ?? ()
The content was 141679296 bytes long, which is divisible by 8.
I have roughly the following code:
And it consistently throws a Segmentation fault exception. The stacktrace indicates that it happens in
sha3_finalize
:The content was 141679296 bytes long, which is divisible by 8.