You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the issue of RDF.rb http://github.com/bendiken/rdf/issues#issue/33 and the sample code http://gist.github.com/459459 , it appears that the CLI implementation has a bug where pipes to the sub-process is not closed. It seems that it causes to make zombie processes. The FFI implementation does not have this issue.
The text was updated successfully, but these errors were encountered:
From the issue of RDF.rb http://github.com/bendiken/rdf/issues#issue/33 and the sample code http://gist.github.com/459459 , it appears that the CLI implementation has a bug where pipes to the sub-process is not closed. It seems that it causes to make zombie processes. The FFI implementation does not have this issue.
The text was updated successfully, but these errors were encountered: