Hi,
Build fails with the following:
bash-4.3$ go build test.go
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x35 addr=0x960 pc=0x960]
goroutine 1 [running]:
runtime.throw({0x291a40a0, 0x2a})
/home/zosgo/go-build/build-2/src/runtime/panic_zos.go:1003 +0x76 fp=0xc0004cacd0 sp=0xc0004caca8 pc=0x28b5854e
runtime.sigpanic()
/home/zosgo/go-build/build-2/src/runtime/sigpanic_zos.go:31 +0x296 fp=0xc0004cad00 sp=0xc0004cacd0 pc=0x28b73dce
internal/bpx.bpxcall({0xc0004cadc0, 0x6, 0x6}, 0x1f8)
/home/zosgo/go-build/build-2/src/internal/bpx/bpxsvc_zos.s:31 +0x33 fp=0xc0004cad08 sp=0xc0004cad08 pc=0x28b9501b
bash-4.3$ cat test.go
package main
import "fmt"
func main(){
fmt.Println("Dette er en test.")
}
bash-4.3$ go version
go version go1.18.6 zos/s390x
bash-4.3$ /bin/strings $(type -p go) | /bin/awk '/License/{ for(i=0;i<7;i++) {print;getline}}'
Licensed Materials - Property of IBM
IBM Open Enterprise SDK for Go, V1.18
5655-GOZ
Copyright IBM Corp. 2021, 2022.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
BUILT-DATE: 20220929, VERSION: c288b8e011
------------------------------
Njål Sletten
------------------------------