I opened an existing document, and turned on the outline.
It came up empty - which is strange. The document has
lots of numbered sectioning.
I clicked on the slider for setting detail level, and LyX died:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xa629f6c0 (LWP 7793)]
0x0853d6f6 in lyx::frontend::TocWidget::setTreeDepth (this=0x8baf868,
depth=3)
at ../../../../lyx-devel/src/frontends/qt4/TocWidget.cpp:132
132
Qt::MatchFlags(Qt::MatchWildcard|Qt::MatchRecursive));
(gdb) bt
#0 0x0853d6f6 in lyx::frontend::TocWidget::setTreeDepth
(this=0x8baf868, depth=3)
at ../../../../lyx-devel/src/frontends/qt4/TocWidget.cpp:132
#1 0x0853e49a in lyx::frontend::TocWidget::qt_metacall (this=0x8baf868,
_c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xaffa628c) at
./TocWidget_moc.cpp:89
#2 0xa7526d12 in QMetaObject::activate (sender=0x8be3750,
from_signal_index=27, to_signal_index=27,
argv=0xaffa628c) at kernel/qobject.cpp:3086
#3 0xa7527141 in QMetaObject::activate (sender=0x8be3750, m=0xa7dcc854,
local_signal_index=0,
argv=0xaffa628c) at kernel/qobject.cpp:3148
#4 0xa7d1669a in QAbstractSlider::valueChanged (this=0x8be3750, _t1=3)
at .moc/debug-shared/moc_qabstractslider.cpp:160
#5 0xa7ac451f in QAbstractSlider::setValue (this=0x8be3750, value=3)
at widgets/qabstractslider.cpp:524
#6 0xa7ac468d in QAbstractSlider::triggerAction (this=0x8be3750,
action=QAbstractSlider::SliderPageStepAdd) at
widgets/qabstractslider.cpp:613
#7 0xa7b6ebf8 in QSlider::mousePressEvent (this=0x8be3750,
ev=0xaffa6b88) at widgets/qslider.cpp:472
#8 0xa77cb3dd in QWidget::event (this=0x8be3750, event=0xaffa6b88) at
kernel/qwidget.cpp:6077
#9 0xa7ac431c in QAbstractSlider::event (this=0x8be3750, e=0xaffa6b88)
at widgets/qabstractslider.cpp:834
#10 0xa7b6ef05 in QSlider::event (this=0x8be3750, event=0xaffa6b88) at
widgets/qslider.cpp:431
#11 0xa7779af1 in QApplicationPrivate::notify_helper (this=0x877abc0,
receiver=0x8be3750,
e=0xaffa6b88) at kernel/qapplication.cpp:3558
#12 0xa777a6cb in QApplication::notify (this=0x877c288,
receiver=0x8be3750, e=0xaffa6b88)
at kernel/qapplication.cpp:3257
#13 0x08408e30 in lyx::frontend::GuiApplication::notify (this=0x877c288,
receiver=0x8be3750,
event=0xaffa6b88) at
../../../../lyx-devel/src/frontends/qt4/GuiApplication.cpp:286
#14 0xa751588e in QCoreApplication::notifyInternal (this=0x877c288,
receiver=0x8be3750,
event=0xaffa6b88) at kernel/qcoreapplication.cpp:532
#15 0xa7784f9b in QCoreApplication::sendSpontaneousEvent
(receiver=0x8be3750, event=0xaffa6b88)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:205
#16 0xa77e5a92 in QETWidget::translateMouseEvent (this=0x8be3750,
event=0xaffa7010)
at kernel/qapplication_x11.cpp:3871
#17 0xa77e37aa in QApplication::x11ProcessEvent (this=0x877c288,
event=0xaffa7010)
at kernel/qapplication_x11.cpp:2922
#18 0xa781166e in x11EventSourceDispatch (s=0x8783f08, callback=0,
user_data=0x0)
at kernel/qguieventdispatcher_glib.cpp:137
#19 0xa7382d6c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#20 0xa738619f in ?? () from /usr/lib/libglib-2.0.so.0
#21 0x08783230 in ?? ()
#22 0x00000000 in ?? ()
Helge Hafting