Juergen Spitzmueller wrote:

Juergen Spitzmueller wrote:
             //         list.erase(it, end);

Maybe erase is the problem.

Hm, looking at it again, I think you have to replace
list.erase(it, end);
by
list.erase(it);
I changed the line but LyX still crashes:

Indexing files of type cls
Indexing files of type sty
Indexing files of type bst
Indexing files of type bib

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Maybe "valgrind" gives us some hints...

Michael

Reply via email to