Created
December 25, 2017 22:25
-
-
Save jcm93/2fa1b9abbd990febf242e2a0347836ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[13:02:45] <jcm_> merry christmas all | |
[13:03:25] <jcm_> doing some hacking on some stuff. https://gist.github.com/jcm93/d4b44c06b0f20fdd6c14d1c0de15cd99 | |
[13:04:23] <jcm_> i'm having trouble understanding why i'm getting a bad access exception when the content of the trackViewArrayController changes while this block is executing | |
[13:05:22] <jcm_> (the managedContext exists on a private queue) | |
[13:05:53] <jcm_> the specific error is `error: NULL _cd_rawData but the object is not being turned into a fault` | |
[13:06:40] <jcm_> oh, and the content of the trackViewArrayController are entities from that managedContext. | |
[13:09:51] <jcm_> the exception happens on lines 5 or 6; the creation of trackArray has always finished any time there's an exception |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment