ios6中的SIGSEGV SEGV_ACCERR

时间:2014-04-12 06:51:00

标签: ios7 ios6

我为客户开发了ios App。应用程序在ios 6中定期崩溃。该应用程序是基于GPS并运行背景和前景。以下是我收到的崩溃报告:

libobjc.A.dylib                     0x3a7c25b0 objc_msgSend + 16

Foundation                          0x33306599 -[NSNotificationCenter 

postNotificationName:object:userInfo:] + 73
Foundation                          0x3330a05b -[NSNotificationCenter 
postNotificationName:object:] + 31
UIKit                               0x34a01307 -[UIApplication _performMemoryWarning] + 
103

libdispatch.dylib                   0x3abde4b7 _dispatch_client_callout + 23

libdispatch.dylib                   0x3abe5139 _dispatch_source_invoke$VARIANT$mp + 253

libdispatch.dylib                   0x3abe317f _dispatch_main_queue_callback_4CF$VARIANT$mp + 163
CoreFoundation                      0x32a72f3b __CFRunLoopRun + 1291

CoreFoundation                      0x329e5ebd CFRunLoopRunSpecific + 357

CoreFoundation                      0x329e5d49 CFRunLoopRunInMode + 105

GraphicsServices                    0x365be2eb GSEventRunModal + 75

UIKit                               0x348fb301 UIApplicationMain + 1121

Can anybody let me know what is the above issue is about ?

Surjan

0 个答案:

没有答案