Error: cannot create OS pipe

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Error: cannot create OS pipe

jrick
I've been using CommandShell for some operations on OSX with Pharo5. After doing a number of "PipeableOSProcess command:" calls (~150), I get an error inside ExternalPipe:makePipe. For my purposes, I can get around this by restarting Pharo and limiting the number of operations each session. But, it is an indication that some resource is not getting freed when the PipeableOSProcess is deleted (garbage collected). I just thought I'd mention the bug.

Cheers,

Jeff
Reply | Threaded
Open this post in threaded view
|

Fwd: Error: cannot create OS pipe

Max Leske
Forward to vm-dev.

Begin forwarded message:

From: "J.F. Rick" <[hidden email]>
Subject: [Pharo-dev] Error: cannot create OS pipe
Date: 28 July 2016 at 17:51:51 GMT+2
To: Pharo Development List <[hidden email]>
Reply-To: Pharo Development List <[hidden email]>

I've been using CommandShell for some operations on OSX with Pharo5. After doing a number of "PipeableOSProcess command:" calls (~150), I get an error inside ExternalPipe:makePipe. For my purposes, I can get around this by restarting Pharo and limiting the number of operations each session. But, it is an indication that some resource is not getting freed when the PipeableOSProcess is deleted (garbage collected). I just thought I'd mention the bug.

Cheers,

Jeff