rehab
AVInstallation *installation = [AVInstallation currentInstallation]; installation.badge = badge; [installation saveInBackground]; 使用这段代码设置badge有时会 crash (3.2.8), 不知道最新的3.3有没有修复这个问题。这个 bug 比较难重现。
rehabCollect(9493,0x16e58f000) malloc: *** error for object 0x147e1fee0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug (lldb) bt * thread #12: tid = 0x2b8023, 0x000000018235011c libsystem_kernel.dylib`__pthread_kill + 8, queue = 'com.apple.root.default-qos…
还有调用 [AVOSCloud handleRemoteNotificationsWithDeviceToken:deviceToken]; 有时候也会 crash * thread #4: tid = 0x2b3b27, 0x0000000181e2db90 libobjc.A.dylib`objc_msgSend + 16, queue = 'com.apple.root.default-qos', activity = 'starting resolver activity', 6 messages, stop reason = EXC_BAD_ACCESS (code=1, addre…
已经贴出错误信息,能不能确认一下什么原因?
去掉不能复现,而且加异常断点出现 crash 的时候确实是断到了这里
这个问题频率不低,我看到之前好像也有人反映过这个问题,麻烦解决一下
请问你们有人处理问题吗?