Date: Wed, 15 Mar 2023 17:31:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270247] Linuxulator: golang from Ubuntu Jammy is broken Message-ID: <bug-270247-227-aqbwnln3SN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270247-227@https.bugs.freebsd.org/bugzilla/> References: <bug-270247-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270247 --- Comment #1 from Edward Tomasz Napierala <trasz@FreeBSD.org> --- Additional data point: same distro on aarch64 works a bit better - it hangs= the same way the older aarch64 golang does instead of crashing: root@v3:/# cd /usr/share/go/test && go run run.go -v ok 235.go 0.103s ok 64bit.go 1.270s ok alg.go 0.236s ok alias.go 0.007s ok alias1.go 0.033s ok alias2.go 0.009s ok alias3.go 0.141s ok align.go 0.031s ok append.go 0.139s ok append1.go 0.007s ok args.go 0.175s ok armimm.go 0.077s ok asmhdr.go 0.084s ok assign.go 0.012s ok assign1.go 0.008s ok atomicload.go 0.057s ok bigalg.go 0.083s ok bigmap.go 0.064s ok blank.go 0.092s ok blank1.go 0.009s ok bom.go 0.256s ok bombad.go 0.010s ok bounds.go 0.043s ok cannotassign.go 0.008s ok chancap.go 0.057s ok chanlinear.go 0.120s ok char_lit.go 0.054s ok char_lit1.go 0.007s ok checkbce.go 0.000s ok clearfat.go 2.069s ok closedchan.go 0.089s ok closure.go 0.067s ok closure1.go 0.048s ok closure2.go 0.045s ok closure3.go 0.098s ^Csignal: interrupt root@v3:/usr/share/go/test# dpkg -l | grep golang ii golang:arm64 2:1.18~0ubuntu2 arm= 64=20=20 Go programming language compiler - metapackage ii golang-1.18 1.18.1-1ubuntu1 all= =20=20=20=20 Go programming language compiler - metapackage ii golang-1.18-doc 1.18.1-1ubuntu1 all= =20=20=20=20 Go programming language - documentation ii golang-1.18-go 1.18.1-1ubuntu1 arm= 64=20=20 Go programming language compiler, linker, compiled stdlib ii golang-1.18-src 1.18.1-1ubuntu1 all= =20=20=20=20 Go programming language - source files ii golang-doc 2:1.18~0ubuntu2 all= =20=20=20=20 Go programming language - documentation ii golang-go:arm64 2:1.18~0ubuntu2 arm= 64=20=20 Go programming language compiler, linker, compiled stdlib ii golang-src 2:1.18~0ubuntu2 all= =20=20=20=20 Go programming language - source files root@v3:/usr/share/go/test# cat /etc/os-release=20 PRETTY_NAME=3D"Ubuntu 22.04 LTS" NAME=3D"Ubuntu" VERSION_ID=3D"22.04" VERSION=3D"22.04 (Jammy Jellyfish)" VERSION_CODENAME=3Djammy ID=3Dubuntu ID_LIKE=3Ddebian HOME_URL=3D"https://www.ubuntu.com/" SUPPORT_URL=3D"https://help.ubuntu.com/" BUG_REPORT_URL=3D"https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL=3D"https://www.ubuntu.com/legal/terms-and-policies/priva= cy-policy" UBUNTU_CODENAME=3Djammy --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270247-227-aqbwnln3SN>