-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin: "unexpected fault address 0x0" with 8+ exported functions #19269
Labels
Milestone
Comments
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
CC @crawshaw |
This was referenced Apr 11, 2017
CL https://golang.org/cl/40431 mentions this issue. |
lparth
pushed a commit
to lparth/go
that referenced
this issue
Apr 13, 2017
open modified the plugin symbols map while ranging over it. This is normally harmless, except that the operations performed were not idempotent leading to function pointers being corrupted. Fixes golang#19269 Change-Id: I4b6eb1d45567161412e4a34b41f1ebf647bcc942 Reviewed-on: https://go-review.googlesource.com/40431 Run-TryBot: Todd Neal <todd@tneal.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: David Crawshaw <crawshaw@golang.org>
lion3ls
added a commit
to lifadev/archive_aws-lambda-go-shim
that referenced
this issue
Aug 28, 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: