New issue by shumvgolove on void-packages repository https://github.com/void-linux/void-packages/issues/14222 Description: Mumble segfaults on startup: ``` Locale is "en_US" (System: "en_US") TextToSpeech: Failed to contact speech dispatcher. Database SQLite: "3.29.0" Overlay: Removing old socket on "/home/sh/.MumbleOverlayPipe" Overlay: Listening on "/home/sh/.MumbleOverlayPipe" GlobalShortcutX: Using XI2 2.3 SocketRPC: Removing old socket on "/home/sh/.MumbleSocket" AudioInput: 96000 bits/s, 48000 hz, 480 sample OSSOutput: Initialized Segmentation fault ``` `$ dmesg` returns this error: ``` [ 1536.944422] OSSInput[5914]: segfault at 10 ip 00005555d798adea sp 00007f277e03c950 error 4 in mumble[5555d780d000+1bd000] [ 1536.944426] Code: 55 48 89 e5 41 57 41 56 41 55 41 54 53 48 89 fb 48 83 ec 38 4c 8b 25 a5 1d 2e 00 64 48 8b 04 25 28 00 00 00 48 89 45 c8 31 c0 <49> 8b 44 24 10 8b 48 14 85 c9 0f 85 c6 02 00 00 48 8d 05 7f 18 2e ``` I think [this](https://github.com/mumble-voip/mumble/issues/3685) is related to issue.