Skip to content
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

runtime/msan: improve error message when msan unavailable #18180

Closed
josharian opened this issue Dec 3, 2016 · 1 comment
Closed

runtime/msan: improve error message when msan unavailable #18180

josharian opened this issue Dec 3, 2016 · 1 comment
Milestone

Comments

@josharian
Copy link
Contributor

msan is currently only available on linux/amd64. On other platforms, the error message is:

$ go run -msan bug.go 
package main
	imports runtime/msan: no buildable Go source files in /Users/josh/go/tip/src/runtime/msan (.go files ignored due to build tags)

This doesn't make it particularly clear what the actual problem is.

@josharian josharian added this to the Go1.9 milestone Dec 3, 2016
@gopherbot
Copy link

CL https://golang.org/cl/33898 mentions this issue.

@golang golang locked and limited conversation to collaborators Dec 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants