[This is with or without my previous menu patch]
- run LyX
- Help>Introduction
- Help>Tutorial
- View>Intro.lyx
- exit
===> crash!
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1221143904 (LWP 17220)]
0x081b3127 in LyXFunc::getStatus (this=0x898a808, [EMAIL PROTECTED])
at dociterator.h:85
85 dociterator.h: No such file or directory.
in dociterator.h
(gdb) bt
#0 0x081b3127 in LyXFunc::getStatus (this=0x898a808, [EMAIL PROTECTED])
at dociterator.h:85
#1 0x0858ffc0 in lyx::frontend::Action::update (this=0x89a9bd8)
at LyXView.h:88
#2 0x0857c917 in lyx::frontend::QLToolbar::update (this=0x893f218)
at stl_vector.h:462
#3 0x0842cc14 in Toolbars::update (this=0x8949860)
at ../../../lyx-devel/src/frontends/Toolbars.C:150
#4 0x0842c91e in Toolbars::update (this=0x8949860, in_math=false,
in_table=false) at ../../../lyx-devel/src/frontends/Toolbars.C:67
#5 0x08428130 in LyXView::updateToolbars (this=0x8989c64) at scoped_ptr.hpp:93
#6 0x08426b5f in LyXView::setBuffer (this=0x8989c64, b=0x0)
at ../../../lyx-devel/src/frontends/LyXView.C:151
(and then lots of boost::bind related garbage).
JMarc