Abdelrazak Younes wrote:
Kornel Benko wrote:
Latest in trunk

in LyX open file Extended-Insets.lyx (The latest anounced by Uwe Stöhr,
    http://wiki.lyx.org/LyX/DocumentationDevelopment#Extended-Insets)
view->DVI (or view->Postscript etc)
==> crash

Does the attached patch helps?

The patch...

Index: support/unicode.C
===================================================================
--- support/unicode.C   (revision 15890)
+++ support/unicode.C   (working copy)
@@ -52,10 +52,12 @@
 
 IconvProcessor::~IconvProcessor()
 {
+       /*
        if (iconv_close(pimpl_->cd) == -1) {
                lyxerr << "Error returned from iconv_close("
                        << errno << ")" << endl;
        }
+       */
        delete pimpl_;
 }
 

Reply via email to