Closed issue by dm17 on void-packages repository https://github.com/void-linux/void-packages/issues/48056 Description: ### Is this a new report? Yes ### System Info Void 6.6.9_1 x86_64-musl GenuineIntel uptodate rFFFFF ### Package(s) Affected telegram-desktop ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour running telegram-desktop runs the application as it has without fail for as long as I can remember ### Actual behaviour running telegram-desktop immediately segfaults ### Steps to reproduce I've installed telegram-desktop-dbg as well, and I see the following with gdb: 1) run `gdb telegram-desktop` 2) type `run` -> `Starting program: /usr/bin/telegram-desktop` 3) see debug output: ```Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7fbb98c in scan_trans (alt=, local=1, t=-9223372014364800) at src/time/__tz.c:280 warning: 280 src/time/__tz.c: No such file or directory```