On 5/4/25 1:00 PM, Denis Kozadaev via tde-devels wrote:
I seem to recall there was a way to force a crash that invoked the drkonqi dialog to create a back trace.
just send a SIGABRT to a tde process and you probably will see what you want. (kill -6) This signal calls abort() for any process.
Okay, that works. Thanks.
Also, the crashtest file I found creates a back trace too.
Looks like I am getting good back traces.