Re: 1.4.2svn crash with view-postscript/dvi (export to latex?)

2006-05-25 Thread Georg Baum
Am Donnerstag, 25. Mai 2006 05:28 schrieb Bo Peng: if (lyx::support::rename(temp_file, new_file)) { temp_file = new_file; output_file = ChangeExtension(output_file, ext);

Re: 1.4.2svn crash with view->postscript/dvi (export to latex?)

2006-05-25 Thread Georg Baum
Am Donnerstag, 25. Mai 2006 05:28 schrieb Bo Peng: > if (lyx::support::rename(temp_file, new_file)) { > temp_file = new_file; > output_file = ChangeExtension(output_file, ext); >

1.4.2svn crash with view-postscript/dvi (export to latex?)

2006-05-24 Thread Bo Peng
Dear list, lyx 1.4.2 cvs crashes when I try to view a file with eps figure. Here is the gdb trace: Assertion triggered in void ExportData::addExternalFile(const std::string, const std::string, const std::string) by failing check lyx::support::AbsolutePath(sourceName) in file exporter.C:322

Re: 1.4.2svn crash with view-postscript/dvi (export to latex?)

2006-05-24 Thread Bo Peng
The problem is at line 683, insetgraphics.C // source file is now full path /tmp/lyx_tmpdir20237FyBZGA/lyx_tmpbuf0/4_home_bpeng_simuPOP_doc_log_LDdecay.eps if (!runparams.nice GetExtension(temp_file) != ext) { // The LaTeX compiler will not be able to

1.4.2svn crash with view->postscript/dvi (export to latex?)

2006-05-24 Thread Bo Peng
Dear list, lyx 1.4.2 cvs crashes when I try to view a file with eps figure. Here is the gdb trace: Assertion triggered in void ExportData::addExternalFile(const std::string&, const std::string&, const std::string&) by failing check "lyx::support::AbsolutePath(sourceName)" in file exporter.C:322

Re: 1.4.2svn crash with view->postscript/dvi (export to latex?)

2006-05-24 Thread Bo Peng
The problem is at line 683, insetgraphics.C // source file is now full path /tmp/lyx_tmpdir20237FyBZGA/lyx_tmpbuf0/4_home_bpeng_simuPOP_doc_log_LDdecay.eps if (!runparams.nice && GetExtension(temp_file) != ext) { // The LaTeX compiler will not be able to