Summary: | SystemD auto-mount of (squashfs) filesystem causes mount/unmount loop | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Marco Leise <Marco.Leise> |
Component: | general | Assignee: | David Faure <faure> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kde, kdelibs-bugs, lukas, simonandric5 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 319998, 369434 | ||
Bug Blocks: |
Description
Marco Leise
2017-12-30 14:34:30 UTC
Likely related: Okteta seemingly "hangs" right now. In GDB, I can see that KFilePlacesModel::Private::_k_itemChanged(QString const&) () is taking several seconds to complete and is called again and again... The relevant snippet of the stack looks like this (sorry, no debug info for now): #12 0x00000035cec6d70e in KFilePlacesModel::Private::_k_itemChanged(QString const&) () from /usr/lib64/libKF5KIOFileWidgets.so.5 #13 0x00000035cec7417d in ?? () from /usr/lib64/libKF5KIOFileWidgets.so.5 #14 0x00000035c7fded38 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #15 0x00000035cec63a48 in ?? () from /usr/lib64/libKF5KIOFileWidgets.so.5 #16 0x00000035cec63b3c in ?? () from /usr/lib64/libKF5KIOFileWidgets.so.5 #17 0x00000035c7fded38 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #18 0x00000035ce86e6c4 in Solid::StorageAccess::accessibilityChanged(bool, QString const&) () from /usr/lib64/libKF5Solid.so.5 QMetaObject::activate() in frame #17 is taking _very_ long to complete or hangs entirely. |