Using constrained existential type in MultiThreadDictionary does not work in release builds on iOS 15 #178
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#178
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure why this is happening, as far as I can tell my wrapper is fine.
I'm also not sure why the crash happens in "outlined init with copy of CacheEntry?"
Once we target iOS 16, we can switch to using OSAllocatedUnfairLock only.
not related to the unfair lock, still happens with NSLock
reproable on ios 15 devices, in release mode, on the instance selector screen
segv_accer with os_unfair_lock wrapper on iOS 15to Using constrained existential type in MultiThreadDictionary does not work in release builds on iOS 15This is a compiler bug:
https://github.com/apple/swift/issues/61403