Crash CGDataProviderCreateWithCopyOfData: vm_copy failed: status 1
问题 I am facing a crash with following error: "CGDataProviderCreateWithCopyOfData: vm_copy failed: status 1." I have multiple questions and you can help. What does status 1 stand for in vm_copy failed? This crash happens only when I set a break point in the inner for loop of data copy. And then resume and remove the breakpoint. If there is no breakpoint, function executes but I get a blank image. How do I ensure that even if I don't set a break point, such crashes are caught and application stops