Kmail 5.3.0/akonadi/qtwebengineproc crashing and core dumping
René J.V. Bertin
rjvbertin at gmail.com
Tue Aug 23 12:02:28 BST 2016
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.
More information about the kdepim-users
mailing list