New comment by husio on void-packages repository https://github.com/void-linux/void-packages/issues/32053#issuecomment-884061779 Comment: > Hi @husio, could you paste output of `~/.local/share/TelegramDesktop/log.txt`? Sure, [log.txt](https://github.com/void-linux/void-packages/files/6854667/log.txt) Found all the core dumps as well! :joy: ``` % ls ~/.local/share/TelegramDesktop core.3616 core.3796 core.3869 core.4452 core.5016 core.5119 core.5189 core.5329 core.5401 tdata core.3715 core.3806 core.3879 core.5006 core.5109 core.5179 core.5267 core.5391 log.txt ``` I don't know how to analyze a core dump file properly, here is some random output: ``` Core was generated by `telegram-desktop'. Program terminated with signal SIGABRT, Aborted. #0 __restore_sigs (set=set@entry=0x7fff0e593c50) at ./arch/x86_64/syscall_arch.h:40 40 ./arch/x86_64/syscall_arch.h: No such file or directory. [Current thread is 1 (LWP 4069)] (gdb) bt #0 __restore_sigs (set=set@entry=0x7fff0e593c50) at ./arch/x86_64/syscall_arch.h:40 #1 0x00007fb5f293c620 in raise (sig=sig@entry=6) at src/signal/raise.c:11 #2 0x00007fb5f2904e20 in abort () at src/exit/abort.c:13 #3 0x000056521793908f in ?? () #4 0x000056521751b915 in ?? () #5 0x0000565217932eac in ?? () #6 0x00007fb5eb3d9edb in ?? () from /lib/libgiomm-2.4.so.1 #7 0x00007fb5e8c585ab in ?? () from /lib/libgio-2.0.so.0 #8 0x00007fb5e8a1669f in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #9 0x00007fb5e8a16a48 in ?? () from /lib/libglib-2.0.so.0 #10 0x00007fb5e8a16aff in g_main_context_iteration () from /lib/libglib-2.0.so.0 #11 0x00007fb5ea25916f in QEventDispatcherGlib::processEvents(QFlags) () from /lib/libQt5Core.so.5 #12 0x00007fb5ea200dcb in QEventLoop::exec(QFlags) () from /lib/libQt5Core.so.5 #13 0x00007fb5ea209050 in QCoreApplication::exec() () from /lib/libQt5Core.so.5 #14 0x0000565216cfc695 in ?? () #15 0x0000565216cf14d1 in ?? () #16 0x0000565216cf16d4 in ?? () #17 0x00005652161efff5 in ?? () #18 0x00007fb5f290470a in libc_start_main_stage2 (main=0x5652161effc0, argc=1, argv=0x7fff0e594818) at src/env/__libc_start_main.c:94 #19 0x00005652161faa1a in ?? () #20 0x0000000000000001 in ?? () #21 0x00007fff0e59662e in ?? () #22 0x0000000000000000 in ?? () ```