runtime: goroutine stack exceeds 1000000000-byte limit #35784
Closed
Labels
Milestone
Comments
I can't reproduce reliably, sometimes after 1 hour, sometimes takes 20+ hours, could be related to #35777. |
This is clearly not a real stack overflow, so yes it looks like something corrupting the stack bound. That could be #35777. Are you on a 5.3 kernel? |
Yep, |
See also #35470. |
Marking this as Go1.14 to be consistent with #35470, please correct me if I am mistaken @ianlancetaylor @cherrymui |
Closing as #35470 is closed. If this turns out to be different, we can reopen. |
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
)?Does this issue reproduce with the latest release?
No, just tip as of ~ 2 weeks ago.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
No crash, this code haven't changed in probably over 2 years and it doesn't use any unsafe code.
What did you see instead?
The text was updated successfully, but these errors were encountered: