-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Bump stack size to 32MB #56467
Bump stack size to 32MB #56467
Conversation
@bors r+ Ahem. |
📌 Commit db64f60 has been approved by |
@gnzlbg can you confirm this fixes stack overflow you observed? |
Not really, I was only able to hit this issue on travis-CI with the If this fix hits nightly let me know and I can schedule a build of the |
Maybe we can get it into tomorrow's nightly Bumping priority @bors p=1 |
Wait, do you mean to ship this in 1.31? The PR for the beta promotion is happening today. |
@pietroalbini yes, it would be great if we could include the beta PR for 1.31 before the promotion happens (or possibly along with the promotion?) |
⌛ Testing commit db64f60 with merge 529619267b4fa2c8224eb9579395a3f80be9f083... |
@bors: retry giving priority to the stable release |
⌛ Testing commit db64f60 with merge 53426cc1678a42908c32dce1d180a64fa356f675... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors: retry network issues |
Bump stack size to 32MB cc #55471 A short term solution (really this time! Full fix being grown in #55617) for stack overflows due to deeply recursive syntax trees. r? @nagisa cc @alexcrichton @eddyb @michaelwoerister @pietroalbini
☀️ Test successful - status-appveyor, status-travis |
This is going to be included in the 1.31.0 release: #56518 |
[stable] Add a few critical fixes to the 1.31.0 release This PR cherry-picks the following PRs to stable: * #56467: Bump stack size to 32MB * #56486: Propagate all closure requirements to the caller * #56519: update edition guide The changes will be included in the final 1.31.0 binary (to avoid a point release). To deploy the build to dev-static the old manifest needs to be removed from the bucket after the PR is merged. cc @rust-lang/core @rust-lang/release @rust-lang/compiler r? @alexcrichton
Did this land on nightly already ? |
Should have been, yeah. |
So I still get a stack overflow using the latest nightly: https://travis-ci.org/gnzlbg/mach/jobs/463833417#L398 - rustc 1.32.0-nightly (b3af092 2018-12-04) |
@gnzlbg can you try setting |
Yes, that did work. |
cc #55471
A short term solution (really this time! Full fix being grown in #55617) for stack overflows due to deeply recursive syntax trees.
r? @nagisa
cc @alexcrichton @eddyb @michaelwoerister @pietroalbini