Am Montag, 13. Mai 2019, 16:25:45 CEST schrieb Jürgen Spitzmüller:
> Am Mo., 13. Mai 2019 um 16:09 Uhr schrieb jungok <[email protected]
>
> > 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?
>
> No, I don't think so. What we do is that we check for the sensible roles in
> that switch and assert if the switch was left without action. All those
> roles are even in Qt 4.
>
> Does this patch also report 255?
Yes, the result is
frontends/qt4/GuiIdListModel.cpp (72): Unrecognized role: 255
support/lassert.cpp (51): ASSERTION false VIOLATED IN /usr/src/lyx/lyx-git/
src/frontends/qt4/GuiIdListModel.cpp:73
followed be the stack output and core dump.
.
Kornel