-
Notifications
You must be signed in to change notification settings - Fork 18k
Program hangs on panic()
#17671
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
Labels
Comments
Interesting.. I can reproduce this on 1.7 on Linux, the process is stuck in a loop of some kind, this is a bt:
It does not hang on tip; it immediately crashes like this:
|
Ian recently fixed a bug due to a panic during a panic. This is probably a duplicate. |
7faf702 would have fixed it. |
Yes, this should be fixed on tip. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What did you do?
Program hanged when I tried to run this: https://play.golang.org/p/TaFytbEfgu
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you expect to see?
Panic caused by nil pointer, whatever.
What did you see instead?
Program hanged.
The text was updated successfully, but these errors were encountered: