Am Montag, 13. Mai 2019, 15:54:47 CEST schrieb Jürgen Spitzmüller:
> Am Mo., 13. Mai 2019 um 15:26 Uhr schrieb jungok <[email protected]
>
> > Running under gdb, the role value in
> > /usr/src/lyx/lyx-git/src/frontends/qt4/GuiIdListModel.cpp:71
> > is 255.
>
> No wonder it asserts. However, I am puzzled what role 255 is supposed to
> be. There is no such role in the ItemDataRole enum. The highest value is 32.
>
> Can you try and find out more about this?
I have no clue, how to debug systems QT. For me it looks like
255 = (unsigned char)(-1), e.g. role could not be found. Maybe the expected
role is developped in a later QT version?
Or do we have a routine assigning the role, where I could set a breakpoint?
> Jürgen
Kornel