Opened 17 months ago
Closed 17 months ago
#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
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
Note: See
TracTickets for help on using
tickets.

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