-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Failed to reconstruct type for $sSq11OpenCombineE8OCombineV9PublisherVy7ElementSTQz__GD #72905
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
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
Comments
Reduced to a small test
But it no longer reproduces at swift/main head and appears to have been fixed around March 28, 2024. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
Description
A "Failed to reconstruct type" compiler crash
Reproduction
Stack dump
Expected behavior
No crash
Environment
A locally built swift toolchain from recent swift/main on windows.
Additional information
Based on my local bisecting, this appears to have started after commit in swift/main
commit f24e18c (HEAD)
Merge: 6cd49ef 74bd1e3
Author: Karoy Lorentey [email protected]
Date: Mon Mar 18 20:45:24 2024 -0700
which corresponds to the PR #71688
If I build the toolchain at the previous commit 6cd49ef, this crash seems to go away.
Note that since there is another compiler crash in this range of commit history, the fix #72575 needs to be locally patched to isolate from it.
The text was updated successfully, but these errors were encountered: