Skip to content

Instantly share code, notes, and snippets.

@jcm93
Created December 25, 2017 22:25
Show Gist options
  • Save jcm93/2fa1b9abbd990febf242e2a0347836ef to your computer and use it in GitHub Desktop.
Save jcm93/2fa1b9abbd990febf242e2a0347836ef to your computer and use it in GitHub Desktop.
[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