http://qa.mandrakesoft.com/show_bug.cgi?id=2807
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-04-03 14:13 -------
fixed in kde cvs and kde 3.1 branch
regards
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
Hi,
I found out that kfind hangs when making a search by content in a directory with fifo
files.
1. create a fifo file (for example mkfifo /tmp/tst_fifo)
2. start a search by content (important !) in /tmp with kfind. For example look for
all files
with containing text "foo" ...
3. it should hang because kfind tries to read content of fifo file (strace hangs on
open("/tmp/tst_fifo", O_RDONLY|O_LARGEFILE) ).
Thanx :-)
PS: Btw, it's really annoying that kfind:
1. takes all CPU sometimes for a simple search !
2. doesn't refresh correctly its window so we can't press stop button to abort a
search
by content on big files/directories. Only solution is to kill the window !