Ask Your Question

Revision history [back]

loaded library might have disabled stack guard

Hi there! I'm getting this when I try to load libopencv_java310.so. Everything seems to be working fine regardless. I have attempted execstack -c on the .so file, but it did not change anything. How might this affect my future development?

Thanks :)

OpenJDK 64-Bit Server VM warning: You have loaded library /home/lucas/projs16-17/opencv-test/target/native/linux/x86_64/libopencv_java310.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'.

click to hide/show revision 2
retagged

updated 2016-07-24 00:40:26 -0600

berak gravatar image

loaded library might have disabled stack guard

Hi there! I'm getting this when I try to load libopencv_java310.so. Everything seems to be working fine regardless. I have attempted execstack -c on the .so file, but it did not change anything. How might this affect my future development?

Thanks :)

OpenJDK 64-Bit Server VM warning: You have loaded library /home/lucas/projs16-17/opencv-test/target/native/linux/x86_64/libopencv_java310.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'.