Hi, I don't know if this is the best place to ask, but here goes:
I don't get drkonqi commit #d713184156759c3e3f5d5db045b893d2676ff7b3: - it mentions drkonqi crashing on start ... but a functioning Q_ASSERT will cause an abort which for all practical purposes is an induced crash - non-debug builds will simply ignore the test (and apparently, crash on launch). If the tested-for situations are likely to occur, shouldn't there be an actual test that handles them in a sensible way (or else, a fix for whatever causes them to occur)? R.