runtime: fatal error: newproc1: new g is not Gdead #44722
Labels
Comments
Are you able to reproduce this error? If so, could you create a small program that demonstrates it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?What did you do?
Started a new goroutine
https://github.com/buger/goreplay/blob/master/tcp/tcp_message.go#L213
What did you expect to see?
runtime to hopefully starts a new goroutine silently.
What did you see instead?
The text was updated successfully, but these errors were encountered: