0
在Xcode 4.5.2上當我的應用程序崩潰時,我的代碼沒有崩潰的行。 崩潰不是象徵性的。Xcode 4.5.2沒有更多的鏈接到崩潰時,當我點擊線程上的backtrace,沒有符號化
我只是把這個線來測試我崩潰處理:
NSMutableArray *arr = [NSMutableArray array];
[arr objectAtIndex:2];
我得到這個消息時,我的應用程序崩潰:
libobjc.A.dylib`_cache_getImp:
0x204c048: movl 8(%esp), %ecx
0x204c04c: movl 4(%esp), %edx
0x204c050: pushl %edi
0x204c051: movl 8(%edx), %edi
0x204c054: pushl %esi
0x204c055: movl (%edi), %esi
0x204c057: movl %ecx, %edx
0x204c059: shrl $2, %edx
0x204c05c: andl %esi, %edx
0x204c05e: movl 8(%edi,%edx,4), %eax
0x204c062: testl %eax, %eax
0x204c064: je 0x204c06f ; _cache_getImp + 39
0x204c066: cmpl (%eax), %ecx
0x204c068: je 0x204c080 ; _cache_getImp + 56
0x204c06a: addl $1, %edx
0x204c06d: jmp 0x204c05c ; _cache_getImp + 20
0x204c06f: popl %esi
0x204c070: popl %edi
0x204c071: jmp 0x204c086 ; _cache_getImp + 62
0x204c073: nopw %cs:(%eax,%eax)
0x204c080: popl %esi
0x204c081: popl %edi
0x204c082: movl 8(%eax), %eax
0x204c085: ret
0x204c086: xorl %eax, %eax
0x204c088: ret
0x204c089: nopl (%eax)
沒有更多的鏈接到崩潰的路線。
謝謝。
產品>調試工作流程>顯示拆裝調試
而且完成時: