-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Unexpected compiler panic in 2018-05-12 nightly #50707
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
I just got an identical bug. I'm also using actix-web, had the "miri allocation" message and "could not compile h2". It looks like @jgrillo has this bug report covered, but let me know if I can help out at all too. |
pietroalbini
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
May 13, 2018
Possibly fixed. Marking as P-high until we verify. |
Fixed for me in last nightly. |
This is fixed on the latest nightly. |
volzkzg
added a commit
to citahub/cita-build
that referenced
this issue
May 17, 2018
rink1969
pushed a commit
to citahub/cita
that referenced
this issue
May 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I'm getting a panic
thread 'main' panicked at 'miri allocation never successfully created', libcore/option.rs:914:5
while trying to compile an actix project using cargo with rustc version1.27.0-nightly (ff2ac35db 2018-05-12)
.This is the invocation with a backtrace and cargo's failure message:
rustc --version --verbose
output:Please let me know if I can provide any more information. Thanks!
The text was updated successfully, but these errors were encountered: