D17619: Unit test and fix for bug 401552

Elvis Angelaccio noreply at phabricator.kde.org
Sun Dec 16 10:49:17 GMT 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181216/069cf679/attachment.html>


More information about the Kde-frameworks-devel mailing list