Investigate QTreeView crash
Users report the following on RHEL8 when importing a summary case and then browsing the summary data source tree:
QAccessibleTree::indexFromLogical: invalid index: -1 0 for QTreeView(0x542dba0, name="treeView")
Requested invalid tree cell: -1 0
Original report on Yammer
Related https://gitlab.kitware.com/LidarView/lidarview-core/-/issues/47
Report from a user
I also came across issues when loading project files. My test shows that when the project has grids imported, it crashes but not so when just summary files imported. Also, it crashes more in office than through VPN at home. No clue why.
Bugreport from at least two users.
Seems to be related to Qt's accessibility code. Unable to reproduce on my machine, though. Maybe try to disable screen reader as suggested in https://gitlab.kitware.com/LidarView/lidarview-core/-/issues/47 ?
Investigated, and it seems like this is a Qt5-related bug. No open issues related to this for Qt6.