https://bugs.kde.org/show_bug.cgi?id=517205
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|REPORTED |CONFIRMED --- Comment #5 from [email protected] --- can reproduce with crash on console: ``` dataChanged() called with an invalid index range: topleft: QModelIndex(-1,-1,0x0,QObject(0x0)) bottomRight:QModelIndex(-1,-1,0x0,QObject(0x0)) /usr/include/c++/15.2.0/bits/stl_vector.h:1282: std::vector<_Tp, _Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](size_type) const [with _Tp = glaxnimate::math::bezier::Point; _Alloc = std::allocator<glaxnimate::math::bezier::Point>; const_reference = const glaxnimate::math::bezier::Point&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. ``` -- You are receiving this mail because: You are watching all bug changes.
