-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
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
32 bit Java 1.7 on 64 bit GNU/Linux - invalid Process.pid #2908
Comments
If you are able to run 32-bit Java 1.6 I assume that means you have the 32-bit libs on your system. It seems like this is attempting to open the first library it finds, and that one turns out to be 64-bit. A few things I need from you:
This may come down to making the library more willing to keep trying libraries when the first one fails. How did you get a 32-bit Java on that system if lib/* is 64-bit libraries? It seems like a weird situation. |
https://gist.github.com/kml/7c8921673c537a2f5eee
it same as for 64 bit
jnr-posix-mvn-test-j32.log jnr-posix-mvn-test-j64.log |
I am using 32 bit Java 1.8 on Arch 64 bit with error "native support failed to load" [root@arch1 ~] jruby -S gem install rails |
has been originally reported as a JRuby 1.7 issue, which is know EOL. |
When running JRuby 1.7.19 on 64 bit Debian using 32 bit Java 1.7.0_79
Process.pid shows invalid value
Full trace:
http://pastie.org/10158148
When using 64 bit java 1.7 or 32 bit java 1.6 it's OK.
The text was updated successfully, but these errors were encountered: