-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: detect infinite recursion during stack growth #2556
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
The actual bug in fmt is in issue #2555; once it's fixed (soon) the example will no longer trigger the fault. This bug is about general protection against infinite recursion and should have a simpler example attached, perhaps something like func main() { var a [1e6]int64 _ = a main() } Status changed to Accepted. |
Issue #5587 has been merged into this issue. |
Status changed to Duplicate. Merged into issue #4692. |
This issue was closed by revision 757e0de. Status changed to Fixed. |
This was referenced Dec 8, 2014
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: