-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.help wantedrelease-blocker
Milestone
Description
What version of Go are you using (go version)?
$ go version go version devel +e496e612b7 Fri Nov 9 21:47:48 2018 +0000 linux/amd64
Does this issue reproduce with the latest release?
I am seeing this issue on the master branch
What operating system and processor architecture are you using (go env)?
go env Output
$ go env $ ./../bin/go env ‹system› GOARCH="amd64" GOBIN="" GOCACHE="~/.cache/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/jerrin/gocode" GOPROXY="" GORACE="" GOROOT="/work/temp/go" GOTMPDIR="" GOTOOLDIR="/work/temp/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build564641832=/tmp/go-build -gno-record-gcc-switches"
What did you do?
Ran all.bash test suite
What did you expect to see?
All tests passing
What did you see instead?
--- FAIL: TestAnalyzeAnnotations (0.01s)
annotations_test.go:101: failed to trace the program: 16: running before start [g:0 p:1 ProcStart/5 [3 0 0] [] 2445 ->0]
--- FAIL: TestAnalyzeAnnotationGC (0.01s)
annotations_test.go:271: failed to trace the program: unexpected 18:[g:0 p:0 ProcStop/6 [0 0 0] [] 2c23 ->0] [true 23 <nil> <nil>]
FAIL
FAIL cmd/trace 0.066s
Full set of logs - test.log
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.help wantedrelease-blocker