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
I thought this might be a duplicate of #28 but this is on 6.0.3 and happens even if I remove the pf_ring kernel module. Wether I use bro (which I compiled against the RPM-provided libpcap) or tcpdump (from the CentOS repos), the dynamic linker pushes them through /usr/local/lib/libpcap.so.1.6.2. When I rename that shared lib, tcpdump uses the system libpcap and it works just fine, whether the module is loaded or not.
I've tried running 6.1.1 on this kernel, which doesn't crash, but I get terrible packet loss when going through libpcap, but that is a different issue (that I'll file when I get a chance to run it to ground).
So the culprit seems to be libpcap 1.6.2. I'd like to stick to PF_RING 6.0.3 if I can for stability and performance. I'm happy to provide more info or dig into crash dumps more if needed.
I thought this might be a duplicate of #28 but this is on 6.0.3 and happens even if I remove the pf_ring kernel module. Wether I use bro (which I compiled against the RPM-provided libpcap) or tcpdump (from the CentOS repos), the dynamic linker pushes them through
/usr/local/lib/libpcap.so.1.6.2
. When I rename that shared lib, tcpdump uses the system libpcap and it works just fine, whether the module is loaded or not.I've tried running 6.1.1 on this kernel, which doesn't crash, but I get terrible packet loss when going through libpcap, but that is a different issue (that I'll file when I get a chance to run it to ground).
So the culprit seems to be libpcap 1.6.2. I'd like to stick to PF_RING 6.0.3 if I can for stability and performance. I'm happy to provide more info or dig into crash dumps more if needed.
System Info (from crash tool)
dmesg
Backtrace
The text was updated successfully, but these errors were encountered: