Skip to content

[lldb] Avoid crashing when trying reconstruct types with errors #10119

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

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

adrian-prantl
Copy link

We have crash reports that can be traced back to performing type reconstruction on a mangled name with an error in it. This patch avoids this situation by not reconstructing them. Ther is nothing that would come of it anyway.

rdar://145225544

@adrian-prantl adrian-prantl requested a review from a team as a code owner February 26, 2025 00:29
@adrian-prantl adrian-prantl requested review from augusto2112 and kastiglione and removed request for a team February 26, 2025 00:30
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl
Copy link
Author

@swift-ci test macos

1 similar comment
@adrian-prantl
Copy link
Author

@swift-ci test macos

@adrian-prantl
Copy link
Author

@swift-ci test

We have crash reports that can be traced back to performing type
reconstruction on a mangled name with an error in it. This patch
avoids this situation by not reconstructing them. Ther is nothing that
would come of it anyway.

rdar://145225544
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl
Copy link
Author

@swift-ci test macos

1 similar comment
@adrian-prantl
Copy link
Author

@swift-ci test macos

@adrian-prantl adrian-prantl merged commit e7d5e2c into swiftlang:stable/20240723 Feb 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants