English 中文(简体)
垃圾填埋场 - SIGTRAP - Simulator Using XCode 4.2
原标题:Crash Log - SIGTRAP - iPhone Simulator Using XCode 4.2

在我使用XCode 4.2进行升级后,我有这个坠毁问题。 在我以前使用4.0.2段时从未发生过。 最奇怪的是,这种情况是时断发生的,因为有时发生,有时发生。 请帮助我确定坠毁的原因如下:

Interval Since Last Report:          627313 sec
Crashes Since Last Report:           59
Per-App Crashes Since Last Report:   14
Anonymous UUID:                      FF7C9791-6E3A-4A0C-AB83-35DE0C08166B

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
iPhone Simulator 272, iPhone OS 4.3.2 (iPhone/8H7)
iPhone Simulator 272, iPhone OS 4.3.2 (iPhone/8H7)


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib               0x9639baa2 __semwait_signal + 10
1   libSystem.B.dylib               0x963c79c5 nanosleep$UNIX2003 + 188
2   libSystem.B.dylib               0x963c7903 usleep$UNIX2003 + 61
3   QuartzCore                      0x0168549d CABackingStoreCollectBlocking + 209
4   UIKit                           0x00f27e98 -[UIApplication _handleApplicationSuspend:eventInfo:] + 1719
5   UIKit                           0x00f31039 -[UIApplication handleEvent:withNewEvent:] + 4127
6   UIKit                           0x00f28abf -[UIApplication sendEvent:] + 71
7   UIKit                           0x00f2df2e _UIApplicationHandleEvent + 7576
8   GraphicsServices                0x027f5992 PurpleEventCallback + 1550
9   CoreFoundation                  0x01b9f944 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52
10  CoreFoundation                  0x01affcf7 __CFRunLoopDoSource1 + 215
11  CoreFoundation                  0x01afcf83 __CFRunLoopRun + 979
12  CoreFoundation                  0x01afc840 CFRunLoopRunSpecific + 208
13  CoreFoundation                  0x01afc761 CFRunLoopRunInMode + 97
14  GraphicsServices                0x027f41c4 GSEventRunModal + 217
15  GraphicsServices                0x027f4289 GSEventRun + 115
16  UIKit                           0x00f31c93 UIApplicationMain + 1160
17  XXXXXXXXXXXXXX                  0x00184f69 main + 121 (main.m:14)
18  XXXXXXXXXXXXXX                  0x00002af5 start + 53
最佳回答

在某些项目中,每当X条编码更新时,总是存在这些问题。 这个问题可能有一个解决办法,这并不涉及我的解决方法,因此,在使用地雷之前,我将等待其他答案。

我将永远只是复制/分发我在文本文件中组织的所有重要法典,以便我能够说明什么东西用了,然后,我将不停(在停下来之后,删除上版本的每个分数和所有左边。 随后,所有项目和课程都重新开始,制定新的项目,并复制/复制旧的法典。 这一生命线解决了这一问题,但正如我所说的那样,这令人 see笑皆知的是,任何其他人是否会对你的问题作出更具体的答复。

问题回答

暂无回答




相关问题
Ruby Interpreter crashes with a certain word

Ok, this one s a little ridiculous, and I m almost afraid no one will believe me. But here it goes: I have written a Ruby Rails application that handles content for tons of domains. Now I know this ...

Java HotSpot error

Curious if anyone could help out in regards to a Java HotSpot dump...saw some reference to head over to the Sun Forums, figured I would try here first...below is the dump... # # An unexpected error ...

NSOperation performSelectorOnMainThread crashes

I m calling a NSOperation from a Subview of a NavigationController. MyOperation *op = [[MyOperation alloc] target:self action:@selector(didFinishOperation)]; The Operation loads some data from a ...

Is this kind of crash report useless?

I tried use "PLCrashReport" to collect the crash info then make the app more stable, but turns out that the report is like this(dont even has a call stack,how am I suppose to use it?): The "Exception:...

Xcode crashes with divide by zero

I downloaded urlcache.zip from http://developer.apple.com/iphone/library/samplecode/URLCache/index.html#//apple_ref/doc/uid/DTS40008061 I opened the project in xcode and clicked on urlcacheconection....

热门标签