Summary: | file->quit does nothing, Settings->Configure Gideon terminates | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Netikras Vardas <x4hz> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Netikras Vardas
2003-01-24 15:20:31 UTC
which packages are you using? Can you compile gideon from CVS and see whether it still crashes? (configure with "--enable-debug", please). If it does, run it in "gdb" and type "bt" to get a backtrace of the crash. The Ctrl-Q/File-Quit was fixed in CVS a few weeks before Alpha 3 was released. What version are you using? Subject: Re: file->quit does nothing, Settings->Configure Gideon terminates On Friday 24 January 2003 16:46, you wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=53347 > > > > > ------- Additional Comments From caleb@aei-tech.com 2003-01-24 15:46 > ------- The Ctrl-Q/File-Quit was fixed in CVS a few weeks before Alpha 3 > was released. What version are you using? i think this bug is resolved, im not using the CVS version, sorry for wasting ur time... Subject: Re: file->quit does nothing, Settings->Configure Gideon terminates On Friday 24 January 2003 16:29, you wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=53347 > > > > > ------- Additional Comments From harry@kdevelop.org 2003-01-24 15:29 > ------- which packages are you using? Can you compile gideon from CVS and > see whether it still crashes? (configure with "--enable-debug", please). If > it does, run it in "gdb" and type "bt" to get a backtrace of the crash. im not using CVS version, i message this bug is already reslved, sorry for wasting ur time... Reporter said it works now. [New Thread 1024 (LWP 16846)] [New Thread 2049 (LWP 16915)] [New Thread 1026 (LWP 16916)] 0x414ba8c9 in wait4 () from /lib/libc.so.6 #0 0x414ba8c9 in wait4 () from /lib/libc.so.6 #1 0x41535c90 in __DTOR_END__ () from /lib/libc.so.6 #2 0x41315a93 in waitpid () from /lib/libpthread.so.0 #3 0x40a3cb0d in KCrash::defaultCrashHandler(int) () from /opt/kde3/lib/libkdecore.so.4 #4 0x4131312b in pthread_sighandler () from /lib/libpthread.so.0 #5 <signal handler called> #6 0x4100da18 in QGArray::assign(QGArray const&) () from /usr/lib/qt3/lib/libqt-mt.so.3 #7 0x409e5ef5 in KConfigBase::setGroup(QString const&) () from /opt/kde3/lib/libkdecore.so.4 #8 0x42741c64 in QEditorSettings::init() () from /opt/kde3/lib/kde3/libqeditorpart.so #9 0x4272bb3b in QEditorPart::readConfig() () from /opt/kde3/lib/kde3/libqeditorpart.so #10 0x080913fb in MainWindowShare::slotConfigureEditors() () #11 0x08091b54 in MainWindowShare::qt_invoke(int, QUObject*) () #12 0x40dab309 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #13 0x40dab1a7 in QObject::activate_signal(int) () from /usr/lib/qt3/lib/libqt-mt.so.3 #14 0x407fcbab in KAction::activated() () from /opt/kde3/lib/libkdeui.so.4 #15 0x407ee03f in KAction::slotActivated() () from /opt/kde3/lib/libkdeui.so.4 #16 0x407fcda2 in KAction::qt_invoke(int, QUObject*) () from /opt/kde3/lib/libkdeui.so.4 #17 0x40dab309 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #18 0x4108a242 in QSignal::signal(QVariant const&) () from /usr/lib/qt3/lib/libqt-mt.so.3 #19 0x40dc55c8 in QSignal::activate() () from /usr/lib/qt3/lib/libqt-mt.so.3 #20 0x40e98b10 in QPopupMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #21 0x40ddf5bc in QWidget::event(QEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #22 0x40d4d2e4 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #23 0x40d4c8c3 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #24 0x409cefc9 in KApplication::notify(QObject*, QEvent*) () from /opt/kde3/lib/libkdecore.so.4 #25 0x40cf0a56 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #26 0x40ceea61 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #27 0x40d03eda in QEventLoop::processEvents(unsigned) () from /usr/lib/qt3/lib/libqt-mt.so.3 #28 0x40d60fa6 in QEventLoop::enterLoop() () from /usr/lib/qt3/lib/libqt-mt.so.3 #29 0x40d60e48 in QEventLoop::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3 #30 0x40d4d511 in QApplication::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3 #31 0x0806dd27 in main () #32 0x414354a2 in __libc_start_main () from /lib/libc.so.6 which KDevelop Version are you using??? It seams to crash in QEditor. Could you try to use Kate instead and see it it works? |