[Bug 270247] Linuxulator: golang from Ubuntu Jammy is broken
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270247] Linuxulator: golang from Ubuntu Jammy is broken"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Mar 2023 17:31:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270247 --- 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 arm64 Go programming language compiler - metapackage ii golang-1.18 1.18.1-1ubuntu1 all Go programming language compiler - metapackage ii golang-1.18-doc 1.18.1-1ubuntu1 all Go programming language - documentation ii golang-1.18-go 1.18.1-1ubuntu1 arm64 Go programming language compiler, linker, compiled stdlib ii golang-1.18-src 1.18.1-1ubuntu1 all Go programming language - source files ii golang-doc 2:1.18~0ubuntu2 all Go programming language - documentation ii golang-go:arm64 2:1.18~0ubuntu2 arm64 Go programming language compiler, linker, compiled stdlib ii golang-src 2:1.18~0ubuntu2 all Go programming language - source files root@v3:/usr/share/go/test# cat /etc/os-release PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04 (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy -- You are receiving this mail because: You are the assignee for the bug.