-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rust: task ran out of stack #1530
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
Comments
This is probably #742. |
rustc is hitting the arbitrary limit on maximum stack size. The best thing to do in the short term is probably to add core::sys::set_max_stack to set the global max stack size, and have rustc request a gigantic max stack size. I will do that today and close both these. |
I should have looked closer. This is just rustc recurring infinitely - changing the max stack size won't help. |
I agree it's the same as #742. Closing as dupe. |
* Added workspace flag and tests. * Added license, adjusted comments. * Fixed docs.
This program fails under rust as of rev 7e6ce66. I've reduced it a bit, but not hugely - I the issue is the recursive reference to the state tag. I don't know if the program is valid (I've reduced it a lot too).
The text was updated successfully, but these errors were encountered: