https://bugs.kde.org/show_bug.cgi?id=475979
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO CC| |k...@davidedmundson.co.uk Resolution|--- |WAITINGFORINFO --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Strace provides a list of system calls, it is not a backtrace of where we exited. If you don't get a trace, it typically means you hit an assert rather than a crash. Given you clearly know how to use strace and tools, can you use gdb and put a break on 'exit' and get a backtrace from there? -- You are receiving this mail because: You are watching all bug changes.