Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Windows "Bad File Descriptor" problem

by Argel (Prior)
on Sep 26, 2006 at 21:58 UTC ( [id://575031]=note: print w/replies, xml ) Need Help??


in reply to Windows "Bad File Descriptor" problem

I'm not sure what is really going on but one thought is file descriptors are not being freed up (or are not being freed up fast enough). Are you running multiple instances of this script?

My other thought would be an issue with either the ComSpec enivonment variable or with $_fullCmd. To help rule this out you could store everything in a string (or array), print it out, and then pass it to system.

Also, you should be able to look at your system or application event logs to find out which patches were actually installed and see what Technet or the KB says about them. If the system was rebooted after the patches were applied then it is also possible the cause is not related to the patches (i.e. something was changed but the change did not ake effect until after the reboot). If they were not rebooted after the patches then you might want to consider that (espcially if Microsoft recommends it).

  • Comment on Re: Windows "Bad File Descriptor" problem

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://575031]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found