ios - 来自 Apple App Store 的 EXC_BREAKPOINT (SIGTRAP) 崩溃报告。

标签 ios crash store

以下崩溃报告来自Apple App Store。
1.EXC_BREAKPOINT (SIGTRAP) 是什么意思?有人在商店里为我的应用程序设置断点吗?令人困惑。
2.在谷歌搜索,有人解释说这种崩溃与您的应用程序中的 block 使用有关,但这款手机的操作系统是v5.1 > 4.0,应该支持 block 。

任何想法或讨论请告诉我,谢谢。

Incident Identifier: 93450CAC-9D03-4222-9856-99425F2FFAF7
Hardware Model:      iPhone3,3
Process:         NavigatorFree [9192]
Path:            /var/mobile/Applications/C2340283-ADE0-4737-8D15-    2D3E7FF11414/NavigatorFree.app/NavigatorFree
Identifier:      NavigatorFree
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2012-09-14 18:26:25.944 -0400
OS Version:      iPhone OS 5.1 (9B176)
Report Version:  104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000001, 0x0000defe
Crashed Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libGPUSupportMercury.dylib      0x321b1094 gpus_ReturnNotPermittedKillClient + 0
1   libGPUSupportMercury.dylib      0x321b10ae gpus_KillClient
2   libGPUSupportMercury.dylib      0x321b15ba gpusSubmitDMABuffers
3   IMGSGX535GLDriver               0x361b99b8 SubmitPacketsIfAny
4   IMGSGX535GLDriver               0x361b9ad0 glrFlushContextToken
5   GLEngine                        0x3776dc4a gliPresentViewES
6   OpenGLES                        0x380686b4 -[EAGLContext presentRenderbuffer:]
7   NavigatorFree                   0x0004a8aa -[OGLViewController touchesBegan:] (OGLViewController.m:290)
8   QuartzCore                      0x34b8b868 CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
9   QuartzCore                      0x34b8b7be CA::Display::IOMFBDisplayLink::callback(__IOMobileFramebuffer*, unsigned long long, unsigned long long, unsigned long long, void*)
10  IOMobileFramebuffer             0x311b3ffa IOMobileFramebufferVsyncNotifyFunc
11  IOKit                           0x3537b606 IODispatchCalloutFromCFMessage
12  CoreFoundation                  0x338a8f0c __CFMachPortPerform
13  CoreFoundation                  0x338b351c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
14  CoreFoundation                  0x338b34be __CFRunLoopDoSource1
15  CoreFoundation                  0x338b230c __CFRunLoopRun + 1364
16  CoreFoundation                  0x3383549e CFRunLoopRunSpecific
17  CoreFoundation                  0x33835366 CFRunLoopRunInMode
18  GraphicsServices                0x36be9432 GSEventRunModal
19  UIKit                           0x32ba2e76 UIApplicationMain
20  NavigatorFree                   0x00077a4a -[TnMaitaiAgent directionsFrom:To:] (TnMaitaiAgent.m:48)
21  NavigatorFree                   0x00003670 __48+[TnInAppPurchaseAgent sharedInAppPurchaseAgent]_block_invoke_0 (TnInAppPurchaseAgent.m:26)

最佳答案

根本原因是 OpenGL 引擎即使在其顶 View 不可见时仍然保持更新,ios 不允许这样做。

关于ios - 来自 Apple App Store 的 EXC_BREAKPOINT (SIGTRAP) 崩溃报告。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12615677/

相关文章:

ios - 具有良好特征的iOS正则表达式

ios - 使用 NSPredicate 过滤对象

wpf - WPF d3d9.dll崩溃

带有空存储的 ExtJS 网格,在添加/插入时仅显示添加的最新记录

json - Extjs 4 : Render store data into Ext. form.Panel不使用MVC框架

ios - 通过可编码协议(protocol)管理动态 key 以响应

ios - 为什么 UITextView/UITextField 无法在 iOS 上实现 UITextInput

android - 一小部分用户在 Application 类中出现 java.lang.VerifyError

node.js - 让 Node 在 Windows 7 企业版上运行

java - 如何使用 XML 为我的测验制作者存储数据?