Bug 417051 - When descending in a filesystem tree, Dolphin crashes.
Summary: When descending in a filesystem tree, Dolphin crashes.
Status: RESOLVED DUPLICATE of bug 402064
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 18.12.3
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-02 09:35 UTC by Daniel
Modified: 2020-02-10 08:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
backtrace for dolphin crash (5.35 KB, text/plain)
2020-02-02 13:51 UTC, Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2020-02-02 09:35:11 UTC
SUMMARY
Dolphin crashes when navigating through my file system.
Dolphin in super-user mode works as it should

STEPS TO REPRODUCE
1. start dolphin
2. navigate to ~/Downloads/LibreOffice_en_extensions/Beispieldatenbanken_Handbuch/
3. wait a minute or so; then Dolphin crashes. If I enter into the directory Beispieldatenbanken_Handbuch, then Dolphin crases promptly

OBSERVED RESULT
crash

EXPECTED RESULT
open file in directory Beispieldatenbanken_Handbuch


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: OpenSUSE Leap 15.1
(available in About System)
KDE Plasma Version: 5.12.8
KDE Frameworks Version: 5.55.0
Qt Version: 5.9.7

ADDITIONAL INFORMATION
When starting Dolphin from bash, it crashes as described above and I get the info:
user1@HP-user1:~> dolphin &
[1] 24944
user1@HP-user1:~> Trying to convert empty KLocalizedString to QString.
mdb.c:5328: Assertion 'i > 0' failed in mdb_page_search_root()
KCrash: Application 'dolphin' crashing...
KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
Unable to start Dr. Konqi
Re-raising signal for core dump handling.

Konqueror also crashed with the same mention:
KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit
Comment 1 Christoph Feck 2020-02-02 12:08:41 UTC
Please add the backtrace for the crash. For more information, please see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Comment 2 Daniel 2020-02-02 13:51:00 UTC
Created attachment 125614 [details]
backtrace for dolphin crash
Comment 3 Daniel 2020-02-02 13:55:06 UTC
I tried to report this bug using bugzilla. This asked me to install debugsymbols.
However, when clicking on the button to do this i got the message "an error occurred during the installion of packages with debug symbols" (NB my system uses Dutch as language. I translated the error message into English. Any mistake in the translation is my fault!
Comment 4 Daniel 2020-02-09 12:25:31 UTC
(In reply to Daniel from comment #0)
> SUMMARY
> Dolphin crashes when navigating through my file system.
> Dolphin in super-user mode works as it should
> 
> STEPS TO REPRODUCE
> 1. start dolphin
> 2. navigate to
> ~/Downloads/LibreOffice_en_extensions/Beispieldatenbanken_Handbuch/
> 3. wait a minute or so; then Dolphin crashes. If I enter into the directory
> Beispieldatenbanken_Handbuch, then Dolphin crases promptly
> 
> OBSERVED RESULT
> crash
> 
> EXPECTED RESULT
> open file in directory Beispieldatenbanken_Handbuch
> 
> 
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: OpenSUSE Leap 15.1
> (available in About System)
> KDE Plasma Version: 5.12.8
> KDE Frameworks Version: 5.55.0
> Qt Version: 5.9.7
> 
> ADDITIONAL INFORMATION
> When starting Dolphin from bash, it crashes as described above and I get the
> info:
> user1@HP-user1:~> dolphin &
> [1] 24944
> user1@HP-user1:~> Trying to convert empty KLocalizedString to QString.
> mdb.c:5328: Assertion 'i > 0' failed in mdb_page_search_root()
> KCrash: Application 'dolphin' crashing...
> KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit
> sock_file=/run/user/1000/kdeinit5__0
> QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
> QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
> Unable to start Dr. Konqi
> Re-raising signal for core dump handling.
> 
> Konqueror also crashed with the same mention:
> KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit

Today (09 Feb 2020) I disabled in KDE Systemsetting ALL possibilities for file search and Plasma search. Now Dolphin does not crash anymore (neither does Konqueror). I did this, because Baloo also crashed and I disabled that program, thinking "why not disable all, perhaps that works"
For me this is fine, since I search always only via bash->find. Someone else who uses KDE-search will not be helped...
Comment 5 Christoph Feck 2020-02-10 08:20:32 UTC

*** This bug has been marked as a duplicate of bug 402064 ***