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
Installation of jython fails on a OracleLinux 7 system with the "unbreakable enterprise kernel" with ksplice enabled.
After some digging we found that jnr has issues obtaining the process id and also some weird things happen to obtaining file handles.
For instance if we execute the simple Java test on a OL7 with kernel 3.8.13-118.20.3.el7uek.x86_64 we get a result of 0.
POSIX posix = POSIXFactory.getPOSIX(); System.out.println(posix.getpid());
I created a very basic test harness to reproduce this problem here. There are also some straces on a system with ksplice and one without included.
Anyone came across this issue?
The text was updated successfully, but these errors were encountered:
I have not seen this but I agree with need a fix. I'm not sure where to start looking for a solution though!
Sorry, something went wrong.
No branches or pull requests
Installation of jython fails on a OracleLinux 7 system with the "unbreakable enterprise kernel" with ksplice enabled.
After some digging we found that jnr has issues obtaining the process id and also some weird things happen to obtaining file handles.
For instance if we execute the simple Java test on a OL7 with kernel 3.8.13-118.20.3.el7uek.x86_64 we get a result of 0.
I created a very basic test harness to reproduce this problem here. There are also some straces on a system with ksplice and one without included.
Anyone came across this issue?
The text was updated successfully, but these errors were encountered: