Skip to content

Instantly share code, notes, and snippets.

@gaurish
Created October 1, 2013 07:47
Show Gist options
  • Save gaurish/6775117 to your computer and use it in GitHub Desktop.
Save gaurish/6775117 to your computer and use it in GitHub Desktop.
Why this warning?
$ 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