Created
October 1, 2013 07:47
-
-
Save gaurish/6775117 to your computer and use it in GitHub Desktop.
Why this warning?
This file contains hidden or 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
$ jruby --version | |
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) Server VM 1.7.0_40-b43 +indy [linux-i386] | |
$ bundle | |
Java HotSpot(TM) Server VM warning: You have loaded library /home/gaurish/.rvm/rubies/jruby-1.7.4/lib/native/x86_64-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'. | |
Fetching gem metadata from https://rubygems.org/.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment