the crash breakpoint is at ListModel.cpp:Models:: ``` ListModel::data(const QModelIndex &index, int role) const { return this->items.at(index.row())->data(role); } ``` this->items.at(index.row()) will crash sometimes.