https://bugs.kde.org/show_bug.cgi?id=411349
--- Comment #8 from Méven Car <meve...@gmail.com> --- > I also have this bug in Fedora 31. > Dolphin load 100% one core not immediately after startup and on any open > folder without > pictures. > But on other my system I don't see this. We need a backtrace or a file to diagnose, we cannot even confirm your bug is related to this one. Regarding this bug and code it points to in previewjob.cpp: > QMimeDatabase db; > // check mime type inheritance, resolve aliases > const QMimeType mimeInfo = db.mimeTypeForName(mimeType); > if (mimeInfo.isValid()) { According to the backtrace in first comment, a file triggers a crash in QMimeDatabase. So this could be a Qt bug, we would need to find the file triggering the bug ideally to move forward. -- You are receiving this mail because: You are watching all bug changes.