New comment by duncancmt on void-packages repository https://github.com/void-linux/void-packages/issues/24783#issuecomment-689677430 Comment: That does give me something! Probably not very useful, though: ``` $ gdb -c 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". [New LWP 12512] [New LWP 12507] [New LWP 12511] [New LWP 12509] 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. #0 0x0000ffffae3497dc in ?? () [Current thread is 1 (LWP 12512)] (gdb) bt #0 0x0000ffffae3497dc in ?? () #1 0x0000ffffac9c171c in ?? () Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) ```