Created
May 21, 2013 07:24
-
-
Save CootCraig/5618061 to your computer and use it in GitHub Desktop.
Java 1.8.0-ea-b90 warning with JRuby 1.7.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================== | |
craig@craigs:~$ uname -a | |
Linux craigs 3.8.0-21-generic #32-Ubuntu SMP Tue May 14 22:16:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
===================================== | |
craig@craigs:~$ jruby -v | |
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) 64-Bit Server VM 1.7.0_21-b11 [linux-amd64] | |
craig@craigs:~$ gem list | |
*** LOCAL GEMS *** | |
rake (10.0.3) | |
===================================== | |
craig@craigs:/opt/ruby/jruby/bin$ jruby -v | |
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) 64-Bit Server VM 1.8.0-ea-b90 +indy [linux-amd64] | |
craig@craigs:/opt/ruby/jruby/bin$ bash /opt/ruby/jruby/bin/jruby.sh -S gem list | |
*** LOCAL GEMS *** | |
rake (10.0.3) | |
===================================== | |
craig@craigs:~$ which gem | |
/opt/ruby/jruby/bin/gem | |
craig@craigs:~$ gem list | |
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /opt/ruby/jruby-1.7.4/lib/native/arm-Linux/libjffi-1.2.so which might have disabled stack guard. The VM will try to fix the stack guard now. | |
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. | |
*** LOCAL GEMS *** | |
rake (10.0.3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment