https://bugs.kde.org/show_bug.cgi?id=357585
--- Comment #6 from Kevin Funk <kf...@kde.org> --- Sorry for the inconvenience. I (quickly) checked the code yesterday (including your backtrace), but I don't really have an idea what's going on. I need more time for this (or another pair of eyes). Can you share the file/project this is happening on? Can you reduce it to a MWE (http://stackoverflow.com/help/mcve)? If is super annoying for you, just replace the Q_ASSERT() with: if (offset < start) return {}; This works around the crash; but you should never ever run into that branch to begin with... -- You are receiving this mail because: You are watching all bug changes.