New comment by catinello on void-packages repository https://github.com/void-linux/void-packages/issues/48758#issuecomment-1951035636 Comment: Experiencing almost the same. ``` su Password: su: failed to execute /bin/bash: Bad address ``` This happens independently of the used shell (bash/dash). If I'm root and try to call a specific command for a user via su I get a segmentation fault. ``` su -c /bin/sh - USER Segmentation fault ``` System is musl / x86_64 with all updates.