Summary: | Konqueror crash on search (KHTMLFindBar::pattern) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Dennis <groups> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | amitshah, andresbajotierra, auxsvr, bugs.kde.org, gerlosgm, hashinclude, hkBst, ilveroluca, kde, kde, oliver.henshaw, remco.bloemen, vtomasr5, w.richert |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dennis
2009-04-09 12:17:42 UTC
Here using: Qt: 4.5.0 + qt-copy-patches-936035 KDE: 4.2.68 (KDE 4.2.68 (KDE 4.3 >= 20090327)) kdelibs svn rev. 949645 / kdebase svn rev. 949645 on ArchLinux i686 - Kernel 2.6.28.8 I can reproduce the crash. ==4554== ==4554== Invalid read of size 4 ==4554== at 0x9E89E3D: KHTMLFindBar::pattern() const (khtmlfindbar.cpp:103) ==4554== by 0x9E86AAA: KHTMLFind::activate() (khtmlfind.cpp:231) ==4554== by 0x9E88EE4: KHTMLFind::findTextNext(bool) (khtmlfind.cpp:277) ==4554== by 0x9E1CE1C: KHTMLPart::pFindTextNextInThisFrame(bool) (khtml_part.cpp:3051) ==4554== by 0x9E88A84: KHTMLFind::findTextNext(bool) (khtmlfind.cpp:435) ==4554== by 0x9E1CEA0: KHTMLPart::findTextNext(bool) (khtml_part.cpp:3046) ==4554== by 0x9E0B493: KHTMLView::findAhead(bool) (khtmlview.cpp:1916) ==4554== by 0x9E0BBDD: KHTMLView::keyPressEvent(QKeyEvent*) (khtmlview.cpp:1705) ==4554== by 0x4F67B7A: QWidget::event(QEvent*) (qwidget.cpp:7551) ==4554== by 0x5328AB2: QFrame::event(QEvent*) (qframe.cpp:559) ==4554== by 0x53C1DCC: QAbstractScrollArea::event(QEvent*) (qabstractscrollarea.cpp:918) ==4554== by 0x53C6A5C: QScrollArea::event(QEvent*) (qscrollarea.cpp:314) Just wondering, the "/" shortcut ("Find as you type"), is disabled on the menu. But you can call it manually pressing the "/" key *** Bug 189461 has been marked as a duplicate of this bug. *** I experienced the same problem under 4.2.2 installed from Debian unstable. Maybe inline '/' search should just be removed, since ordinary ctrl+f search is also incremental now. The duplicate code is just a source of bugs, and if we tie '/' to ordinary search the functionality is still there. *** Bug 189857 has been marked as a duplicate of this bug. *** *** Bug 190346 has been marked as a duplicate of this bug. *** *** Bug 189564 has been marked as a duplicate of this bug. *** *** Bug 190851 has been marked as a duplicate of this bug. *** SVN commit 961356 by ggarand: .fix crashes happening with the "/" gui less find-as-you-type .harden the findbar code to prevent possible access to deleted bar BUG: 189201 M +27 -20 khtmlfind.cpp M +7 -3 khtmlfind_p.h M +1 -1 khtmlfindbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=961356 SVN commit 961362 by ggarand: automatically merged revision 961356: .fix crashes happening with the "/" gui less find-as-you-type .harden the findbar code to prevent possible access to deleted bar BUG: 189201 M +27 -20 khtmlfind.cpp M +7 -3 khtmlfind_p.h M +1 -1 khtmlfindbar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=961362 *** Bug 191541 has been marked as a duplicate of this bug. *** *** Bug 191581 has been marked as a duplicate of this bug. *** *** Bug 191688 has been marked as a duplicate of this bug. *** *** Bug 191946 has been marked as a duplicate of this bug. *** *** Bug 193084 has been marked as a duplicate of this bug. *** |