MyApp funziona bene nel 98% dei casi, ma a volte mostra un arresto anomalo. Ed è così casuale.crash ios EXC_BAD_ACCESS KERN_INVALID_ADDRESS
Il rapporto di arresto anomalo mostra quanto segue.
Thread : Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x3b1ae626 objc_msgSend + 5
1 Foundation 0x310e2381 _netServiceMonitorCallBack + 104
2 CFNetwork 0x302ea3b5 _QueryRecordReply(_DNSServiceRef_t*, unsigned int, unsigned int, int, char const*, unsigned short, unsigned short, unsigned short, void const*, unsigned int, void*) + 324
3 libsystem_dnssd.dylib 0x3b7289d9 handle_query_response + 168
4 libsystem_dnssd.dylib 0x3b72773f DNSServiceProcessResult + 582
5 CFNetwork 0x302ea3e5 _SocketCallBack_Mon(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 20
6 CoreFoundation 0x30691189 __CFSocketPerformV0 + 580
7 CoreFoundation 0x3068efaf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14
8 CoreFoundation 0x3068e477 __CFRunLoopDoSources0 + 206
9 CoreFoundation 0x3068cc67 __CFRunLoopRun + 630
10 CoreFoundation 0x305f7729 CFRunLoopRunSpecific + 524
11 CoreFoundation 0x305f750b CFRunLoopRunInMode + 106
12 GraphicsServices 0x355336d3 GSEventRunModal + 138
13 UIKit 0x32f58871 UIApplicationMain + 1136
14 MyApp 0x0013f813 main (main.m:16)
Tutti questi sembrano metodi interni. Ho riscontrato questi arresti anomali su iPad 4 con iOS 7.1.2. Come posso inchiodarlo. Tutto aiuta apprezzato.
Mostra la parte superiore del report incidente per favore. Soprattutto il codice di eccezione. È '0xbadfood'? – orkoden
Nessun codice di eccezione è 0xf000000c, 0x0000000f. Entrambi gli arresti hanno lo stesso stack. –
utilizza un ExceptionHandler, controlla la mia risposta qui: http://stackoverflow.com/questions/10501358/objective-c-getting-line-number-or-full-stack-trace-from-debugger-error/25551171#25551171 –