I am hoping I can get some help on my app crashing. I was able to connect to XCODE and get the crash report
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x...
From what I can tell, this is about an object pointing to an invalid memory space. It seems to happen at random and the Adobe debugger does not show anything. I am not sure if this is a native extension I am using or how to go about troubleshooting it. Hoping someone can provide some insight into some things I can try to resolve it. I can post the entire crash report if that will help.
Thanks