SIGSEGV
in withTaskCancellationHandler(operation:onCancel:isolation:)
#3482
Replies: 3 comments
-
Hi @setoelkahfi, unfortunately there is not enough information here to be of any help. At the very least a more complete stack trace would help, but ideally you would be able to provide a minimal project that demonstrates the crash. Can you try to do that as it helps us a lot and almost always leads to a resolution of the problem. Since it isn't clear that this is an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
-
There are multiple crashes in the global |
Beta Was this translation helpful? Give feedback.
-
Updating the project to Xcode 16.1 fixes the issue. |
Beta Was this translation helpful? Give feedback.
-
Description
Hello, we have started migrating our codebase to Swift 6 language mode and fully migrated our TCA to be concurrency-ready for quite some time now. We updated our Xcode 16 and started seeing this crash on tvOS 18:
Any clue?
Checklist
main
branch of this package.Expected behavior
No crash.
Actual behavior
No response
Reproducing project
No response
The Composable Architecture version information
1.15
Destination operating system
tvOS 18 and up.
Xcode version information
Xcode 16
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions