https://bugs.kde.org/show_bug.cgi?id=410789
--- Comment #5 from Nate Graham <n...@kde.org> --- Heh, thanks. In general the right approach here is to install the debugging symbols package that your distro provides. Unfortunately, Manjaro, being an Arch derivitive, doesn't provide debugging symbols at all. So the only remaining option is to compile the software from source with debug symbols, then run that, reproduce the crash, and generate the backtrace yourself with gdb. In the past I've advocated for disabling the automatic crash reporting functions entirely for Arch-based distros because the backtraces we get from them are not useful. :( -- You are receiving this mail because: You are watching all bug changes.