New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/issues/31080#issuecomment-1133748070 Comment: I can reproduce this: ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 memcpy () at src/string/x86_64/memcpy.s:18 18 src/string/x86_64/memcpy.s: No such file or directory. [Current thread is 1 (LWP 8176)] #0 memcpy () at src/string/x86_64/memcpy.s:18 #1 0x00005619b0412cd5 in libzpaq::StringBuffer::read (this=0x7fb3de968d30, buf=, n=16384) at libzpaq.h:1472 #2 0x00005619b04335a5 in libzpaq::Compressor::compress (this=this@entry=0x7fb3de5f5790, n=n@entry=-1) at libzpaq.cpp:2930 #3 0x00005619b043bfa6 in libzpaq::compressBlock (in=in@entry=0x7fb3de968d30, out=out@entry=0x7fb3de968d78, method_=, filename=0x7fb3de9686a0 "jDC20220521182512d0000000001", comment=0x7fb3de968de0 "jDC\001", dosha1=dosha1@entry=true) at libzpaq.cpp:7718 #4 0x00005619b0400c96 in compressThread (arg=0x7ffcb714f490) at /usr/include/c++/8.2/bits/basic_string.h:2281 #5 0x00007fb3de9208ce in start (p=0x7fb3de610ac0) at src/thread/pthread_create.c:195 #6 0x00007fb3de92d9fb in __clone () at src/thread/x86_64/clone.s:22 Backtrace stopped: frame did not save the PC ```