Bug 5908

Summary: kfm/kioslave leaks fds.
Product: [Retired] Red Hat Linux Reporter: bofh
Component: kdebaseAssignee: Preston Brown <pbrown>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-17 18:59:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bofh 1999-10-13 08:01:50 UTC
Pressing the back and forward buttons between two ftp directories uses
up more and more unix domain sockets and kioslave processes:

$ /usr/sbin/lsof | grep kioslave | grep unix | wc -l
520

4 back and forward button pressings later:

$ /usr/sbin/lsof | grep kioslave | grep unix | wc -l
1213

$ ps auxw | grep kioslave | wc -l
48

This is on a single user system.

Closing that kfm window doesn't close the sockets.

Try the url ftp://ftp.hogia.net/ and press on the bin URL for example.

When the unix domain sockets are used up, the X server can't accept any
more local X clients and it becomes hard to figure out what is wrong...

Comment 1 Preston Brown 2000-01-17 18:59:59 UTC
kde 1.1.2 has fixed this problem.  Please upgrade your KDE RPMs to the ones
included in 6.1, or upgrade your system completely.