New issue by xandkar on void-packages repository https://github.com/void-linux/void-packages/issues/29413 Description: ### System * xuname: `Void 5.10.23_1 x86_64 AuthenticAMD uptodate rFFFF` * package: `collectd-5.12.0_3` ### Expected behavior Collectd service starts without crashing. ### Actual behavior Collectd segfaults on start. ### Steps to reproduce the behavior Install package: ``` # xbps-install collectd ``` Watch dmesg in terminal A: ``` # dmesg --follow ``` Enable collectd service in terminal B ``` # ln -s /etc/sv/collectd /var/service/ ``` Observe segfault messages in terminal A, such as: ``` ... [ 336.630494] collectd[6990]: segfault at 14 ip 00007f79c4ec4c99 sp 00007fffedc6adf0 error 4 in libc-2.32.so[7f79c4e06000+14a000] [ 336.630497] Code: 39 d5 0f 8e d1 01 00 00 48 63 c2 eb 15 0f 1f 40 00 8d 56 01 48 83 c0 01 89 13 39 c5 0f 8e b7 01 00 00 49 8b 0c c4 89 c6 89 c2 <80> 39 2d 75 e2 80 79 01 00 74 dc 8b 03 89 53 30 e9 26 fe ff ff 66 ... ``` ATTN: @stpx