elvisangelaccio added inline comments. INLINE COMMENTS
> kdirlistertest.cpp:1299-1308 > + const QString dirX = m_tempDir.path() + "/x"; > + QVERIFY(QDir().mkdir(dirX)); > + const QString dirX1 = m_tempDir.path() + "/x/x1"; > + QVERIFY(QDir().mkdir(dirX1)); > + const QString dirX2 = m_tempDir.path() + "/x/x1/x2"; > + QVERIFY(QDir().mkdir(dirX2)); > + const QString dirX3 = m_tempDir.path() + "/x/x1/x2/x3"; I was not able to reproduce the crash with the steps you described in https://phabricator.kde.org/D10742#377375. I can semi-reliably reproduce it by renaming a non-empty folder expanded in the dolphin detail view. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17619 To: jtamate, dfaure, #frameworks Cc: elvisangelaccio, kde-frameworks-devel, michaelh, ngraham, bruns