https://bugs.kde.org/show_bug.cgi?id=480964
--- Comment #3 from Nate Graham <n...@kde.org> --- If coredumpctl isn't working, you can manually run the app in a debugger with `gdb $(which signal)`. Then type `run`. Then make it crash. Then type `bt`. Then when prompted to download debug symbols type `y`. Then when prompted to continue paging, hit `c`. Copy and paste the backtrace into here. This assumes `signal` is the name of the binary for the app; if it's not, you may need to adjust that appropriately -- You are receiving this mail because: You are watching all bug changes.