Hi,
I've updated CVS (as of June 3rd) and can't load my document anymore, because LyX crashes with a Sigsegv during the load. It's on a FreeBSD 4.5 PC. Here comes my gdb session: ----------------------------------------------------------- $ gdb src/lyx GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (gdb) run Starting program: /home/lahaye/SOFTWARE/lyx-devel/src/lyx looking up 'not' found: 0 looking up 'in' found: 1 looking up 'in' found: 1 looking up 'notin' found: 0 looking up 'slash' found: 0 looking up 'neg' found: 1 [...] looking up 'hat' found: 1 looking up 'hat' found: 1 looking up 'circ' found: 1 looking up 'circ' found: 1 faking msb No font matches request. Using 'fixed'. Start LyX as 'lyx -dbg 515' to get more information. Program received signal SIGSEGV, Segmentation fault. 0x80a6cbf in Buffer::readLyXformat2 (this=0x8600200, lex=@0xbfbfe604, par=0x86178c0) at buffer.C:372 372 font); (gdb) bt #0 0x80a6cbf in Buffer::readLyXformat2 (this=0x8600200, lex=@0xbfbfe604, par=0x86178c0) at buffer.C:372 #1 0x80b2677 in Buffer::readFile (this=0x8600200, lex=@0xbfbfe604, par=0x0) at buffer.C:1717 #2 0x80cc0c7 in BufferList::readFile (this=0x8519ff4, s=@0xbfbfe7e8, ronly=false) at bufferlist.C:426 #3 0x80cd667 in BufferList::loadLyXFile (this=0x8519ff4, filename=@0xbfbfec98, tolastfiles=true) at bufferlist.C:535 #4 0x81248ba in LyXFunc::open (this=0x854f680, fname=@0xbfbff644) at lyxfunc.C:1901 #5 0x811a230 in LyXFunc::dispatch (this=0xbfbff644, action=LFUN_FILE_OPEN, argument=0xbfbff644) at lyxfunc.C:1344 #6 0x81153c4 in LyXFunc::verboseDispatch (this=0x854f680, action=LFUN_FILE_OPEN, argument=@0xbfbff698, show_sc=true) at lyxfunc.C:801 #7 0x8115313 in LyXFunc::verboseDispatch (this=0x854f680, ac=461, show_sc=true) at lyxfunc.C:793 #8 0x8303865 in Menubar::Pimpl::MenuCallback (ob=0x85abd00, button=1) at Menubar_pimpl.C:588 #9 0x82f9a10 in C_Menubar_Pimpl_MenuCallback (ob=0x85abd00, button=1) at Menubar_pimpl.C:82 #10 0x28551daf in fl_object_qread () from /usr/X11R6/lib/libforms.so.0.88 #11 0x2855f279 in fl_check_forms () from /usr/X11R6/lib/libforms.so.0.88 #12 0x82f87ad in GUIRunTime::runTime () at GUIRunTime.C:87 #13 0x8101154 in LyXGUI::runTime (this=0x85410c0) at lyx_gui.C:292 #14 0x8101f81 in LyX::LyX (this=0xbfbffa40, argc=0xbfbffa78, argv=0xbfbffac4) at ../src/lyx_main.C:177 #15 0x814d242 in main (argc=1, argv=0xbfbffac4) at ../src/main.C:38 #16 0x8050c35 in _start () (gdb) ----------------------------------------------------------- Any idea what's causing the Sigsegv? Regards, Rob.