Closed issue by jchook on void-packages repository https://github.com/void-linux/void-packages/issues/29164 Description: ### System * xuname: Void 5.10.19_1 x86_64 GenuineIntel uptodate rrFFF * package: skype-8.69.0.77_1 ### Expected behavior Able to make and receive calls. ### Actual behavior Unable to make or receive calls on Skype. Seeing a segfault in the logs. ``` skypeforlinux[7244]: segfault at 1500200030 ip 00007fa8548510d0 sp 00007fa84c352200 error 4 in libpthread-2.32.so[7fa85484d000+f000] Code: ff ff 48 8d 0d 41 b7 00 00 ba a7 01 00 00 48 8d 35 c7 b5 00 00 48 8d 3d f6 b4 00 00 e8 09 c1 ff ff 66 0f 1f 84 00 00 00 00 00 <8b> 47 10 89 c2 81 e2 7f 01 00 00 83 e0 7c 0f 85 7c 00 00 00 53 48 ``` Manually upgrading the package template to `version=8.69.76.76` has the same issue, but results in a different segfault: ``` traps: skypeforlinux[18213] general protection fault ip:7f2cb33a0214 sp:7f2ca81c3ad8 error:0 in slimcore.node[7f2cb0ef8000+2e3e000] ``` Downgrading to skype-8.67.0.96_1 resolves the issue. ### Steps to reproduce the behavior 1. Launch skype 2. Attempt to start or join a call 3. See that Skype fails to join the call, with no GUI error message.