-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Nightly rustc 1.17.0-nightly (ea7a6486a 2017-02-04) crashes #39569
Comments
@vorner most likely the cause is |
That seems to have helped… I added The new log is https://travis-ci.org/vorner/tokio-jsonrpc/jobs/198619831. But I guess that makes it even harder to find out what is wrong. |
They are broken currently, wait until they are fixed. rust-lang/rust#39569
Thanks for the bug report. This seems to be a problem with our new dependency graph reduction algorithm introduced in #39424. |
cc rust-lang#39569 -- almost certainly a fix for that
@vorner I believe this was fixed -- can you verify? |
I couldn't reproduce it reliably, it only crashed from time to time, so I have no way to explicitly verify it's fixed. But I haven't seen it crash for quite some time now, so I'd say it's probably solved. |
OK, thanks! :) |
Today, nightly crashed on me when compiling my code: https://travis-ci.org/vorner/tokio-jsonrpc/jobs/198610271. I don't know what part of the code (vorner/tokio-jsonrpc@3872c1f) is causing this and I don't know how to search for it.
Compilation locally works correctly, with yesterday's or today's nightly. I'm trying that
CARGO_INCREMENTAL=1
new feature.I managed to get this version info from travis in another job:
I guess that travis log contains all the relevant information, but if not, please tell me what you need to know.
The text was updated successfully, but these errors were encountered: