[dolphin] [Bug 472653] Dolphin crashes on startup

Akseli Lahtinen bugzilla_noreply at kde.org
Thu Dec 21 13:26:06 GMT 2023


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

--- Comment #6 from Akseli Lahtinen <akselmo at akselmo.dev> ---
Hi, thanks for the help. Here's something you can do to track the issue:

1. Install following on your system: sudo dnf debuginfo-install dolphin kf5-kio
kio-extras
These files will help us track down the bug more precisely. Current backtrace
information does not have enough information, unfortunately.

2. Try running the application again and see if the crash window appears. If
not, run following in terminal: 

coredumpctl debug -A "-ex bt -ex quit" |& tee backtrace.txt

This should run through the crash backtrace and print it into a text file. 

3. Open the backtrace.txt file (same folder where you run the command) and copy
it here. It should show you the crash backtrace and other information.


Also, it seems theres something going wrong when the view is activated. Do you
have any specific plugins enabled? 

Does running following command in terminal work: dolphin $HOME

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list