<table><tr><td style="">sitter created this revision.<br />sitter added a reviewer: dfaure.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />sitter requested review of this revision.
</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/D23344">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>this changes existing qwarnings in state verification logic to be assertive<br />
in order to crash misbehaving slaves so git users can report bugs about<br />
them and we can fix them.<br />
release builds are not affected and will continue to not crash albeit<br />
without warnings. I am not sure it's worth the effort to assert and qwarn.</p>

<p>additionally when no finality was expected we no longer verify this after<br />
the fact but instead at the time finished/error gets called. this, combined<br />
with the assert aborting, has the advantage that we'll see the actual<br />
call chain that resulted in the unexpected finality call. it's still not<br />
ideal since we'd also want to know the previous caller but unfortunately<br />
we have no way to get that reliable (e.g. backtrace() is woefully incapable<br />
of resolving symbols from the slave - probably because it is a module).</p>

<p>lastly, force a misbehaving slave into finished state when it<br />
should have been finished or error'd but didn't. this prevents slaves<br />
getting stuck ad infinitum on account of them not finshing.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>misehaving ftp slave now crashes</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23344">https://phabricator.kde.org/D23344</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/core/slavebase.cpp</div></div></div><br /><div><strong>To: </strong>sitter, dfaure<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>