1
我需要幫助。ios崩潰_mh_execute_header(任何想法?)
因此,我製作了一個應用程序,在開發過程中沒有錯,所有我的測試版自定義程序都沒有錯誤。 但現在我有很多崩潰,我無法再現自己。 我不知道該怎麼做,什麼時候出現。 我得到了crashlytics的崩潰報告。
在此先感謝您的幫助。
異常類型:SIGABRT代碼:中止在0x1013650256
com.apple.main-thread Crashed
libsystem_kernel.dylib __pthread_kill + 8
libsystem_c.dylib pthread_kill + 58
libsystem_c.dylib abort + 94
XXXXX2 _mh_execute_header + 6703
UIKit -[UIApplication _handleApplicationSuspend:eventInfo:] + 784
UIKit -[UIApplication handleEvent:withNewEvent:] + 2458
UIKit -[UIApplication sendEvent:] + 72
UIKit _UIApplicationHandleEvent + 6154
GraphicsServices _PurpleEventCallback + 590
GraphicsServices PurpleEventCallback + 34
CoreFoundation __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 34
CoreFoundation __CFRunLoopDoSource1 + 138
CoreFoundation __CFRunLoopRun + 1384
CoreFoundation CFRunLoopRunSpecific + 356
CoreFoundation CFRunLoopRunInMode + 104
GraphicsServices GSEventRunModal + 74
UIKit UIApplicationMain + 1120
XXXXX2
main.m line 17
main
com.apple.libdispatch-manager
... libsystem_kernel.dylib kevent64 + 24
libdispatch.dylib _dispatch_mgr_invoke + 796
libdispatch.dylib _dispatch_mgr_thread$VARIANT$mp + 35
WebThread
... libsystem_kernel.dylib mach_msg_trap + 20
libsystem_kernel.dylib mach_msg + 40
CoreFoundation __CFRunLoopServiceMachPort + 128
CoreFoundation __CFRunLoopRun + 882
CoreFoundation CFRunLoopRunSpecific + 356
CoreFoundation CFRunLoopRunInMode + 104
WebCore RunWebThread(void*) + 444
libsystem_c.dylib _pthread_start + 308
com.apple.NSURLConnectionLoader
... libsystem_kernel.dylib mach_msg_trap + 20
libsystem_kernel.dylib mach_msg + 40
CoreFoundation __CFRunLoopServiceMachPort + 128
CoreFoundation __CFRunLoopRun + 882
CoreFoundation CFRunLoopRunSpecific + 356
CoreFoundation CFRunLoopRunInMode + 104
Foundation +[NSURLConnection(Loader) _resourceLoadLoop:] + 308
Foundation __NSThread__main__ + 972
libsystem_c.dylib _pthread_start + 308
com.crashlytics.MachExceptionServer
libsystem_kernel.dylib mach_msg_trap + 20
libsystem_kernel.dylib mach_msg + 40
XXXXX2 CLSMachExceptionServer
libsystem_c.dylib _pthread_start + 308
com.apple.CFSocket.private
libsystem_kernel.dylib __select + 20
libsystem_c.dylib _pthread_start + 308
JavaScriptCore::BlockFree
libsystem_kernel.dylib __psynch_cvwait + 24
libsystem_c.dylib pthread_cond_timedwait + 44
JavaScriptCore WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 108
JavaScriptCore JSC::BlockAllocator::blockFreeingThreadMain() + 82
JavaScriptCore WTF::wtfThreadEntryPoint(void*) + 14
libsystem_c.dylib _pthread_start + 308
JavaScriptCore::Marking
libsystem_kernel.dylib __psynch_cvwait + 24
libsystem_c.dylib _pthread_cond_wait + 646
libsystem_c.dylib pthread_cond_wait + 40
JavaScriptCore JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 148
JavaScriptCore JSC::MarkStackThreadSharedData::markingThreadMain() + 144
JavaScriptCore WTF::wtfThreadEntryPoint(void*) + 14
libsystem_c.dylib _pthread_start + 308
Thread 8
libsystem_kernel.dylib __workq_kernreturn + 8
libsystem_c.dylib _pthread_workq_return + 18
libsystem_c.dylib _pthread_wqthread + 365
Thread 9
libsystem_kernel.dylib __workq_kernreturn + 8
libsystem_c.dylib _pthread_workq_return + 18
libsystem_c.dylib _pthread_wqthread + 365
下面是一個類似的問題:http://stackoverflow.com/questions/13462505/ios-app-several-crashes-with-common-themes-of-sigsegv-and-sigtramp ...它可能會幫助.. 。哦,這是:http://stackoverflow.com/questions/12654235/what-is-mh-execute-header –
我已經看到它,但我無法找到我錯在哪裏 謝謝 你知道嗎如果錯誤凍結了應用程序,或者如果它是後臺錯誤,並且客戶沒有任何事情發生? – Romano401