[dolphin] [Bug 477320] Very high CPU and memory consumption, no activity

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Nov 27 12:22:58 GMT 2023


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

pierreballif.pb+kde at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #1 from pierreballif.pb+kde at gmail.com ---
- GDB gives the following stack trace:
```
#2  0x00007ffff607c55b in QMimeType::inherits(QString const&) const () at
/usr/lib/libQt5Core.so.5
#3  0x00007ffff7422d4c in KBuildSycoca::recreate(bool) () at
/usr/lib/libKF5Service.so.5
#4  0x00007ffff740f4ff in KSycocaPrivate::buildSycoca() () at
/usr/lib/libKF5Service.so.5
#5  0x00007ffff740f6de in
KSycocaPrivate::checkDatabase(QFlags<KSycocaPrivate::BehaviorIfNotFound>) () at
/usr/lib/libKF5Service.so.5
#6  0x00007ffff7410963 in KSycoca::ensureCacheValid() () at
/usr/lib/libKF5Service.so.5
#7  0x00007ffff73ed7af in KService::serviceByDesktopName(QString const&) () at
/usr/lib/libKF5Service.so.5
```
The function `QMimeType::inherits(QString const&) const ()` runs forever and
never returns.

- It turns out that one file
(`~/.local/share/mime/packages/appimagekit_95f6eff3ef1e2ad046cfd66717eee4da_freedesktop.org.xml`)
was responsible for the issue. Deleting or moving the file solves the problem.

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


More information about the kfm-devel mailing list