| Summary: | dolphin freezes if the mouse gets over a fifo (pipe) file | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | George Kiagiadakis <mail> |
| Component: | general | Assignee: | Jos van den Oever <jos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, koeckera, neuro |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
George Kiagiadakis
2008-07-31 19:53:33 UTC
Reassigned this issue to Strigi. @Jos: This seems to be an issue when getting the meta information with KFileMetaInfo. The issue can be reproduced when hovering the file if the Information Panel from Dolphin is enabled. *** Bug 169786 has been marked as a duplicate of this bug. *** I have strigi disabled and the bug still exists. I belive this is an issue with file contents preview. SVN commit 904860 by vandenoever: Check whether a file can be opened by QFile. If a file is not a file, a directory or a symlink, it is not opened for analysis. QFile::open(QIODevice::ReadOnly) will hang when trying to open a pipe created with e.g. "mknod test p". BUG:167885 M +4 -1 kfilemetainfo.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=904860 |