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 | <24975289.WFhH3yQeEo@bola> |
On Tuesday August 23 2016 11:24:39 ianseeks wrote: >==16587== 2467 errors in context 64 of 2731: >==16587== Thread 12 NetworkChangeNotifier: >==16587== Conditional jump or move depends on uninitialised value(s) In my experience you get a lot of those as false alarms... > Not managed a crash that gives me aback trace as yet, do i need to do > anything else to get it? When gdb shows you a prompt (which may take a while depending on how much debug info it needs to load and parse), you type bt or if you want a backtrace of all current threads, thread apply all bt R.