[dolphin] [Bug 502251] Crash when copying large file and opening another dolphin window
TraceyC
bugzilla_noreply at kde.org
Thu Apr 3 00:35:20 BST 2025
https://bugs.kde.org/show_bug.cgi?id=502251
--- Comment #9 from TraceyC <kdedev at tlcnet.info> ---
(In reply to Tim from comment #8)
> eopkg search cant find breeze6.so or libQt6Core.so.6 symbols.
With eopkg, I've found the easiest way to find debug packages is to do a search
for a keyword and grep for "dbg" similar to this:
eopkg sr breeze | grep dbg
breeze-icons-dbginfo - Debug symbols for breeze-icons
breeze-dbginfo - Debug symbols for breeze
So then you'd install breeze-dbginfo
For libQt6Core for instance:
❯ eopkg sr --name qt6 | grep dbg
That gives a long list of things, but this is the one you want
qt6-base-dbginfo - Debug symbols for qt6-base
. Also
> coredumpctl no longer sees the crash trace only Simple Scan trace is listed.
Unfortunately, without a better backtrace, we won't be able to investigate
where in the code the problem is. You can try:
1. See if there's still a file in /var/lib/systemd/coredump for dolphin
2. It might be easier to try to reproduce the crash and get the backtrace from
that (after installing the debug packages)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list