----- Forwarded message from [EMAIL PROTECTED] -----
From: [EMAIL PROTECTED]
Date: Tue, 1 Jul 2003 13:26:09 -0700
To: Alfredo Braunstein <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Really, nothing further on qt menu fails?
On Tue, Jul 01, 2003 at 08:25:26PM +0200, Alfredo Braunstein wrote:
> You may need to issue
> ulimit -c unlimited
> to enable core dumps.
>
> Then do
> gdb core.PID lyx
> and then please post the output of 'bt' to the list.
Alfredo:
Thanks for the brief tutorial.
Here is the bt:
(gdb) bt
#0 0xffffe002 in ?? ()
#1 0x42028b93 in abort () from /lib/tls/libc.so.6
#2 0x082bb7a3 in lyx::abort() ()
#3 0x080d5c11 in error_handler ()
#4 <signal handler called>
#5 0x4031eef6 in QPopupMenu::keyPressEvent(QKeyEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#6 0x40288532 in QWidget::event(QEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#7 0x402141d3 in QApplication::internalNotify(QObject*, QEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#8 0x40213e43 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3#9 0x401cccf3 in
QETWidget::translateKeyEvent(_XEvent const*, bool) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#10 0x401c9738 in QApplication::x11ProcessEvent(_XEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#11 0x401da8c4 in QEventLoop::processEvents(unsigned) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#12 0x40223ef5 in QEventLoop::enterLoop() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#13 0x40223dc7 in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#14 0x40214386 in QApplication::exec() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#15 0x0821a0ab in lyx_gui::start(std::string const&, std::vector<std::string,
std::allocator<std::string> > const&) ()
#16 0x080d5a48 in LyX::LyX(int&, char**) ()
#17 0x081060a5 in main ()
#18 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
(gdb) ~
Again, this occurs with any use of keyboard shortcuts to access a submenu item,
like Edit-> Special Character -> HFill the commands
OK -> Item not highlighted-> CRASH the result
----- End forwarded message -----