Bug 169786 - kde 4.1 dolphin hangs when hovering mouse over a fifo/pipe
Summary: kde 4.1 dolphin hangs when hovering mouse over a fifo/pipe
Status: RESOLVED DUPLICATE of bug 167885
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-25 15:07 UTC by Günther Köckerandl
Modified: 2008-08-26 06:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
last 10 lines of strace dolphin --nofork (928 bytes, text/plain)
2008-08-25 15:11 UTC, Günther Köckerandl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Günther Köckerandl 2008-08-25 15:07:24 UTC
Version:           1.1 (using KDE 4.1.0)
OS:                Linux
Installed from:    Ubuntu Packages

When hovering the mouse over a FIFO, dolphin stops responding until I kill it manually.

Steps to reproduce:
 1) mkfifo THEFIFO
 2) open Dolphin
 3) hover mouse over THEFIFO

What I expected to happen:
 Dolphin shows some basic information about the FIFO.

What happened instead:
 Dolphin stops responding.

My Guess:
 It looks like Dolphin tries to open(2) the FIFO with O_RDONLY, which blocks (see strace snippet).

Package Version:
Package: dolphin, 4:4.1.0-0ubuntu2
Architecture: amd64
Ubuntu Release: Ubuntu intrepid (development branch), 8.10

Forwarded from: https://bugs.launchpad.net/kdebase/+bug/261106
Comment 1 Günther Köckerandl 2008-08-25 15:11:33 UTC
Created attachment 27033 [details]
last 10 lines of strace dolphin --nofork
Comment 2 Dario Andres 2008-08-26 02:13:08 UTC
This is a duplicate of bug 167885
Comment 3 Peter Penz 2008-08-26 06:31:45 UTC

*** This bug has been marked as a duplicate of bug 167885 ***