-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: panic when building github.com/DataDog/zstd with buildmode=shared #36893
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
Comments
why dont you try with go1.13.7 ? |
Also for that to work, you need to have a shared standard library with:
which successfully finishes with go1.13.7 btw. |
UPDATE: Got some permission errors installing the std lib that I didn't notice at first.
|
To clarify - I am probably messing up with libs and buildmode on my part (i'll sort that out myself) - I mainly filed the issue because the compiler was panicking, which I assume it shouldn't be doing, even on bad input :-) |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I have
github.com/DataDog/zstd v1.4.4
in mygo.mod
What did you expect to see?
Not a crash :-) If I build my program with a plain old
go build XYZ
command everything works well.The text was updated successfully, but these errors were encountered: