XCode 4崩溃,但不确定为什么?

问题描述

| 当我测试我的应用程序时,XCode4只是崩溃了,没有说出原因。我在以下设备上放置了崩溃日志。该应用在模拟中运行良好,所以我认为这是内存问题?我检查是否有泄漏,但没有严重的泄漏,也没有内存警告电话。 日志中显示“已将崩溃报告保存到/Library/Logs/CrashReporter/LowMemory-2011-06-01-154632.plist \”,但在Mac上的任何位置都找不到它。 请帮忙, 庞德
Jun  1 15:46:31 unkNown com.apple.launchd[1] <Notice>: (UIKitApplication:com.mondial.dva[0xd591]) Bug: launchd_core_logic.c:3795 (24506):0
Jun  1 15:46:31 unkNown com.apple.launchd[1] <Notice>: (UIKitApplication:com.mondial.dva[0xd591]) Bug: launchd_core_logic.c:920 (24506):3
Jun  1 15:46:31 unkNown com.apple.debugserver-50[412] <Warning>: 1 [019c/1503]: error: ::read ( 4,0x2ff8a9f0,1024 ) => -1 err = Bad file descriptor (0x00000009)
Jun  1 15:46:31 unkNown com.apple.launchd[1] <Notice>: (UIKitApplication:com.mondial.dva[0xd591]) Bug: launchd_core_logic.c:3794 (24506):3
Jun  1 15:46:31 unkNown com.apple.launchd[1] <Notice>: (UIKitApplication:com.mondial.dva[0xd591]) Bug: launchd_core_logic.c:3202 (24506):10
Jun  1 15:46:31 unkNown com.apple.launchd[1] <Notice>: (UIKitApplication:com.mondial.dva[0xd591]) Working around 5020256. Assuming the job crashed.
Jun  1 15:46:31 unkNown SpringBoard[28] <Warning>: Unable to delete job with label UIKitApplication:com.mondial.dva[0xd591]. Error: No such process
Jun  1 15:46:32 unkNown ReportCrash[418] <Error>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2011-06-01-154632.plist using uid: 0 gid: 0,synthetic_euid: 0 egid: 0
Jun  1 15:46:32 unkNown configd[25] <Notice>: jetsam: kernel termination snapshot being created
Jun  1 15:46:32 unkNown SCHelper[148] <Notice>: active (but IDLE) sessions
Jun  1 15:46:37 unkNown SpringBoard[28] <Notice>: MultitouchHID(1cd11840) uilock state: 0 -> 1
Jun  1 15:46:41 unkNown ReportCrash[420] <Notice>: Not saving Jetsam log because no data from the kernel.
Jun  1 15:46:41 unkNown configd[25] <Notice>: jetsam: kernel termination snapshot being created
Jun  1 15:46:51 unkNown ReportCrash[421] <Notice>: Not saving Jetsam log because no data from the kernel.
    

解决方法

        我通过管理器->设备->您正在运行的设备->控制台->右键单击左侧的任何日志,然后选择\“在Finder中显示\”,找到了我的LowMemory生成的文件。     

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...