https://bugs.kde.org/show_bug.cgi?id=477320
pierreballif.pb+...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from pierreballif.pb+...@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 watching all bug changes.