2012-09-27 99 views
1

下面的崩潰報告來自Apple App Store。
1. EXC_BREAKPOINT(SIGTRAP)是什麼意思?有沒有人爲我店裏的應用設置斷點?混亂。
2.搜索谷歌和一些傢伙解釋這種類型的崩潰與您的應用程序中的塊使用有關,但此手機的os是v5.1> 4.0,應支持塊。來自Apple App Store的EXC_BREAKPOINT(SIGTRAP)崩潰報告。

任何想法或討論請讓我知道,謝謝。

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) 

回答

2

根本原因是OpenGL的發動機仍然保持更新,即使它的頂視圖是不可見的,IOS不允許它。

+0

謝謝。你是對的。 – jianhua