OK. I have tested recent lyx-devel- from CVS. Out of 5 bugs reported in
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11749.html
BUG1, BUG2 seem to be fixed. BUG3 was a result of me double-clicking on
Include:d2 instead of single click - second click was switching Include to
Input.

There still remain reLyX(?) bug:
BUG4: the name shown in the Include window should have .lyx extension.
Generated Lyx code is:
\begin_inset Include \include{d2}
it should be:
\begin_inset Include \include{d2.lyx}

Then, let me again describe the procedure to get BUG5 - SIGSEGV.

start lyx (1.1.5cvs of Sun, May 21, 2000 - I have checked it out today, why
such old date?)

File/Import Latex/ d0.tex
Doubleclick on <Include: d2> -window opens
add ".lyx" to "d2" in Filename.
Press <Load>

"Chapter 1 Document d2.tex" opens.

Select File/d0.lyx menu.

"Document is already open: ~/dok/patrick/d0.lyx Do you want to reload that
document?
ALTERNATIVES:
<No>  ->  Everything OK, I can see d0 main document.
<Yes> ->  BUG5:
lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. If possible, please read 'Known bugs'
under the Help menu and then send us a full bug report. Thanks!
lyx: Attempting to save document /home/motyl/dok/patrick/d0.lyx as...
  1) /home/motyl/dok/patrick/d0.lyx.emergency
  Save seems successful. Phew.
Bye.
Aborted
Under gdb:
Program received signal SIGSEGV, Segmentation fault.
0x804f338 in BufferView::hideCursor (this=0x0) at BufferView.C:308
308             pimpl_->hideCursor();
(gdb) where
#0  0x804f338 in BufferView::hideCursor (this=0x0) at BufferView.C:308
#1  0x807d86f in ProhibitInput (bv=0x0) at bufferview_funcs.C:138
#2  0x807a707 in BufferList::close (this=0x81ba878, buf=0x82536a8)
    at bufferlist.C:157
#3  0x807bb71 in BufferList::loadLyXFile (this=0x81ba878, 
    filename=@0xbffff008, tolastfiles=true) at bufferlist.C:436
#4  0x80cab27 in Menus::ShowFileMenu (ob=0x81e76a0) at menus.C:744
#5  0x80c76d4 in C_Menus_ShowFileMenu (ob=0x81e76a0, data=0) at menus.C:76
#6  0x4003ea34 in fl_object_qread () from /usr/X11R6/lib/libforms.so.0.89
#7  0x4004ea3e in fl_check_forms () from /usr/X11R6/lib/libforms.so.0.89
#8  0x80a7f41 in LyXGUI::runTime (this=0x81ce940) at lyx_gui.C:595
#9  0x80a9394 in LyX::LyX (this=0xbffffa3c, argc=0xbffffae4, argv=0xbffffb44)
    at ../src/lyx_main.C:158
#10 0x80c7695 in main (argc=1, argv=0xbffffb44) at ../src/main.C:75
(gdb) 

Best regards,
--
Tomasz Motylewski


Reply via email to