Weird CoreData Crash [NSManagedObject (_NSInternalMethods) _nilOutReservedCurrentEventSnapshot__]

Suddenly I get some weird CoreData crashes, has anyone seen this before or knew what could happen?

# Binary Image Name Address Symbol 0 RRio 0x003353b0 testflight_backtrace 1 RRio 0x00334bec TFSignalHandler 2 libsystem_platform.dylib 0x3949f062 _sigtramp 3 CoreData 0x2e46446a -[NSManagedObject(_NSInternalMethods) _nilOutReservedCurrentEventSnapshot__] 4 CoreData 0x2e45eee4 -[NSManagedObjectContext(_NSInternalChangeProcessing) _processRecentChanges:] 5 CoreData 0x2e4584f0 _performRunLoopAction 6 CoreFoundation 0x2e6b11cc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ 7 CoreFoundation 0x2e6aeb70 __CFRunLoopDoObservers 8 CoreFoundation 0x2e6aeeb2 __CFRunLoopRun 9 CoreFoundation 0x2e619c26 CFRunLoopRunSpecific 10 CoreFoundation 0x2e619a0a CFRunLoopRunInMode 11 GraphicsServices 0x3330d282 GSEventRunModal 12 UIKit 0x30ebd048 UIApplicationMain 13 RRio 0x000adcda main in main.m on Line 15 14 libdyld.dylib 0x39384ab6 start 

Compiling for a minimum of iOS 6.1 and using ARC

+7
objective-c core-data
source share

No one has answered this question yet.

See related questions:

6
Debug iPad device crash with little info
one
Error Core Data crash trying to insert nil with userInfo (null)
one
SpriteKit failed to update [SKScene _update:] How can I fix this?
one
iOS - Unable to detect application crash
0
NSMutableString stringWithString application crash
0
UITableViewCells are freed after creation
0
iOS with basic data
0
table collision when clicking on cell index
-one
NSException Data Core
-one
Strange Audio Session Failure Report

All Articles