#956 closed defect (fixed)

Fix Core Data crashes

Reported by: koke Owned by: koke
Priority: major Milestone: 2.9.4
Component: Core Data Version:
Keywords: Cc: isaackeyet

Description (last modified by koke)

There are a bunch of crashes on specific conditions when a managed object is saving in a background thread while being accessed on the main thread. Saving from the main thread should fix this

277 crashes so far (~13%) for 2.9.3

Change History (4)

comment:1 Changed 17 months ago by koke

  • Description modified (diff)

comment:2 Changed 17 months ago by isaackeyet

  • Owner changed from koke to isaackeyet
  • Status changed from new to assigned

Anything we can do to improve upon this we should, definitely worth our time to make the apps more stable even for future iterations.

comment:3 Changed 17 months ago by isaackeyet

  • Cc isaackeyet added
  • Owner changed from isaackeyet to koke

There, just wanted to cc ;)

comment:4 Changed 17 months ago by koke

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [2393]) Perform Core Data saves and deletes on the main thread to avoid crashes. fixes #956 (hopefully)

Note: See TracTickets for help on using tickets.