On Thu, Jun 19, 2008 at 1:31 PM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> Bennett Helm wrote > >> 2. The first time a document is opened, it has too much visible: TOC, >>>>> source, and the standard, extra, and view update toolbars. Wouldn't it >>>>> be >>>>> better to use document defaults for opening new windows? >>>>> >>>>> >>>> > This should be fixed now. (I won't comment on this yet -- see below.) > OK -- a more serious blemish. I just updated to r25326 (from 25325), and I > get a crash on closing a window. Here's the backtrace: > > And this too. Nope: it still crashes on window close. Here's the new backtrace. QObject: Do not delete object, 'unnamed', during its event handler! Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/operand. 0x0ea27c10 in ?? () (gdb) bt #0 0x0ea27c10 in ?? () #1 0x001252b0 in lyx::LyXFunc::setLyXView (this=0x142cef0, lv=0xea27574) at LyXFunc.cpp:212 #2 0x00b63987 in QCoreApplicationPrivate::sendThroughObjectEventFilters () #3 0x005ab26f in QApplicationPrivate::notify_helper () #4 0x005b151c in QApplication::notify () #5 0x0036beb1 in lyx::frontend::GuiApplication::notify (this=0x142d440, receiver=0xea27560, event=0xea27560) at GuiApplication.cpp:1142 #6 0x00b63834 in QCoreApplication::notifyInternal () at qatomic_i386.h:134 #7 0x005af56d in QApplication::setActiveWindow () at crc.hpp:531 #8 0x005fa377 in QApplicationPrivate::globalEventProcessor () at crc.hpp:531 #9 0x946d6763 in DispatchEventToHandlers () #10 0x946d5b9d in SendEventToEventTargetInternal () #11 0x946d5a02 in SendEventToEventTargetWithOptions () #12 0x9475af0d in PostActivateEvent () #13 0x9475a99b in HiliteAndActivateWindow () #14 0x94998135 in AdjustToNewWindowActivation () #15 0x9475bba8 in PotentiallyAdjustToNewWindowActivation () #16 0x9475baf2 in BringToFrontAndActivateWindow () #17 0x9475b9af in WindowData::SelectWindow () #18 0x0061060c in QWidget::activateWindow () at crc.hpp:531 #19 0x005fa8b8 in QApplicationPrivate::globalEventProcessor () at crc.hpp:531 #20 0x946d6763 in DispatchEventToHandlers () #21 0x946d5b9d in SendEventToEventTargetInternal () #22 0x946d5a02 in SendEventToEventTargetWithOptions () #23 0x9470483c in ToolboxEventDispatcherHandler () #24 0x946d6b1c in DispatchEventToHandlers () #25 0x946d5b9d in SendEventToEventTargetInternal () #26 0x946f24ee in SendEventToEventTarget () #27 0x005f55a1 in qt_mac_send_event () at crc.hpp:531 #28 0x00601a42 in QEventDispatcherMac::processEvents () at crc.hpp:531 #29 0x00b62f41 in QEventLoop::processEvents () at qatomic_i386.h:134 #30 0x00b6306a in QEventLoop::exec () at qatomic_i386.h:134 #31 0x00b65d61 in QCoreApplication::exec () at qatomic_i386.h:134 #32 0x001164c9 in lyx::LyX::exec (this=0xbffff378, [EMAIL PROTECTED], argv=0xbffff3bc) at LyX.cpp:442 #33 0x00002379 in main (argc=1, argv=0xbffff3bc) at main.cpp:46 Bennett