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
$ garble version
mvdan.cc/garble v0.13.0
$ go version
go version go1.23.3 windows/amd64
What environment are you running Garble on?
go env Output
$ go env
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=……
set GOENV=……
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=……
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=……
set GOPRIVATE=
set GOPROXY=https://goproxy.cn,direct
go: stripping unprintable or unescapable characters from %"GOROOT"%
set GOROOT=……
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLCHAIN=auto
go: stripping unprintable or unescapable characters from %"GOTOOLDIR"%
set GOTOOLDIR=……windows-amd64\go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.23.3
set GODEBUG=
set GOTELEMETRY=local
set GOTELEMETRYDIR=……
set GCCGO=gccgo
set GOAMD64=v1
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=……
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=……
What did you do?
i use garble to build a net server app to exe or elf,it build normally to a exe or elf,but when i run the exe or elf,it will automatically exit after a few seconds ,but the go builed exe will run normally
What did you expect to see?
run as go buileded exe
What did you see instead?
it will automatically exit after a few seconds
The text was updated successfully, but these errors were encountered:
i've tried mvdan.cc/garble@master ,but the problem is still exist.by alot of tests,I found it's because the problem of lib: github.com/bytedance/sonic , can you fix it?
What version of Garble and Go are you using?
What environment are you running Garble on?
go env
OutputWhat did you do?
i use garble to build a net server app to exe or elf,it build normally to a exe or elf,but when i run the exe or elf,it will automatically exit after a few seconds ,but the go builed exe will run normally
What did you expect to see?
run as go buileded exe
What did you see instead?
it will automatically exit after a few seconds
The text was updated successfully, but these errors were encountered: