Activity log for bug #1981965

Date Who What changed Old value New value Message
2022-07-18 08:04:52 Tobias Bossert bug added bug
2022-07-18 08:21:26 Aaron Rainbolt bug added subscriber Ubuntu bugs pre filter team
2022-07-18 09:05:33 Tobias Bossert tags apport-collected jammy uec-images
2022-07-18 09:05:34 Tobias Bossert description Considering this minimal example: ``` #!/usr/sbin/nft -f define l = { 192.168.22.24, 192.168.22.25 } table t1 { # the definition of this map causes a segementation fault map snat_table { type ipv4_addr : ipv4_addr flags interval counter elements = { 192.168.22.23 : 86.12.22.23, $l : 86.12.22.24 } } chain c2 { type nat hook postrouting priority srcnat; oif wan1 snat to ip saddr map @snat_table # while using an anonymous map seems to work fine oif wan1 snat to ip saddr map { 192.168.22.23 : 86.12.22.22, $l : 89.6.23.1 } } } ``` Expected outcome: Either an error that this is syntactically incorrect or that it works in named and anonymous maps Actual outcome: Segmentation fault Package name version: 1.0.2-1ubuntu2 OS release: Ubuntu 22.04 LTS Considering this minimal example: ``` #!/usr/sbin/nft -f define l = { 192.168.22.24, 192.168.22.25 } table t1 { # the definition of this map causes a segementation fault map snat_table { type ipv4_addr : ipv4_addr flags interval counter elements = { 192.168.22.23 : 86.12.22.23, $l : 86.12.22.24 } } chain c2 { type nat hook postrouting priority srcnat; oif wan1 snat to ip saddr map @snat_table # while using an anonymous map seems to work fine oif wan1 snat to ip saddr map { 192.168.22.23 : 86.12.22.22, $l : 89.6.23.1 } } } ``` Expected outcome: Either an error that this is syntactically incorrect or that it works in named and anonymous maps Actual outcome: Segmentation fault Package name version: 1.0.2-1ubuntu2 OS release: Ubuntu 22.04 LTS --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: pass DistroRelease: Ubuntu 22.04 InstallationDate: Installed on 2022-06-27 (20 days ago) InstallationMedia: Ubuntu-Server 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220421) Package: nftables 1.0.2-1ubuntu2 PackageArchitecture: amd64 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 5.15.0-40.43-generic 5.15.35 RebootRequiredPkgs: Error: path contained symlinks. Tags: jammy uec-images Uname: Linux 5.15.0-40-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: N/A _MarkForUpload: True modified.conffile..etc.nftables.conf: [modified] mtime.conffile..etc.nftables.conf: 2022-07-14T09:50:47.005709
2022-07-18 09:05:35 Tobias Bossert attachment added Dependencies.txt https://bugs.launchpad.net/bugs/1981965/+attachment/5603691/+files/Dependencies.txt
2022-07-18 09:05:36 Tobias Bossert attachment added ProcCpuinfoMinimal.txt https://bugs.launchpad.net/bugs/1981965/+attachment/5603692/+files/ProcCpuinfoMinimal.txt
2022-07-18 09:11:45 Tobias Bossert description Considering this minimal example: ``` #!/usr/sbin/nft -f define l = { 192.168.22.24, 192.168.22.25 } table t1 { # the definition of this map causes a segementation fault map snat_table { type ipv4_addr : ipv4_addr flags interval counter elements = { 192.168.22.23 : 86.12.22.23, $l : 86.12.22.24 } } chain c2 { type nat hook postrouting priority srcnat; oif wan1 snat to ip saddr map @snat_table # while using an anonymous map seems to work fine oif wan1 snat to ip saddr map { 192.168.22.23 : 86.12.22.22, $l : 89.6.23.1 } } } ``` Expected outcome: Either an error that this is syntactically incorrect or that it works in named and anonymous maps Actual outcome: Segmentation fault Package name version: 1.0.2-1ubuntu2 OS release: Ubuntu 22.04 LTS --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: pass DistroRelease: Ubuntu 22.04 InstallationDate: Installed on 2022-06-27 (20 days ago) InstallationMedia: Ubuntu-Server 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220421) Package: nftables 1.0.2-1ubuntu2 PackageArchitecture: amd64 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 5.15.0-40.43-generic 5.15.35 RebootRequiredPkgs: Error: path contained symlinks. Tags: jammy uec-images Uname: Linux 5.15.0-40-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: N/A _MarkForUpload: True modified.conffile..etc.nftables.conf: [modified] mtime.conffile..etc.nftables.conf: 2022-07-14T09:50:47.005709 Considering this minimal example: ``` #!/usr/sbin/nft -f define l = {     192.168.22.24,     192.168.22.25 } table t1 {     # the definition of this map causes a segementation fault     map snat_table {         type ipv4_addr : ipv4_addr         flags interval         counter         elements = {                 192.168.22.23 : 86.12.22.23,                 $l : 86.12.22.24         }     }     chain c2 {             type nat hook postrouting priority srcnat;             oif wan1 snat to ip saddr map @snat_table             # while using an anonymous map seems to work fine             oif wan1 snat to ip saddr map {                 192.168.22.23 : 86.12.22.22,                 $l : 86.12.22.24             }     } } ``` Expected outcome: Either an error that this is syntactically incorrect or that it works in named and anonymous maps Actual outcome: Segmentation fault Package name version: 1.0.2-1ubuntu2 OS release: Ubuntu 22.04 LTS --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: pass DistroRelease: Ubuntu 22.04 InstallationDate: Installed on 2022-06-27 (20 days ago) InstallationMedia: Ubuntu-Server 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220421) Package: nftables 1.0.2-1ubuntu2 PackageArchitecture: amd64 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash ProcVersionSignature: Ubuntu 5.15.0-40.43-generic 5.15.35 RebootRequiredPkgs: Error: path contained symlinks. Tags: jammy uec-images Uname: Linux 5.15.0-40-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: N/A _MarkForUpload: True modified.conffile..etc.nftables.conf: [modified] mtime.conffile..etc.nftables.conf: 2022-07-14T09:50:47.005709