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

--- Comment #8 from madc...@atlas.cz ---
Okay, the log does not seem to be particularly helpful. Since I cannot think of
anything better right now, let me suggest the following.

1. run ps -Ao pid,cmd > curr_procs.txt
2. trigger the crash and look up the PID of the crashed process in the list of
processes created in step 1. Note its name and command.
3. Run Doplhin again and find the offending process by its name/command. Note
that its PID will now be different.
4. Attach gdb to the process like this: gdb -p CURRENT_PID. This must be done
with root privileges.
5. Trigger the crash again and post the backtrace. gdb might complain about
some missing debugging symbols but you may ignore this for now. Once we know
where to look you can install the required debuginfo packages to get a better
backtrace.

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

Reply via email to