Summary: | kfind crash while in background | ||
---|---|---|---|
Product: | [Applications] kfind | Reporter: | Clemens Eisserer <linuxhippy> |
Component: | general | Assignee: | Eric Coquelle <coquelle> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, echidnaman |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Clemens Eisserer
2009-05-21 21:47:58 UTC
What is your Qt4 version ? Can you reproduce this at will ? (have you find some pattern to reproduce the crash) ? Thanks! QT-4.5.0 No I haven't because it crashed when it was in background, so I did not do anything with it. The backtrace tells that KFind was in middle of a search. And KFind doesn't start or start a search automatically. So at least you started it... Or how did it happened? Thanks OK, maybe a search was running, but I didn't pay attention to it. But at least as far as I can remember, kfind was done with searching. What I did was running "make" on a directory I used that kfind instance before. Could it be that kfind struggles with the modifying files, or that that could have triggered another search? Now I get it. When new files are added to the folder KFind searched before (or is currently showing), this files will be scanned to and added to the Found items list (if they meet the search requirements). I will try to reproduce it. I could not reproduce it yet. Let see if anyone else can reproduce it on KDE4.3 We received a report with the same (although a bit damaged) backtrace at https://launchpad.net/bugs/411652 The bug is reported against KDE 4.3. SVN commit 1030054 by darioandres: - Until we redesign the logic to avoid a bad re-entrancy caused by processEvents while searching into file contents, try to not crash at least. (metaKeyRx could be already deleted) BUG: 193560 BUG: 203325 M +4 -1 kfinddlg.cpp M +5 -8 kquery.cpp M +1 -1 kquery.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1030054 SVN commit 1030059 by darioandres: Backport to 4.3 of: SVN commit 1030054 by darioandres: - Until we redesign the logic to avoid a bad re-entrancy caused by processEvents while searching into file contents, try to not crash at least. (metaKeyRx could be already deleted) - Fix a memleak CCBUG: 193560 CCBUG: 203325 M +4 -1 kfinddlg.cpp M +5 -8 kquery.cpp M +1 -1 kquery.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1030059 |