-
Notifications
You must be signed in to change notification settings - Fork 20
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
Lib crashes randomly with signal SIGABRT #22
Comments
Hey @srenrd! Thank you for reporting this. Please could you provide a small sample project reproducing the issue? Thank you. |
Hi, I've tried to recreate this bug in a new project, but without success. It is far to random. During a day of development i get this crash 0-2 times. I'll keep investigating and report back with further details. |
I wonder if this is concurrency related. Do you get any errors/warnings when you pass the CoreData concurrency debug arguments on launch to your app?
|
The lib crashes randomly on Line 335: return try context.fetch(request) in public func result() throws -> [Entity]
It seemed like it started after upgrading to xCode 15.
PS. I'm using it for SwiftUI.
The text was updated successfully, but these errors were encountered: