New comment by husio on void-packages repository https://github.com/void-linux/void-packages/issues/32053#issuecomment-883628236 Comment: I don't know why exactly, but I cannot create a core dump file. ``` % ls -l telegram-desktop -rwxrwxrwx 1 piotr piotr 66749648 Jul 20 21:06 telegram-desktop % pwd /tmp % ulimit -c unlimited % ./telegram-desktop (telegram-desktop:5391): Telegram-WARNING **: 21:08:07.261: Application was built without embedded fonts, this may lead to font issues. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-piotr' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-piotr' [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) error: : cannot open error: : cannot open error: : cannot open [1] 5391 abort (core dumped) ./telegram-desktop ``` I am not very experienced with this, but from reading `man 5 core` I understand that there might be many reasons for why the core dump is not being created.