Enrico Forestieri wrote: > On Fri, Aug 29, 2008 at 01:43:16PM +0200, Pavel Sanda wrote: > > > Error 84 returned from iconv when converting from UCS-4LE to ISO-8859-15: > > Invalid or incomplete multibyte or wide character > > Converted input: 0x0062 0x0065 0x0067 0x0069 0x006e 0x007b 0x0070 0x0072 > > 0x0065 0x0076 0x0069 0x0065 0x0077 0x007d 0x000a 0x0024 0x005c 0x0074 > > 0x0065 0x0078 0x0074 0x0072 0x006d 0x007b > > Stopped at: 0x212b > > Unconverted input: 0x007d 0x0024 > > Please, try whether the attached patch fixes the iconv errors.
now i get assert: (gdb) bt #0 0xb7f8a410 in __kernel_vsyscall () #1 0xb6d851e1 in raise () from /lib/libc.so.6 #2 0xb6d869c8 in abort () from /lib/libc.so.6 #3 0x0814b002 in lyx::lyx_exit (exit_code=1) at LyX.cpp:200 #4 0x08641681 in lyx::doAssert (expr=0x865b3a8 "false", file=0x86881ea "insets/Inset.cpp", line=137) at lassert.cpp:23 #5 0x08303b29 in lyx::Inset::buffer (this=0x8badd68) at insets/Inset.cpp:137 #6 0x0827c22a in latexString ([EMAIL PROTECTED]) at mathed/InsetMathHull.cpp:449 #7 0x0827c76c in lyx::InsetMathHull::addPreview (this=0x8badd68, [EMAIL PROTECTED]) at mathed/InsetMathHull.cpp:459 #8 0x0861fc8d in lyx::graphics::Previews::generateBufferPreviews (this=0x8849bd8, [EMAIL PROTECTED]) at graphics/Previews.cpp:75 #9 0x0845ecdf in GuiWorkArea (this=0x8e11868, [EMAIL PROTECTED], [EMAIL PROTECTED]) at GuiWorkArea.cpp:241 #10 0x08461e50 in lyx::frontend::TabWorkArea::addWorkArea (this=0x8df66e8, [EMAIL PROTECTED], [EMAIL PROTECTED]) at GuiWorkArea.cpp:1340 #11 0x0843c546 in lyx::frontend::GuiView::addWorkArea (this=0x8868970, [EMAIL PROTECTED]) at GuiView.cpp:858 #12 0x0843c7d9 in lyx::frontend::GuiView::setBuffer (this=0x8868970, newBuffer=0x89f5588) at GuiView.cpp:989 #13 0x0843dc95 in lyx::frontend::GuiView::loadDocument (this=0x8868970, [EMAIL PROTECTED], tolastfiles=false) at GuiView.cpp:1255 #14 0x081697a3 in lyx::LyXFunc::dispatch (this=0x8849a10, [EMAIL PROTECTED]) at LyXFunc.cpp:1027 #15 0x0814ac85 in lyx::dispatch ([EMAIL PROTECTED]) at LyX.cpp:1132 #16 0x0848fc45 in lyx::frontend::Action::action (this=0x89f7740) at Action.cpp:69 #17 0x0848fcd2 in lyx::frontend::Action::qt_metacall (this=0x89f7740, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbff46b2c) at Action_moc.cpp:69 #18 0xb7413d7b in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4 #19 0xb7414172 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4 #20 0xb7636e43 in QAction::triggered () from /usr/lib/qt4/libQtGui.so.4 #21 0xb763783d in QAction::activate () from /usr/lib/qt4/libQtGui.so.4 #22 0xb7a128a5 in ?? () from /usr/lib/qt4/libQtGui.so.4 #23 0xb7a14b1a in QMenu::mouseReleaseEvent () from /usr/lib/qt4/libQtGui.so.4 #24 0xb7690dd3 in QWidget::event () from /usr/lib/qt4/libQtGui.so.4 #25 0xb7a1030f in QMenu::event () from /usr/lib/qt4/libQtGui.so.4 #26 0xb763deff in QApplicationPrivate::notify_helper () from /usr/lib/qt4/libQtGui.so.4 #27 0xb7642ddd in QApplication::notify () from /usr/lib/qt4/libQtGui.so.4 #28 0x0842153b in lyx::frontend::GuiApplication::notify (this=0x8848818, receiver=0x89b1fe0, event=0xbff47300) at GuiApplication.cpp:1190 #29 0xb73fee67 in QCoreApplication::notifyInternal () from /usr/lib/qt4/libQtCore.so.4 #30 0xb7642599 in QApplicationPrivate::sendMouseEvent () from /usr/lib/qt4/libQtGui.so.4 #31 0xb76a8495 in ?? () from /usr/lib/qt4/libQtGui.so.4 #32 0xb76a716d in QApplication::x11ProcessEvent () from /usr/lib/qt4/libQtGui.so.4 #33 0xb76ccdb3 in ?? () from /usr/lib/qt4/libQtGui.so.4 ---Type <return> to continue, or q <return> to quit--- #34 0xb73fe03d in QEventLoop::processEvents () from /usr/lib/qt4/libQtCore.so.4 #35 0xb73fe1dd in QEventLoop::exec () from /usr/lib/qt4/libQtCore.so.4 #36 0xb7400356 in QCoreApplication::exec () from /usr/lib/qt4/libQtCore.so.4 #37 0xb763d727 in QApplication::exec () from /usr/lib/qt4/libQtGui.so.4 #38 0x0815710d in lyx::LyX::exec (this=0xbff47920, [EMAIL PROTECTED], argv=0xbff479d4) at LyX.cpp:343 #39 0x08076daa in main (argc=1, argv=Cannot access memory at address 0x4804 ) at main.cpp:46 pavel