iOS5 上的 EXC_BREAKPOINT
我在工作过程中发生了 EXC_BREAKPOINT 异常。
Date/Time: 2011-10-20 15:19:05.089 +0400
OS Version: iPhone OS 5.0 (9A334)
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000102, 0x355cf020
Crashed Thread: 11
Thread 11 Crashed:
0 CoreFoundation 0x355cefdc CFHash + 8
1 CoreFoundation 0x3564ac10 __CFDictionaryStandardHashKey + 16
2 CoreFoundation 0x355cd9d8 CFBasicHashFindBucket + 1780
3 CoreFoundation 0x355cd2ce CFDictionaryGetValue + 110
4 CoreFoundation 0x355f09f4 _CFStreamDetachSource + 144
5 CoreFoundation 0x355f02d6 _CFStreamClose + 62
6 CoreFoundation 0x355f0be2 CFReadStreamClose + 98
7 CFNetwork 0x31fc9b9c HTTPReadStream::dequeueRequestFromConnection(unsigned char) + 92
8 CFNetwork 0x31fca3b4 HTTPReadStream::streamClose(__CFReadStream*) + 24
9 CoreFoundation 0x355f02ca _CFStreamClose + 50
10 CoreFoundation 0x355f0be2 CFReadStreamClose + 98
11 ИСЭД 0x00139d60 -[ASIHTTPRequest startRequest] (ASIHTTPRequest.m:1323)
12 ИСЭД 0x0013729c -[ASIHTTPRequest main] (ASIHTTPRequest.m:924)
13 ИСЭД 0x001367e8 -[ASIHTTPRequest startSynchronous] (ASIHTTPRequest.m:772)
不知道为什么会发生这种情况。
谁能帮助我吗? 多谢!
I've got EXC_BREAKPOINT exception occurred in the middle of work.
Date/Time: 2011-10-20 15:19:05.089 +0400
OS Version: iPhone OS 5.0 (9A334)
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000102, 0x355cf020
Crashed Thread: 11
Thread 11 Crashed:
0 CoreFoundation 0x355cefdc CFHash + 8
1 CoreFoundation 0x3564ac10 __CFDictionaryStandardHashKey + 16
2 CoreFoundation 0x355cd9d8 CFBasicHashFindBucket + 1780
3 CoreFoundation 0x355cd2ce CFDictionaryGetValue + 110
4 CoreFoundation 0x355f09f4 _CFStreamDetachSource + 144
5 CoreFoundation 0x355f02d6 _CFStreamClose + 62
6 CoreFoundation 0x355f0be2 CFReadStreamClose + 98
7 CFNetwork 0x31fc9b9c HTTPReadStream::dequeueRequestFromConnection(unsigned char) + 92
8 CFNetwork 0x31fca3b4 HTTPReadStream::streamClose(__CFReadStream*) + 24
9 CoreFoundation 0x355f02ca _CFStreamClose + 50
10 CoreFoundation 0x355f0be2 CFReadStreamClose + 98
11 ИСЭД 0x00139d60 -[ASIHTTPRequest startRequest] (ASIHTTPRequest.m:1323)
12 ИСЭД 0x0013729c -[ASIHTTPRequest main] (ASIHTTPRequest.m:924)
13 ИСЭД 0x001367e8 -[ASIHTTPRequest startSynchronous] (ASIHTTPRequest.m:772)
Have no idea why it can happened.
Can anyone help me?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您的调试器未正确连接到设备上运行的进程时,就会发生这种情况。
拔掉设备电源并再次插入。如果这不起作用,请重新启动它。
您还应该关闭 iTunes 中的 WLAN 同步(由于 XCode 选择了错误的设备连接,因此会中断远程进程的连接)
This happens when your debugger is not properly attatched to the process running on your device..
Plug off the device and plug it in again. If that doesn't work, reboot it.
You should also turn off WLAN-Sync within iTunes (breaks attatching to remote processes because XCode chooses the wrong connection to the device)