Jürgen Spitzmüller wrote: > When I try to compile the following testcase from bugzilla: > http://bugzilla.lyx.org/attachment.cgi?id=1416&action=view > I get an assert: > > Assertion triggered in lyx::support::FileName::FileName(const > std::string&) by failing check "!contains(name_, '\\')" in file > filename.C:48 LyX: Attempting to save document > /home/juergen/test/3117-2.lyx > /home/juergen/test/3117-2.lyx.emergency > Save seems successful. Phew. > > I couldn't reproduce it with another file. I guess the reason is the LaTeX > error produced by this file.
Yes. The filename in this case is "job aborted, no legal \end found". Somebody should fix the regexes that extract filenames. Georg
