LyX crashes whenever I save or dvi a document that contains
'cdots' in math equations.


Thanks.
(gdb) run
Starting program: /extra/install/lyx-1.1.6fix1/src/lyx 
[New Thread 1024 (LWP 5905)]
Warning: Setting language `default' to `english'.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 5905)]
0x40151530 in ostream::operator<< () from /usr/lib/libstdc++-libc6.2-2.so.3
Current language:  auto; currently c
(gdb) bt
#0  0x40151530 in ostream::operator<< () from /usr/lib/libstdc++-libc6.2-2.so.3
#1  0x81aefbf in MathDotsInset::Write (this=0x8413670, os=@0x20)
    at math_write.C:59
#2  0x81af897 in MathParInset::Write (this=0x8413300, os=@0xbfffcc18, 
    fragile=false) at math_write.C:237
#3  0x81afd74 in mathed_write (p=0x8413300, os=@0xbfffcc18, 
    newlines=0xbfffc94c, fragile=false, label=@0x83d2ff4) at math_write.C:350
#4  0x8197d19 in InsetFormula::Latex (this=0x83d2fd0, os=@0xbfffcc18, 
    fragile=false) at formula.C:331
#5  0x8197ce0 in InsetFormula::Write (this=0x83d2fd0, buf=0x8413348, 
    os=@0xbfffcc18) at formula.C:322
#6  0x814813a in LyXParagraph::writeFile (this=0x8414020, buf=0x8413348, 
    os=@0xbfffcc18, params=@0x8413358, footflag=0 '\000', dth=0 '\000')
    at paragraph.C:280
#7  0x8096cee in Buffer::writeFile (this=0x8413348, fname=@0x84134d8, 
    flag=false) at buffer.C:1306
#8  0x809653e in Buffer::save (this=0x8413348) at buffer.C:1193
#9  0x80ee34c in MenuWrite (bv=0x83cd420, buffer=0x8413348) at lyx_cb.C:168
#10 0x80effff in MenuWriteAs (bv=0x83cd420, buffer=0x8413348) at lyx_cb.C:260
#11 0x8111e9a in LyXFunc::Dispatch (this=0x83cec48, ac=6, 
    do_not_use_this_arg=@0xbffff42c) at lyxfunc.C:811
#12 0x825d9e2 in Menubar::Pimpl::MenuCallback (ob=0x83c6c20, button=1)
    at /usr/include/g++-3/std/bastring.h:176
#13 0x8289d4c in fl_object_qread () at ../sigc++/slot.h:111
#14 0x82888b5 in fl_check_forms () at ../sigc++/slot.h:111
#15 0x8207160 in GUIRunTime::runTime () at GUIRunTime.C:79
#16 0x80f7dc8 in LyXGUI::runTime (this=0x83a6398) at lyx_gui.C:419
#17 0x80f9f74 in LyX::LyX (this=0x0, argc=0xbffff6d0, argv=0xbffff734)
    at ../src/lyx_main.C:168
#18 0x8145326 in main (argc=1, argv=0xbffff734) at ../src/main.C:40
#19 0x401b3e51 in __libc_start_main (main=0x8145190 <main>, argc=1, 
    ubp_av=0xbffff734, init=0x804e0ec <_init>, fini=0x83258e4 <_fini>, 
    rtld_fini=0x4000e264 <_dl_fini>, stack_end=0xbffff72c)
    at ../sysdeps/generic/libc-start.c:111
(gdb) 
(gdb) info locals
No symbol table info available.
(gdb) up
#1  0x81aefbf in MathDotsInset::Write (this=0x8413670, os=@0x20)
    at math_write.C:59
59              os << '\\' << name << ' ';
Current language:  auto; currently c++
(gdb) 

Reply via email to