[dolphin] [Bug 454290] Dolphin sometimes crashes when I close the window or one of the tabs

Ömer Fadıl USTA bugzilla_noreply at kde.org
Wed May 25 15:50:53 BST 2022


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

Ömer Fadıl USTA <omerusta at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |omerusta at gmail.com

--- Comment #1 from Ömer Fadıl USTA <omerusta at gmail.com> ---
I start to believe the reason of this bug  is version control plugin. The tab
or window is closing before its job done
and it is causing crash. 

Yusuf could you confirm that is this bug observable only exist on
git/svn/cvs/... existed directories or not ?

```
    QMutexLocker pluginLocker(m_globalPluginMutex);
    QMap<QString, QVector<VersionControlObserver::ItemState> >::iterator it =
m_itemStates.begin();
    for (; it != m_itemStates.end(); ++it) {
        if (m_plugin->beginRetrieval(it.key())) {
            QVector<VersionControlObserver::ItemState>& items = it.value();
            const int count = items.count();
            for (int i = 0; i < count; ++i) {
                const KFileItem& item = items.at(i).first;
                const KVersionControlPlugin::ItemVersion version =
m_plugin->itemVersion(item);
                items[i].second = version;
            }
        }

        m_plugin->endRetrieval();
    }
```

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


More information about the kfm-devel mailing list