runtime: fatal error: missing stackmap #35355
Closed
Labels
Milestone
Comments
This is a weird failure. The frame is |
There have been a number of fixes, and I assume this hasn't happened again, so closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
A simple
go test
in thecrypto/tls
package.What did you see?
This failure happened randomly and frequently a few times, and then stopped being a problem by itself, I suppose as I changed the code layout?
I also got a
fatal error: stopm holding locks
once.The text was updated successfully, but these errors were encountered: