https://bugs.kde.org/show_bug.cgi?id=420771
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |kosse...@kde.org --- Comment #9 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Also hitting here. Seems a regression due to https://phabricator.kde.org/D27937? which ports from QLinkedList to QList, thus uncovering some broken iteration going past the end of the list (which does not crash with QLinkedList as there the iterator goes to first node if going past end node, so still pointing to list items, other than QList iterator). Looking into fixing this myself currently, hopefully in time for 20.04.01. -- You are receiving this mail because: You are watching all bug changes.