【问题标题】:iOS5 - KERN_INVALID_ADDRESS in crash logiOS5 - 崩溃日志中的 KERN_INVALID_ADDRESS
【发布时间】:2011-10-23 16:18:25
【问题描述】:

我需要您的帮助来了解我的应用在 iPhone 4S 上的崩溃日志中发生了什么。

Date/Time:       2011-10-23 07:51:33.669 -0700
OS Version:      iPhone OS 5.0 (9A334)
Report Version:  104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xc0000008
Crashed Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
 0   libobjc.A.dylib                0x3205afbc objc_msgSend + 16
 1   UIKit                          0x31a19b68 -[UIAnimator stopAnimation:] + 412
 2   UIKit                          0x31a195d4 -[UIAnimator(Static) _advance:withTimestamp:] + 260
 3   UIKit                          0x31a194c6 -[UIAnimator(Static) _LCDHeartbeatCallback:] + 46
 4   QuartzCore                     0x3166441c CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)+ 160
 5   QuartzCore                     0x31664372 CA::Display::IOMFBDisplayLink::callback(__IOMobileFramebuffer*, unsigned long long, unsigned long long, unsigned long long, void*) + 54
 6   IOMobileFramebuffer            0x32c58f8c IOMobileFramebufferVsyncNotifyFunc + 76
 7   IOKit                          0x34ea188a IODispatchCalloutFromCFMessage + 182
 8   CoreFoundation                 0x36cb9f3c __CFMachPortPerform + 356
 9   CoreFoundation                 0x36cc454c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
10  CoreFoundation                  0x36cc44ee __CFRunLoopDoSource1 + 134
11  CoreFoundation                  0x36cc333c __CFRunLoopRun + 1364
12  CoreFoundation                  0x36c464d6 CFRunLoopRunSpecific + 294
13  CoreFoundation                  0x36c4639e CFRunLoopRunInMode + 98
14  GraphicsServices                0x32921fe6 GSEventRunModal + 150
15  UIKit                           0x318f673c UIApplicationMain + 1084
16  MyAppPro                        0x0000214a main (main.m:13)
17  MyAppPro                        0x00002108 start + 32    

这个link 在开发者论坛的讨论中似乎暗示硬件不好!?

有点迷茫!

谢谢。

【问题讨论】:

    标签: crash ios5


    【解决方案1】:

    您的问题与涉及 EXC_BAD_ACCESS 崩溃的许多其他问题相混淆。

    喜欢这个:

    how to understand Crash Log of iPhone

    为什么不单步执行您的程序,看看您是否可以隔离触发崩溃的位置?

    您链接的文章是关于 Safari 的 Macintosh 错误,与您遇到的完全不同。

    【讨论】:

    • 感谢您的回复 - 我会关注您提到的其他链接。
    猜你喜欢
    • 2017-04-02
    • 2023-03-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-01-05
    • 1970-01-01
    • 1970-01-01
    • 2021-09-29
    相关资源
    最近更新 更多