net-firewall/iptables 1.8.11 and 1.8.11-r1 segfault when invoked as: /usr/bin/iptables -A HOST_BLOCK_SRC_DROP -m limit --limit 1/m --limit-burst 1 -j LOG --log-level info --log-prefix FW:Blocked inbound host: Reproducible: Always Steps to Reproduce: 1.Run "/usr/bin/iptables -A HOST_BLOCK_SRC_DROP -m limit --limit 1/m --limit-burst 1 -j LOG --log-level info --log-prefix FW:Blocked inbound host:" 2. 3. Actual Results: ~ # /sbin/iptables -A HOST_BLOCK_SRC_DROP -m limit --limit 1/m --limit-burst 1 -j LOG --log-level info --log-prefix FW:Blocked inbound host: iptables v1.8.11 (legacy): Segmentation fault ~ # /sbin/ip6tables -A HOST_BLOCK_SRC_DROP -m limit --limit 1/m --limit-burst 1 -j LOG --log-level info --log-prefix FW:Blocked inbound host: ip6tables v1.8.11 (legacy): Segmentation fault The syslog shows: kernel: iptables[2914]: segfault at 10000000a ip 00007f5f13bbd6da sp 00007ffe57577908 error 4 in libc.so.6[7f5f13b36000+158000] likely on CPU 0 (core 0, socket 0) kernel: ip6tables[2919]: segfault at 10000000a ip 00007fbdf773e6da sp 00007ffc64202408 error 4 in libc.so.6[7fbdf76b7000+158000] likely on CPU 7 (core 3, socket 0) net-firewall/iptables =<1.8.10-r1 run with no such problems.
Created attachment 915994 [details] emerge.info emerge --info - attachment.
Created attachment 915995 [details] CPU FLAGS CPU FLAGS - attachment.
Created attachment 915996 [details] Backtrace Backtrace - attachment.
Created attachment 915997 [details] valgrind capture valgrind capture - attachment.