在iPhone上崩溃? [英] Crash on iPhone?

查看:390
本文介绍了在iPhone上崩溃?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以通过查看下面的iPhone设备崩溃日志为什么是应用程序正在崩溃在启动本身帮助任何提示。

Can anyone help with any hints by looking into following iPhone device crash log why is the app is getting crashed at the startup itself?

注意:应用程序崩溃不是全部时间它只有50%的应用程序启动时间。
欢迎任何建议。提前感谢。

Note: App crashes not all time it does only 50% times of app launch. Any suggestion are welcome. Thanks in advance.

Date/Time:       2011-03-21 19:15:21.363 +0000

OS Version:      iPhone OS 4.2.1 (8C148)

Report Version:  104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x736f485b

Crashed Thread:  0

Thread 0 Crashed:

0   libobjc.A.dylib                 0x00003f24 objc_msgSend + 24

1   UIKit                           0x0002ff18 -[UIApplication sendAction:to:from:forEvent:] + 128

2   UIKit                           0x000ff538 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 128

3   CoreFoundation                  0x00049a3c -[NSObject(NSObject) performSelector:withObject:withObject:] + 20

4   UIKit                           0x0015d968 -[UIApplication sendAction:fromSender:toTarget:forEvent:] + 132

5   UIKit                           0x0019a1dc -[UIControl(Deprecated) sendAction:toTarget:forEvent:] + 48

6   UIKit                           0x000e6a68 -[UIControl(Internal) _sendActionsForEventMask:withEvent:] + 520

7   UIKit                           0x0019af68 -[UIControl mouseUp:] + 500

8   UIKit                           0x00171fbc -[UIView(Internal) _mouseUp:] + 52

9   UIKit                           0x0016cb8c -[UIWindow _handleMouseUp:] + 164

10  UIKit                           0x0016d144 -[UIWindow _statusBarMouseUp:] + 184

11  UIKit                           0x0035e768 -[UIStatusBar touchesEnded:withEvent:] + 436

12  CoreFoundation                  0x00049a3c -[NSObject(NSObject) performSelector:withObject:withObject:] + 20

13  UIKit                           0x00030160 forwardMethod2 + 72

14  UIKit                           0x00021ea8 -[UIWindow _sendTouchesForEvent:] + 580

15  UIKit                           0x000214dc -[UIWindow sendEvent:] + 388

16  UIKit                           0x00004c94 -[UIApplication sendEvent:] + 444

17  UIKit                           0x000043ac _UIApplicationHandleEvent + 6816

18  GraphicsServices                0x00005c80 PurpleEventCallback + 1040

19  CoreFoundation                  0x000365c4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 22

20  CoreFoundation                  0x00036582 __CFRunLoopDoSource1 + 158

21  CoreFoundation                  0x0002882e __CFRunLoopRun + 574

22  CoreFoundation                  0x00028504 CFRunLoopRunSpecific + 220

23  CoreFoundation                  0x00028412 CFRunLoopRunInMode + 54

24  GraphicsServices                0x00004d1c GSEventRunModal + 188

25  UIKit                           0x0004a574 -[UIApplication _run] + 580

26  UIKit                           0x00047550 UIApplicationMain + 964

27  checkmate                       0x00002bbe main + 74

28  checkmate                       0x00002b34 start + 44


推荐答案

你可能已经释放了一个对象。激活NSZombies找出哪个。请参见如何在Xcode 4中设置NSZombieEnabled?

You are probably over releasing an object. Activate NSZombies to find out which. See How do I set NSZombieEnabled in Xcode 4?

这篇关于在iPhone上崩溃?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆