Hi all I want to report a crash in the development version related to changes in the fullscreen settings:
* start lyx and start new document (essential, otherwise no crash) * In Tools/Preferences go to Editing/Control and uncheck for example "hide menubar". Then click "save" which leads for me to the crash: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb6d966c0 (LWP 20420)] 0x0847bf14 in lyx::frontend::GuiView::currentWorkArea (this=0x0) at GuiView.cpp:896 896 GuiWorkArea * GuiView::currentWorkArea() Below I have attached the backtrace: (gdb) backtrace #0 0x0847bf14 in lyx::frontend::GuiView::currentWorkArea (this=0x0) at GuiView.cpp:896 #1 0x0847dd34 in lyx::frontend::GuiView::workArea (this=0x0, buff...@0x8d0c4c8) at GuiView.cpp:858 #2 0x084c18bb in expandDocuments (this=0x8c678a8) at Menus.cpp:784 #3 0x084ca9b2 in expand (this=0x895ea28, fromme...@0x8e81048, tome...@0x8c678a8, bv=0x8d297b8) at Menus.cpp:1566 #4 0x084cb1f0 in expand (this=0x895ea28, fromme...@0x895ea34, tome...@0xbff3cd94, bv=0x8d297b8) at Menus.cpp:1647 #5 0x084cb806 in lyx::frontend::Menus::fillMenuBar (this=0x895d938, qmb=0x8c7a8a8, view=0x8948ba8, initial=false) at Menus.cpp:1814 #6 0x08494ba8 in lyx::frontend::GuiView::resetDialogs (this=0x8948ba8) at GuiView.cpp:2924 #7 0x08461931 in lyx::frontend::GuiApplication::resetGui (this=0x891bd38) at GuiApplication.cpp:1030 #8 0x08175147 in lyx::LyXFunc::dispatch (this=0x891b370, c...@0xbff3d460) at LyXFunc.cpp:702 #9 0x08159e13 in lyx::dispatch (acti...@0xbff3d460) at LyX.cpp:1155 #10 0x084e1e4d in lyx::frontend::Dialog::dispatch (this=0x8d39f7c, f...@0xbff3d460) at Dialog.cpp:61 #11 0x085f2dd6 in lyx::frontend::GuiPreferences::dispatchParams (this=0x8d39f68) at GuiPrefs.cpp:2939 #12 0x084e2353 in lyx::frontend::Dialog::apply (this=0x8d39f7c) at Dialog.cpp:145 #13 0x0852b311 in lyx::frontend::GuiDialog::slotOK (this=0x8d39f68) at GuiDialog.cpp:64 #14 0x0852b3df in lyx::frontend::GuiDialog::qt_metacall (this=0x8d39f68, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbff3d63c) at moc_GuiDialog.cpp:75 #15 0x085cfdab in lyx::frontend::GuiPreferences::qt_metacall (this=0x8d39f68, _c=QMetaObject::InvokeMetaMethod, _id=36, _a=0xbff3d63c) at moc_GuiPrefs.cpp:63 #16 0xb7e1f4f9 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #17 0xb7e1f930 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #18 0xb7ab7eb1 in QAbstractButton::clicked () from /usr/lib/libQtGui.so.4 #19 0xb7817f49 in ?? () from /usr/lib/libQtGui.so.4 #20 0xb78197e0 in ?? () from /usr/lib/libQtGui.so.4 #21 0xb7819a3b in QAbstractButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4 #22 0xb75314a4 in QWidget::event () from /usr/lib/libQtGui.so.4 #23 0xb7818aff in QAbstractButton::event () from /usr/lib/libQtGui.so.4 #24 0xb78bd932 in QPushButton::event () from /usr/lib/libQtGui.so.4 #25 0xb74d9c0c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #26 0xb74decd5 in QApplication::notify () from /usr/lib/libQtGui.so.4 #27 0x0845e305 in lyx::frontend::GuiApplication::notify (this=0x891bd38, receiver=0x8d0f920, event=0xbff3dc3c) at GuiApplication.cpp:1349 #28 0xb7e0a6a9 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #29 0xb74dbe21 in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4 #30 0xb7545ccd in ?? () from /usr/lib/libQtGui.so.4 #31 0xb75446b1 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #32 0xb756d3ba in ?? () from /usr/lib/libQtGui.so.4 #33 0xb6fa6cf6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #34 0xb6faa0b3 in ?? () from /usr/lib/libglib-2.0.so.0 #35 0xb6faa66e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #36 0xb7e35f98 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #37 0xb756d1b5 in ?? () from /usr/lib/libQtGui.so.4 #38 0xb7e0992d in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #39 0xb7e09abd in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #40 0xb7e0bd3d in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #41 0xb74d9567 in QApplication::exec () from /usr/lib/libQtGui.so.4 #42 0x0845b2d4 in lyx::frontend::GuiApplication::exec (this=0x891bd38) at GuiApplication.cpp:1144 #43 0x08166dde in lyx::LyX::exec (this=0xbff3e490, ar...@0xbff3e4c0, argv=0xbff3e544) at LyX.cpp:358 #44 0x08071b27 in main (argc=1, argv=0x8cfcb08) at main.cpp:46 - Sebastian