ios crash EXC_BAD_ACCESS KERN_INVALID_ADDRESS

后端 未结 3 1748
广开言路
广开言路 2020-12-23 18:46

MyApp works well 98% of the time, but sometimes it crashes. It\'s so random.

The crash report shows the following.

Thread : Crashed: com.apple.main-thr         


        
3条回答
  •  一生所求
    2020-12-23 19:37

    This crash occurs due to a dangling pointer. When any variable or object is trying to access an object that's already been deallocated, this crash occurs.

提交回复
热议问题