https://bugs.kde.org/show_bug.cgi?id=474529
--- Comment #2 from accou...@kuchenmampfer.de --- I would love to, but I don't know how I get it. Since it lives in a flatpak, I guessed that the [arch wiki guide](https://wiki.archlinux.org/title/Debugging/Getting_traces) won't work (and also I found it a bit long and didn't wan't to dive into it if it probably does not work anyways). So I tried to I tried to follow [this documentation](https://develop.kde.org/docs/packaging/flatpak/integration/), installed the `.Debug` package, entered some kind of shell inside the flatpak with `flatpak run --command=bash --devel org.kde.neochat` and then ran `gdb /app/bin/neochat`. This gave me ```GNU gdb (GDB) 12.1t ~]$ Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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 "x86_64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /app/bin/neochat... Reading symbols from /usr/lib/debug//app/bin/neochat.debug... (gdb) ``` and exited after a couple of seconds without a backtrace. It also didn't open neochat, so I opened it from the panel entry and made the crash happen, but still nothing was shown. Can you tell me what I did wrong or piont me to a better guide? -- You are receiving this mail because: You are watching all bug changes.