CICFlowMeter icon indicating copy to clipboard operation
CICFlowMeter copied to clipboard

Warning:~/libjnetpcap.so which might have disabled stack guard. The VM will try to fix the stack guard now.

Open LQun9601 opened this issue 3 years ago • 1 comments

The project runs on the 32-bit Linux(must be 32-bit). Now I get the warning :

Java HotSpot(TM) Server VM warning: You have loaded library /home/tom/work/CIC3/CICFlowMeter-master/jnetpcap/linux/jnetpcap-1.4.r1425/libjnetpcap.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'.

The warning caused the network card to fail to be accessed. How to do it? Thanks.

LQun9601 avatar Apr 08 '21 13:04 LQun9601

The project runs on the 32-bit Linux(must be 32-bit). Now I get the warning :

Java HotSpot(TM) Server VM warning: You have loaded library /home/tom/work/CIC3/CICFlowMeter-master/jnetpcap/linux/jnetpcap-1.4.r1425/libjnetpcap.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'.

The warning caused the network card to fail to be accessed. How to do it? Thanks.

did you solve it?

harman1989 avatar Jul 01 '23 09:07 harman1989