<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault in v0.9.1"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1351#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault in v0.9.1"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1351">bug 1351</a>
              from <span class="vcard"><a class="email" href="mailto:4bzilla@mailbox.org" title="4bzilla@mailbox.org">4bzilla@mailbox.org</a>
</span></b>
        <pre>Hi, had no time for debugging yet but you should be able to reproduce using the
following:

Release: 0.9.1
Build with: CFLAGS="-g -O0" CPPFLAGS="-g -O0" ./configure --prefix=/usr
--sbindir=/usr/bin --sysconfdir=/usr/share --with-json --with-python-bin=''

#############
nftables.conf:
#############
#!/usr/sbin/nft -f
flush ruleset

table inet filter {
}
table inet filter {
      chain test {
        counter
    }
}
#############
# EOF
#############

stack trace:
(gdb) bt
#0  0x00007ffff7f56ac9 in erec_print (octx=0x55555555ba40, erec=0x55555555c740,
debug_mask=0) at erec.c:95
#1  0x00007ffff7f57215 in erec_print_list (octx=0x55555555ba40,
list=0x7fffffffe2e0, debug_mask=0) at erec.c:190
#2  0x00007ffff7f5ea39 in nft_run_cmd_from_filename (nft=0x55555555ba20,
filename=0x7fffffffe810 "nftables.conf") at libnftables.c:491
#3  0x00005555555567a2 in main (argc=3, argv=0x7fffffffe458) at main.c:310

Please let me know if you could reproduce. If not I will try to dig into this
further.
Thanks</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>