[Bug 61079] New: Another, diferent crash closing find dialog, QtEditor

Jon Smirl jonsmirl at yahoo.com
Fri Jul 11 07:07:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61079     
           Summary: Another, diferent crash closing find dialog, QtEditor
           Product: kdevelop
           Version: CVS
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jonsmirl at yahoo.com


Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

Please get rid of the find next dialog - it is a troublesome UI design. Ctrl-F for find dialog works great as is. But instead of the find next dialog there should be a toolbar combo box that contains the search string. Hitting F3 should repeatedly search for that string and allow any editor operations between find-next's.

The current find-next dialog makes the editor modal. The toolbar combo box scheme is non-modal - the search function is always active. Modality in an editor makes it much harder to use. Modal dialogs are also much more bug prone than non-modal ones.

[New Thread 1096524768 (LWP 18643)]
[New Thread 1116949808 (LWP 18658)]
0xffffe410 in ?? ()
#0  0xffffe410 in ?? ()
#1  0x40a2057d in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x410187e6 in QGDict::hashKeyAscii(char const*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#4  0x410193e9 in QGDict::look_ascii(char const*, void*, int) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#5  0x40da5ca5 in QMetaObject::findSignal(char const*, bool) const ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#6  0x40db38c0 in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#7  0x40a19c44 in KAccelPrivate::eventFilter(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#8  0x40db1dee in QObject::activate_filters(QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#9  0x40db1d11 in QObject::event(QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#10 0x40de7f8c in QWidget::event(QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#11 0x40e8eae2 in QMainWindow::event(QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#12 0x40d55f24 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#13 0x40d55ab7 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#14 0x409b41e9 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#15 0x40a18c51 in KAccelEventHandler::x11Event(_XEvent*) ()
   from /usr/lib/libkdecore.so.4
#16 0x409b915f in KApplication::x11EventFilter(_XEvent*) ()
   from /usr/lib/libkdecore.so.4
#17 0x40cf0458 in qt_set_x11_event_filter(int (*)(_XEvent*)) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#18 0x40cf976e in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#19 0x40d0ebda in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#20 0x40d69cf6 in QEventLoop::enterLoop() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#21 0x40d69b98 in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#22 0x40d56151 in QApplication::exec() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#23 0x08071c12 in main (argc=1, argv=0xbffffb44) at main.cpp:125
#24 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6




More information about the KDevelop-devel mailing list