<table><tr><td style="">dfaure added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12371">View Revision</a></tr></table><br /><div><div><p>It looks like the issue is that forgetDirs() doesn't find smb:// on the line of code that says <tt style="background: #ebebeb; font-size: 13px;">DirectoryDataHash::iterator dit = directoryData.find(urlStr);.</tt><br />
So it goes into early return and doesn't do dirData.listersCurrentlyHolding.removeAll(lister); <br />
which later leads to using a deleted lister that is still in listersCurrentlyHolding (for a slightly different URL).</p>

<p>Can you check the contents of directoryData at that point? Could it be that it has an entry for smb:/// with three slashes?<br />
One solution is to call printDebug(), which will output lots of information including the contents of directoryData().</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12371">https://phabricator.kde.org/D12371</a></div></div><br /><div><strong>To: </strong>jtamate, dfaure, Frameworks, apol<br /><strong>Cc: </strong>apol, michaelh, bruns<br /></div>