to install debug symbols for okular which seems to crash quite often for me. However gdb and the kde crash application are unable to find them. The kde app says its not a good crash report and I should follow the guide… which has already been done.
YaST>System>Software repositories - you may find that you have the debug repository in your list but not enabled. Add it if it is not there or enable it if it is.
I was missing the okular debug package but added that as well and still no luck… here is my output
spoofy@shell:~> rpm -qa | grep debuginfo
kdelibs4-debuginfo-4.4.4-3.1.1.x86_64
kdegraphics4-debuginfo-4.4.4-2.1.1.x86_64
kdebase4-workspace-debuginfo-4.4.4-6.1.1.x86_64
kdebase4-runtime-debuginfo-4.4.4-3.1.2.x86_64
libqt4-debuginfo-4.6.3-2.1.1.x86_64
okular-debuginfo-4.4.4-2.1.1.x86_64
spoofy@shell:~> gdb /usr/bin/okular
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu"...
(no debugging symbols found)
(gdb)
is it possiby a path issue? I noticed the debuginfo package installed /usr/lib/debug/usr/bin/okular.debug which is a binary … but i’m unable to execute it.