-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Segementation fault when calling a method #39292
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
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Removing |
Suspicious code: rust/src/librustc/traits/mod.rs Lines 619 to 639 in 1283c02
T: 'erased holds to decide if the method can ever be called)
EDIT: |
triage: P-high Regression. |
This patch fixes the issue:
|
Fix in #39887 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code generates a segfault when executed.
rust version:
The text was updated successfully, but these errors were encountered: