Comment 3 for bug 1332598

Revision history for this message
Michael Terry (mterry) wrote :

I looked into this briefly over the weekend. I just wanted to see if I could stop the crash by disabling a little bit of qml, so I could at least test parts of the shell for other branches.

It seems like the error is in the Dash's GenericScopeView's sectionDelegate being set to a ListItems.Header.

If ListItems.Header doesn't have any height (no child items and no declared height), it doesn't crash. If you comment out some of the code in ListViewWithPageHeader::setSectionDelegate and ListViewWithPageHeader::getSectionItem, it doesn't crash.

But I figure digging more than that involved more knowledge of Qml than I have, at least to figure it out in a reasonable amount of time.