We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
Trying to set process title gives an error:
# jruby -ve "Process.setproctitle('myapp')" jruby 9.0.5.0 (2.2.3) 2016-01-26 7bee00d Java HotSpot(TM) 64-Bit Server VM 25.72-b15 on 1.8.0_72-b15 +jit [linux-amd64] NoMethodError: undefined method `setproctitle' for Process:Module <top> at -e:1
It should either be implemented or NOOP with a warning.
The text was updated successfully, but these errors were encountered:
I'll mark it as not implemented. It's difficult to implement across platforms even from C, and from Java it's going to be nearly impossible.
Sorry, something went wrong.
It looks like MRI marks it as noop and doesn't report an error on platforms where it is not supported.
Add no-op Process.setproctitle. Fixes #3658.
8136dd9
No branches or pull requests
Trying to set process title gives an error:
It should either be implemented or NOOP with a warning.
The text was updated successfully, but these errors were encountered: