Hi everyone,
How should I find the root cause of this type of crash with 0x08fd4dbfade2dead? Some file descriptor which is protected but my code closed it, is it correct? But
Here's the crash log and from top is close + 8, stack num.1 is a CFRelease(a) function, we do check if a is null before call CFRelease on it. And the for next a few lines are (number 2-6), we don't see any of those function calls open or close a file, no socket network call at all. No sqlite, coredata or even dup and etc... Is there a memory management issue which makes the a point to somewhere else which is the file descriptor?