Skip to content

[Cherry-pick into swift/release/6.1] [lldb] Acquire the map lock after deriving the lookup key #9640

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

Conversation

adrian-prantl
Copy link

commit a657eef5a38d74d92c2204ebce00cddfe5413b90
Author: Adrian Prantl <[email protected]>
Date:   Tue Nov 19 15:50:15 2024 -0800

    [lldb] Acquire the map lock after deriving the lookup key
    
    The computation of the key may itself does DWARF lookups which may
    acquire additional locks through callbacks into TypeSystem.
    
    rdar://139841554

The computation of the key may itself does DWARF lookups which may
acquire additional locks through callbacks into TypeSystem.

rdar://139841554
(cherry picked from commit a657eef)
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl adrian-prantl merged commit 4aaf969 into swiftlang:swift/release/6.1 Nov 20, 2024
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