我的應用程序在啓動時發生隨機崩潰。我在iPhone應用程序中收到錯誤0x8badf00d,並且不是通常的嫌疑人
我很確定是不是啓動時間(如What does 8badf00d mean?中所述),因爲應用程序啓動速度很快。
最糟糕的是,崩潰日誌不能是simbolicate(我無法獲得源代碼行號)。這是錯誤:
Exception Type: 00000020
Exception Codes: 0x8badf00d
Highlighted Thread: 0
Application Specific Information:
Failed to launch
Thread 0:
0 JhonSell 0x000c63d6 0x1000 + 807894
1 JhonSell 0x000c7ffe 0x1000 + 815102
2 JhonSell 0x000c9646 0x1000 + 820806
3 JhonSell 0x000ca50a 0x1000 + 824586
4 JhonSell 0x000b3b72 0x1000 + 732018
5 JhonSell 0x000b3e1e 0x1000 + 732702
6 JhonSell 0x000b3fd4 0x1000 + 733140
7 JhonSell 0x0000a312 0x1000 + 37650
8 JhonSell 0x0000aa7c 0x1000 + 39548
9 JhonSell 0x00006e7c 0x1000 + 24188
10 JhonSell 0x0000fede 0x1000 + 61150
11 JhonSell 0x00004080 0x1000 + 12416
12 UIKit 0x30a4ef24 -[UIApplication performInitializationWithURL:asPanel:] + 160
13 UIKit 0x30a57dec -[UIApplication _runWithURL:] + 644
14 Foundation 0x306945a2 __NSFireDelayedPerform + 326
15 CoreFoundation 0x30269d88 CFRunLoopRunSpecific + 2642
16 CoreFoundation 0x30269320 CFRunLoopRunInMode + 44
17 GraphicsServices 0x31567e58 GSEventRunModal + 268
18 UIKit 0x30a4fa6c -[UIApplication _run] + 520
19 UIKit 0x30a591d0 UIApplicationMain + 1132
20 JhonSell 0x00002290 0x1000 + 4752
21 JhonSell 0x0000202c 0x1000 + 4140
我不能對它進行調試(我儘量附上但是,應用程式由看門狗打死,我認爲)。
的http:// en.wikipedia.org/wiki/Hexspeak – slf 2009-09-22 15:38:56
我的最愛是0xDEFEC8ED – slf 2009-09-22 15:39:30
這不是發生在這種情況下。 http://developer.apple.com/iphone/library/technotes/tn2008/tn2151.html – commanda 2010-07-30 01:11:43