https://bugs.kde.org/show_bug.cgi?id=417108
--- Comment #11 from David Jarvie <djar...@kde.org> --- If you're running a plasma desktop, when an application crashes, the KDE crash dialog should normally appear prompting you to report the crash, and allowing the crash trace to be viewed and copied. I don't know how to make the dialog appear if it doesn't already. In this case, you would need to use gdb to obtain the crash trace, as follows: 1) Install gdb if it is not already installed. 2) Quit kalarm and run it in a terminal window, using gdb: gdb kalarm 3) In response to gdb's prompt, enter start --nofork 4) When kalarm crashes, there should be another gdb prompt in the terminal window. To display the crash trace, enter bt -- You are receiving this mail because: You are watching all bug changes.