Skip Menu |

This queue is for tickets about the Net-SSH CPAN distribution.

Report information
The Basics
Id: 68458
Status: new
Priority: 0/
Queue: Net-SSH

People
Owner: Nobody in particular
Requestors: spamrisk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: minor bug creating a zombie process
Date: Wed, 25 May 2011 12:37:29 +0200
To: bug-Net-SSH [...] rt.cpan.org
From: Henrik Berg <spamrisk [...] gmail.com>
The version check in the subroutine _ssh_options using open3 is not handling the exit code leaving a zombie process. just add "waitpid $thePid, 0;" after you're done with it. just a matter of clean-ness I guess. okthxbye.