On Wed, Mar 24, 2010 at 11:52 AM, Stephan Witt <st.w...@gmx.net> wrote:
> Am 24.03.2010 um 16:11 schrieb BH:
>
>> On Wed, Mar 24, 2010 at 10:10 AM, Pavel Sanda <sa...@lyx.org> wrote:
>>> BH wrote:
>>>> etc.). Qt4.6 crashes, which I gather is true on other systems as well.
>>>
>>> which crashes?
>>
>> I'll start submitting them. One is a crash on quit. Here's the backtrace:
>>
>> Program received signal EXC_BAD_ACCESS, Could not access memory.
>> Reason: KERN_PROTECTION_FAILURE at address: 0x0000009c
>> 0x00ec3709 in QAction::isEnabled ()
>> (gdb) bt
>> #0  0x00ec3709 in QAction::isEnabled ()
>> #1  0x00eab544 in qt_mac_set_modal_state_helper_recursive ()
>> #2  0x00eab606 in qt_mac_set_modal_state_helper_recursive ()
>> #3  0x00eab75e in qt_mac_set_modal_state ()
>> #4  0x00eaf84f in QMenuBar::macUpdateMenuBar ()
>> #5  0x00eab834 in QMenuBarPrivate::macDestroyMenuBar ()
>> #6  0x012e2c0c in QMenuBar::~QMenuBar ()
>> #7  0x01a4d95c in QObjectPrivate::deleteChildren ()
>> #8  0x00f267fc in QWidget::~QWidget ()
>> #9  0x0069ff4c in lyx::frontend::GuiView::~GuiView ()
>> #10 0x01b32148 in QObject::event ()
>> #11 0x00f1fc10 in QWidget::event ()
>> #12 0x012b30ec in QMainWindow::event ()
>> #13 0x0069a45c in lyx::frontend::GuiView::event ()
>> #14 0x00ec9d1c in QApplicationPrivate::notify_helper ()
>> #15 0x00ecf767 in QApplication::notify ()
>> #16 0x004cb221 in lyx::frontend::GuiApplication::notify ()
>> #17 0x01a48c5c in QCoreApplication::notifyInternal ()
>> #18 0x01b262c6 in QCoreApplicationPrivate::sendPostedEvents ()
>> #19 0x01b264e1 in QCoreApplication::sendPostedEvents ()
>> #20 0x01b265f5 in QCoreApplication::exec ()
>> #21 0x0019b247 in lyx::LyX::exec ()
>> #22 0x001d0f32 in main ()
>>
>> (I'm not sure if this is related, but the special LyX menu on Mac for
>> Qt-4.6 has a Reconfigure item repeated 9 times.)
>>
>> BH
>
> I cannot reproduce the crash. Neither have I the 9 Reconfigure items here.
> I'm using the 2.0.0alpha1 application with german localization.
> After startup I open the Tutorial and leave the application then.
>
> Did you do some other things before the crash?

Perhaps this is bug 6517 (http://www.lyx.org/trac/ticket/6517), which
I closed previously. There seem to be 2 factors contributing to the
crash:

1. use of Qt4.6 (which I had tried for a while but switched back to
Qt4.4 which seems to be working fine, and when I couldn't reproduce it
with Qt4.4 I closed the bug report), and

2. multiple windows open upon quit, with the "Load open files from
last session" preference option checked.

Under these conditions, simply launching LyX and promptly quitting
causes the crash. Can you reproduce this?

BH

Reply via email to