magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Getting Crash - Invalid pointer dequeued from free list *** set a breakpoint in malloc_error_break to debug #1278

Closed abhisheksingh1 closed 5 years ago

abhisheksingh1 commented 7 years ago

I'm trying to make the MagicalRecord MR_importValuesForKeysWithObject method -

Xcode 8.1, Swift 2.3 and having relationship in my entity.

Crashes here with EXC_BAD_ACCESS: https://github.com/magicalpanda/MagicalRecord/blob/42ddbae5ebc7518ab4bcb009aae8e5f6d036f7bf/MagicalRecord/Categories/NSManagedObject/NSManagedObject%2BMagicalRecord.m#L54

Coeur commented 5 years ago

To me, this issue currently lacks a Minimal, Reproducible Example.