Summary: | Crash closing that annnoying FIND next dialog | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | QEditor | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2003-06-30 05:21:23 UTC
Another variation on the crash when closing the find box. This time I clicked close. [New Thread 1096311936 (LWP 4875)] [New Thread 1116949808 (LWP 4890)] 0xffffe410 in ?? () #0 0xffffe410 in ?? () #1 0x40a1557d in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #2 <signal handler called> #3 0x40da7855 in QObject::removeEventFilter(QObject const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #4 0x40da87c9 in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #5 0x40a0ec44 in KAccelPrivate::eventFilter(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4 #6 0x40da6dee in QObject::activate_filters(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #7 0x40da6d11 in QObject::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #8 0x40ddcf8c in QWidget::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #9 0x40e83ae2 in QMainWindow::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #10 0x40d4af24 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #11 0x40d4aab7 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #12 0x409a91e9 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4 #13 0x40a0dc51 in KAccelEventHandler::x11Event(_XEvent*) () from /usr/lib/libkdecore.so.4 #14 0x409ae15f in KApplication::x11EventFilter(_XEvent*) () from /usr/lib/libkdecore.so.4 #15 0x40ce5458 in qt_set_x11_event_filter(int (*)(_XEvent*)) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #16 0x40cee76e in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #17 0x40d03bda in QEventLoop::processEvents(unsigned) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #18 0x40d5ecf6 in QEventLoop::enterLoop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #19 0x40d5eb98 in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #20 0x40d4b151 in QApplication::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #21 0x0806cfd3 in main () #22 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6 What editor part are you using? QEditor? QEditor Assuming fixed by fix to bug #60770 Please reopen if I'm wrong. *** This bug has been marked as a duplicate of 60770 *** |