We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Commit http://github.com/bendiken/rdf-raptor/commit/f9442523ab was supposed to address the zombie-factory behavior, but apparently isn't quite right.
Sorry, something went wrong.
artob
No branches or pull requests
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: