https://bugs.kde.org/show_bug.cgi?id=402784
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Elvis Angelaccio <elvis.angelac...@kde.org> --- The problem is that when we stop the activity, the KItemListViewAccessible destructor is called *after* QApplication::exec() from the main() returns (no idea why). At that point, m_cells contains only dangling pointers and everything falls apart. -- You are receiving this mail because: You are watching all bug changes.