You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a long shot -- I don't even know if jruby is at fault, but I felt it was worth tossing in here. (Previously filed against RVM as rvm/rvm#3007; I was told to check here instead.)
This is in my home directory, and I don't know what created it:
bc-timmc:~$ tree -a Java\ HotSpot\(TM\)\ 64-Bit\ Server\ VM\ warning\:\ You\ have\ loaded\ library\ /
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /
└── home
└── timmc
└── .rvm
└── rubies
└── jruby-1.7.3
└── lib
└── native
└── arm-Linux
└── libjffi-1.2.so which might have disabled stack guard. The VM will try to fix the stack guard now.\012It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.\012 └── home └── timmc └── .rvm └── rubies └── jruby-1.7.3 └── lib └── ruby └── gems └── shared18 directories, 0 files
It sounds like maybe a script piped the results of a command straight to shell. It could be anything up or down the stack, and I don't relaly know how to figure out where, but I'm posting this in case it rings a bell. Feel free to close if you feel this really is impossible to pin down.
The text was updated successfully, but these errors were encountered:
This is a long shot -- I don't even know if jruby is at fault, but I felt it was worth tossing in here. (Previously filed against RVM as rvm/rvm#3007; I was told to check here instead.)
This is in my home directory, and I don't know what created it:
It sounds like maybe a script piped the results of a command straight to shell. It could be anything up or down the stack, and I don't relaly know how to figure out where, but I'm posting this in case it rings a bell. Feel free to close if you feel this really is impossible to pin down.
The text was updated successfully, but these errors were encountered: