[Bug 1148] New: Getting a segmentation fault for some reason

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed Apr 26 01:51:04 CEST 2017


https://bugzilla.netfilter.org/show_bug.cgi?id=1148

            Bug ID: 1148
           Summary: Getting a segmentation fault for some reason
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: RedHat Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: chokkoretto at gmail.com

Hi!  I've never done this before, but I've checked with my instructor and other
students and we can't seem to figure this one out.  

Running this
nft add rule ip filter input ip protocol ospf accept
nft add rule ip filter input ip protocol 89 accept

gives this output 
Segmentation fault (core dumped)

using gdb...
(gdb) run add rule ip filter input ip protocol 89 accept
Starting program: /usr/sbin/nft add rule ip filter input ip protocol 89 accept

Program received signal SIGSEGV, Segmentation fault.
0x0000000000411cb9 in payload_expr_pctx_update ()
(gdb) bt
#0  0x0000000000411cb9 in payload_expr_pctx_update ()
#1  0x000000000040f5d6 in expr_evaluate ()
#2  0x000000000040dd8c in stmt_evaluate ()
#3  0x0000000000410eec in rule_evaluate ()
#4  0x000000000042d332 in nft_parse ()
#5  0x0000000000406b4d in nft_run ()
#6  0x000000000040676d in main ()

Assistance appreciated!  Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170425/8fcd6241/attachment.html>


More information about the netfilter-buglog mailing list