Re: Kmail 5.3.0/akonadi/qtwebengineproc crashing and core dumping
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <2352370.QBHnqV2QlW@bola> |
On Tuesday August 23 2016 15:40:08 ianseeks wrote: >I'm struggling with the "gdb" because if i attach it to akonadiserver it seems >to cause all sorts of strange problems with kmail like stopping it loading ( >you get the window frame for kmail and thats all it does unitl you stop gdb) >and it only finally loads kmail when i quit "gdb" Ah, of course, gdb interrupts the application you connect to. What you want is to tell it to continue (type c + Enter) and then wait until the app crashes in which case you ask for the backtrace. R.