https://bugs.kde.org/show_bug.cgi?id=323586

--- Comment #5 from Daniel Vrátil <dvra...@redhat.com> ---
Sure. 

You can get PID of a process either by looking to top, htop or by using utility
"pidof":

gdb -p `pidof akonadi_nepomuktag_resource`
... (lots of output)
...
(now you get the interactive console, the process does not run during that)
> catch throw
> continue
(the process will now continue to run)
...
(now turn the resource online)
...
(now it crashes, you will get the interactive console again)
> t a a bt
(you get the backtrace here)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to