PredicateKit icon indicating copy to clipboard operation
PredicateKit copied to clipboard

Lib crashes randomly with signal SIGABRT

Open srenrd opened this issue 9 months ago • 4 comments

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.

srenrd avatar Oct 25 '23 17:10 srenrd

Hey @srenrd! Thank you for reporting this. Please could you provide a small sample project reproducing the issue? Thank you.

ftchirou avatar Oct 30 '23 05:10 ftchirou

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. However it does seem like large data sets and SwiftUI navigationLink plays a part in the crash.

I'll keep investigating and report back with further details.

srenrd avatar Nov 03 '23 08:11 srenrd