Abdelrazak Younes wrote: > I just had a look at the code and I don't see anything wrong at first > glance. Do you have a recipe to reproduce that?
I got it with an assertion in the InsetCommandParams constructor when trying to read an invalid file. Just add BOOST_ASSERT(false) to it, and try to export to .tex from the command line: lyx -e latex test.lyx test.lyx needs to contain a command inset, e.g. a label. Georg