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

时间:2012-09-27 06:50:02

标签: ios crash store

以下崩溃报告来自Apple App Store 1. EXC_BREAKPOINT(SIGTRAP)是什么意思?有没有人为我的应用程序设置断点?混乱。
2.搜索谷歌和一些家伙解释这种崩溃与你的应用程序中的块使用有关,但这款手机的操作系统是v5.1> 4.0,应该支持块。

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

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)

1 个答案:

答案 0 :(得分:2)

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