http://qa.mandrakesoft.com/show_bug.cgi?id=2807
------- Additional Comments From [EMAIL PROTECTED] 2003-03-07 02:00 ------- I forgot to mention that File type must be "All Files and Directories" (by default) for this search by content, or this bug could not appear. ------- 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: UNCONFIRMED 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 !