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

Pawel <bednarczyk.pa...@outlook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bednarczyk.pa...@outlook.co
                   |                            |m

--- Comment #2 from Pawel <bednarczyk.pa...@outlook.com> ---
since the reporter seems to be on Arch, here is what you can do:

-make sure Debuginfod is enabled: https://wiki.archlinux.org/title/Debuginfod
-install gdb
-find the crash dump pid: > $ coredumpctl list --reverse            
-coredumpctl gdb 4469    in terminal (replace 4469 with pid of the crashing
process). GDB will read and download the missing symbols
- once in gdb prompt execute set logging enabled on and then thread apply all
bt full

gdb.txt file will be saved in your homr folder, you can attach it here.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to