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>', or link it with '-z> noexecstack'.
↧