Bug reported:
https://bugs.kde.org/show_bug.cgi?id=352369
2015-09-07 1:07 GMT+03:00 Albert Astals Cid :
> El Dilluns, 7 de setembre de 2015, a les 00:26:47, Ilya Matveychikov va
> escriure:
>> $ git log -1
>>
>> ASSERT: "m_mappedFirstChildren.isEmpty()" in file
>> kitemmodels/kselectionproxymodel
El Dilluns, 7 de setembre de 2015, a les 00:26:47, Ilya Matveychikov va
escriure:
> $ git log -1
>
> ASSERT: "m_mappedFirstChildren.isEmpty()" in file
> kitemmodels/kselectionproxymodel.cpp, line 1989
> Segmentation fault (core dumped)
>
> Test case:
>
> 1) run TreeModel
> 2) select "B"
> 3) ty
$ git log -1
ASSERT: "m_mappedFirstChildren.isEmpty()" in file
kitemmodels/kselectionproxymodel.cpp, line 1989
Segmentation fault (core dumped)
Test case:
1) run TreeModel
2) select "B"
3) type "c" in edit, then backspace
4) type "f" in edit, then backspace
5) type "x" in edit -> CRASH
2015-09-
El Divendres, 4 de setembre de 2015, a les 13:43:36, Ilya Matveychikov va
escriure:
> Here is the KSelectionProxyModel model
>
> problem. It crashes with segmentation fault while selection/deselection
> occurs...
Does not crash here. What do you do to make it crash?
Do you have a gdb/valgri
Here is the KSelectionProxyModel model
problem. It crashes with segmentation fault while selection/deselection
occurs...
Test sample and the case:
https://github.com/milabs/QtSampleModel/tree/treemodel
Also, looks like that model doesn't operate with QTableView
correctly. The patch shows