Both, lyx2.4 and lyx2.3
To reproduce:

1.) Open (or create) a small lyx-file. (Say 3 lines)
2.) select the whole buffer
3.) in findadv search for a string (ignore format or not)
        ==> crash

LASSERT() is called at lyxfind.cpp in stringifyFromForSearch()
        LASSERT(cur.pos() >= 0 && cur.pos() <= cur.lastpos(),
                return docstring());

In my case
        cur.pos() == 12
        cur.lastpos() == 11
        len == -1

        Kornel

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

Reply via email to