You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I have meet an issue from running golang demo, here is the simplify content of main.go file
package main
import _ "github.com/strukturag/libheif/go/heif"
func main() {
println("this will not print")
}
if I run go run main.go, it run as normal
but if i run go build -o main and then run ./main the program will stoped by SIGKILL without printing anything
env: go version go1.21.6 darwin/arm64
The text was updated successfully, but these errors were encountered:
hi, I have meet an issue from running golang demo, here is the simplify content of
main.go
fileif I run
go run main.go
, it run as normalbut if i run
go build -o main
and then run./main
the program will stoped by SIGKILL without printing anythingenv: go version go1.21.6 darwin/arm64
The text was updated successfully, but these errors were encountered: