3

ログは Crashlytics から貼り付けられます。クラッシュは多くのユーザーに頻繁に発生し、私が見る限り、デバイス/iOS のバージョンとは関係ありません。コードに問題が見つかりません。純粋なライブラリの問題のようです。Google Maps API のバグですか?それを修正するにはどうすればよいですか、それとも Google API ページにバグレポートを記入する必要がありますか..?

クラッシュログ:

Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x00000001


libGPUSupportMercury.dylib  
gpus_ReturnNotPermittedKillClient + 9

libGPUSupportMercury.dylib  
gldCreateContext

GLEngine    
gliCreateContextWithShared

OpenGLES    
-[EAGLContext initWithAPI:properties:] + 524

OpenGLES    
-[EAGLContext initWithAPI:sharedWithCompute:] + 142

!MYAPP! 
-[GMSIOSGLContext initWithAPI:]

!MYAPP! 
gmscore::renderer::GMSIOSGLContextPool::GMSIOSGLContextPool()

!MYAPP! 
___ZN7gmscore8renderer13GLContextPool16GetGLContextPoolEv_block_invoke

libdispatch.dylib   
_dispatch_client_callout + 22

libdispatch.dylib   
dispatch_once_f + 46

!MYAPP! 
gmscore::renderer::GLContextPool::GetGLContextPool()

!MYAPP! 
gmscore::renderer::GLScopedContextFromPool::GLScopedContextFromPool()

!MYAPP! 
-[GMSVectorMapSharedResourceCache init]

!MYAPP!     
__43-[GMSAsyncInitServices sharedInitWithSync:]_block_invoke

!MYAPP!     
-[GMSAsyncInitServices sharedInitWithSync:]

!MYAPP!     
-[GMSAsyncInitServices initSync]

!MYAPP!     
+[GMSServices sharedServicesSync]

!MYAPP!     
-[GMSGeocoder initWithConnection:]

!MYAPP!     
+[GMSGeocoder geocoder]

!MYAPP!     
AClass.m line 64
-[AClass doSomething:]

さらに、 aClass doSomething は次のようになります。

- (void)doSomething {
    [[GMSGeocoder geocoder] reverseGeocodeCoordinate:CLLocationCoordinate2DMake(_latitude, _longitude) 
                                   completionHandler:^(GMSReverseGeocodeResponse* response, NSError* error) {
    }
}
4

0 に答える 0