Am Montag, 8. April 2013 um 18:03:04, schrieb Richard Heck <rgh...@lyx.org>
> >
> > The crash may be dependent on preferences, because I could not make it 
> > crash on fresh
> >
> > userdir.
> >
> 
> It certainly looks like you must have "cursor follows scrollbar" set. Is 
> that the difference from the fresh userdir?

Preference-differences:
                                              crash        no crash
############################################################
cursor follows scrollbar          on           off
scroll below end of doc           on           off

As soon as I set them, I get the crash again using the mouse wheel.
(I was trying to look at the newfile1.lyx, given us from Rudi Gaelzer.)

> In any event, the assertion is here:
> 
> void Text::setCursor(CursorSlice & cur, pit_type par, pos_type pos)
> {
>      LASSERT(par != int(paragraphs().size()), /**/);
>      cur.pit() = par;
>      cur.pos() = pos;
> 
> I'm not sure why we are making exactly this check.
> 
> Richard

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to