New comment by duncancmt on void-packages repository https://github.com/void-linux/void-packages/issues/24783#issuecomment-689674628 Comment: Thanks for the help. I have a coredump and all the `*-dbg` packages installed. However `gdb` _itself_ aborts when running `flatpak` or when analyzing the coredump: ``` $ gdb `which flatpak` core.12507 GNU gdb (GDB) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "aarch64-linux-musl". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /bin/flatpak... Reading symbols from /usr/lib/debug//usr/bin/flatpak... [New LWP 12512] [New LWP 12507] [New LWP 12511] [New LWP 12509] warning: Can't read pathname for load map: No error information. Core was generated by `/usr/bin/flatpak remote-add --if-not-exists flathub https://flathub.org/repo/fl'. Program terminated with signal SIGSEGV, Segmentation fault. Aborted $ echo $? 134 ```