I keep getting a crash that I'm at a loss to debug. It appears to happen occasionally after deleting Core Data Objects. I delete in different thread/context and merge back to the main context on the main thread. It's rare, I can't reproduce it consistently, and the stack trace is completely useless. This is not a migration issus like other mentions of _Unwind_SjLj_Resume.
From googling around, _Unwind_SjLj_Resume is unwinding an exception. So The story I've made up is I'm crashing with some exception and this error occurs when the exception gets un-wound... Any thoughts on how to proceed?
#0 0x33bd52d4 in __kill ()
#1 0x33bd52ca in kill ()
#2 0x33bd52bc in raise ()
#3 0x33be9d78 in abort ()
#4 0x33bd7986 in __assert_rtn ()
#5 0x32acab56 in _Unwind_SjLj_Resume ()
#6 0x33a47d56 in CFRunLoopRunSpecific ()
#7 0x33a47b8e in CFRunLoopRunInMode ()
#8 0x33b0e4aa in GSEventRunModal ()
#9 0x33b0e556 in GSEventRun ()
#10 0x32099328 in -[UIApplication _run] ()
#11 0x32096e92 in UIApplicationMain ()