On 6 October 2015 at 08:42, Pyotr Son <ao...@thurston.ru> wrote: > Package: nftables > Version: 0.5-1~bpo8+1 > > This is jessie with jessie-backports enabled and kernel 4.1.0-0.bpo.2-amd64 > installed from backports as well. > libc version 2.19-18+deb8u1. > > nft started to segfault right after update to 0.5: > > (ruleset is empty) > # nft -f /etc/nftables.conf > Segmentation fault >
Could you please send me a backtrace? Install gdb: $ sudo aptitude install gdb Trigger the segfault: $ sudo gdb nft > r -f /etc/nftables.conf [the segfault happens] > bt [this is the backtrace] thanks -- Arturo Borrero González