Closed issue by CMB on void-packages repository https://github.com/void-linux/void-packages/issues/7498 Description: I found this while trying to figure out why mpd segfaults on my Raspberry Pi 3 running the musl image. ARMv7 with musl does not have the same bug, neither does aarch64+glibc. Essentially, a program segfaults whenever an exception is thrown. The following trivial program will reproduce the issue: http://sprunge.us/VXR7h6 Expected behavior: the program should print the following on stderr and abort. terminate called after throwing an instance of 'Whatever'