iOS6 crash <Error>: libMobileGestalt copySystemVersionDictionaryValue

回眸只為那壹抹淺笑 提交于 2019-12-11 10:19:26

问题


I'm stucked over one week I cant figure it out why my app crashed only in IPAD3 ios6.0.1, all other ipads does not crash, my app uses a lot of memory because it downloads a lot of contents and uses also a lot of webviews,

here is the crash log:

iPad-3 backboardd[51] <Warning>: BKSendGSEvent ERROR sending event type 23: (ipc/send) invalid destination port (0x10000003)
iPad-3 backboardd[51] <Warning>: BKSendGSEvent ERROR sending event type 23: (ipc/send) invalid destination port (0x10000003)
iPad-3 UserEventAgent[13] <Notice>: jetsam: kernel termination snapshot being created
iPad-3 com.apple.launchd[1] (UIKitApplication:com.mmm.ipad[0x1066][1275]) <Notice>: (UIKitApplication:com.mmm.ipad[0x1066]) Exited: Killed: 9
iPad-3 com.apple.debugserver-189[1274] <Warning>: 1 +0.000000 sec [04fa/1303]: error: ::read ( 5, 0x1b5a0c, 1024 ) => -1 err = Bad file descriptor (0x00000009)
backboardd[51] <Warning>: BKSendGSEvent ERROR sending event type 23: (ipc/send) invalid destination port (0x10000003)
iPad-3 backboardd[51] <Warning>: Application 'UIKitApplication:com.mmm.ipad[0x1066]' exited abnormally with signal 9: Killed: 9
<Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
<Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2013-01-17-114238.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0

来源:https://stackoverflow.com/questions/14376347/ios6-crash-error-libmobilegestalt-copysystemversiondictionaryvalue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!