Closed issue by duncancmt on void-packages repository https://github.com/void-linux/void-packages/issues/25531 Description: Yet another report in my "PACKAGE segfaults on aarch64-musl" series. See also #24783 #24785 #24918 and #25125 (more to come, I'm sure). ### System * xuname: *Void 5.7.0_1 aarch64-musl Unknown uptodate rrFFFFF* * package: *mlocate-0.26_4* ### Expected behavior ``` # mupdatedb -f proc # echo $? 0 ``` ### Actual behavior ``` # mupdatedb -f proc Segmentation fault ``` ### Steps to reproduce the behavior See above ### Other remarks ``` # mupdate # echo $? 0 ``` Omitting the `-f proc` flag fixes the problem. I regret that I cannot post a traceback here. `gdb` itself suffers from a probably-related segfault (see #24785).