iOS5 上的 EXC_BREAKPOINT

发布于 2024-12-11 01:46:22 字数 1484 浏览 3 评论 0原文

我在工作过程中发生了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

给妤﹃绝世温柔 2024-12-18 01:46:22

当您的调试器未正确连接到设备上运行的进程时,就会发生这种情况。

拔掉设备电源并再次插入。如果这不起作用,请重新启动它。

您还应该关闭 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文