Menu

#13 pexpect close does not really close on solaris

open
nobody
None
5
2007-06-09
2007-06-09
Anonymous
No

Hi,

I use pexpect on solaris to automating file transfer from a ftp server.

After finishing my work, I did a child.close()
However, when I look at the /proc/<process>/fd, the fd remains open. After running the script for a while, the fd starts to build up and crash the script.

This does not happen on linux.

Thanks,
Alex

Discussion


Log in to post a comment.