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
The number of exported functions in the plugin is very important.
If I export less than 8 functions no error happens anymore.
The text was updated successfully, but these errors were encountered:
ianlancetaylor
changed the title
plugins: "unexpected fault address 0x0" with 8+ exported functions
plugin: "unexpected fault address 0x0" with 8+ exported functions
Feb 24, 2017
- Add unit test for Go 1.8 golang/go#19269
- Remove resolved limitation from README.md
- Refactor internal Makefile
- Rename benchs and tests folders for less verbosity
CAT: #refactor #test #docs
REF: golang/go#19269
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.8 linux/amd64
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/fsenart/projects"
GORACE=""
GOROOT="/home/fsenart/tools/go1.8"
GOTOOLDIR="/home/fsenart/tools/go1.8/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build519169107=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
PKG_CONFIG="pkg-config"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
I don't expect to see any error to happen.
What did you see instead?
Randomly, after a few runs, I encounter a fatal error.
Observations
The text was updated successfully, but these errors were encountered: