Summary: | kfind contunes search after window has been closed | ||
---|---|---|---|
Product: | [Applications] kfind | Reporter: | Clemens Eisserer <linuxhippy> |
Component: | general | Assignee: | Dario Andres <andresbajotierra> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Clemens Eisserer
2009-03-16 14:51:38 UTC
After you press the Close button and the KFind window dissapears, does the process "kfind" still exists? This occurs with every search? Have you found some pattern to reproduce the issue?. Thanks 1. Yes, after I press the close button the kfind process still existst for some seconds up to some minutes draining my battery. 2. Don't know if it happens for any search. 3. Howto reproduce: - Search in a directory containing lots of data - Do a fulltext-search, for * as filename - Press close - The kfind process doesn't disappear immediatly and continues to do IO and consume cpu cycles. I have reproduce the bug on 4.3trunk. I'm going to investigate it Thanks Thanks for looking at it :) As a workaround, don't use the "Close" button, but just close the app with the "X" on the window title or with the keyboard shortcut to close a window (Alt+F4) SVN commit 947937 by darioandres: Properly stop the query and close the dialog when closing the dialog's "Close" button BUG: 187309 M +6 -2 kfinddlg.cpp M +2 -1 kfinddlg.h WebSVN link: http://websvn.kde.org/?view=rev&revision=947937 SVN commit 947942 by darioandres: Backport to 4.2branch of: SVN commit 947937 by darioandres: Properly stop the query and close the dialog when closing the dialog's "Close" button CCBUG: 187309 M +7 -3 kfinddlg.cpp M +2 -1 kfinddlg.h WebSVN link: http://websvn.kde.org/?view=rev&revision=947942 |