Advertisement
Guest User

rvmInitialize

a guest
May 31st, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. Crashed: AppExampleQueue (QOS: UNSPECIFIED)
  2. 0 libsystem_kernel.dylib 0x1b075d334 __pthread_kill + 8
  3. 1 libsystem_pthread.dylib 0x1ce1a9a9c pthread_kill + 272
  4. 2 libsystem_c.dylib 0x18b9f4b90 abort + 104
  5. 3 ExampleSDK 0x106377424 rvmCreateVM + 35224
  6. 4 ExampleSDK 0x106374e78 rvmInitialize + 25580
  7. 5 ExampleSDK 0x10636d358 _bcInitializeClass + 1292
  8. 6 ExampleSDK 0x1056db4d4 [j]okhttp3.Cache$CacheResponseBody[allocator][clinit] + 4352603348
  9. 7 ExampleSDK 0x1056dd1dc [J]okhttp3.Cache$Entry.response(Lokhttp3/internal/cache/DiskLruCache$Snapshot;)Lokhttp3/Response; + 652 (Cache$Entry.kt:652)
  10. 8 ExampleSDK 0x1056da8bc [J]okhttp3.Cache.get$okhttp(Lokhttp3/Request;)Lokhttp3/Response; + 183 (Cache.kt:183)
  11. 9 ExampleSDK 0x10570ead4 [J]okhttp3.internal.cache.CacheInterceptor.intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response; + 45 (CacheInterceptor.kt:45)
  12. 10 ExampleSDK 0x105731aec [J]okhttp3.internal.http.RealInterceptorChain.proceed(Lokhttp3/Request;)Lokhttp3/Response; + 100 (RealInterceptorChain.kt:100)
  13. 11 ExampleSDK 0x10572e60c [J]okhttp3.internal.http.BridgeInterceptor.intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response; + 85 (BridgeInterceptor.kt:85)
  14. 12 ExampleSDK 0x105731aec [J]okhttp3.internal.http.RealInterceptorChain.proceed(Lokhttp3/Request;)Lokhttp3/Response; + 100 (RealInterceptorChain.kt:100)
  15. 13 ExampleSDK 0x1057328cc [J]okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response; + 76 (RetryAndFollowUpInterceptor.kt:76)
  16. 14 ExampleSDK 0x105731aec [J]okhttp3.internal.http.RealInterceptorChain.proceed(Lokhttp3/Request;)Lokhttp3/Response; + 100 (RealInterceptorChain.kt:100)
  17. 15 ExampleSDK 0x1057235d4 [J]okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp()Lokhttp3/Response; + 197 (RealCall.kt:197)
  18. 16 ExampleSDK 0x105722cbc [J]okhttp3.internal.connection.RealCall.execute()Lokhttp3/Response; + 148 (RealCall.kt:148)
  19. 17 ExampleSDK 0x10483412c [J]com.example.app.Network.executeRequest(Lokhttp3/Request;)Lcom/example/app/Network$Data; + 129 (Network.java:129)
  20. 18 ExampleSDK 0x104834694 [J]com.example.app.Network.GET(Ljava/lang/String;Z)Lcom/example/app/Network$Data; + 213 (Network.java:213)
  21. 19 ExampleSDK 0x104834644 [J]com.example.app.Network.GET(Ljava/lang/String;)Lcom/example/app/Network$Data; + 208 (Network.java:208)
  22. 20 ExampleSDK 0x10481a300 [J]com.example.app.AppExampleRates.updateLocal()Lcom/example/app/AppResult; + 214 (AppExampleRates.java:214)
  23. 21 ExampleSDK 0x104a796d0 [J]com.example.ios.sdk.CMAppExampleRatesImpl$2.run()V + 76 (CMAppExampleRatesImpl$2.java:76)
  24. 22 ExampleSDK 0x10611d310 [J]org.robovm.objc.RunnableAsObjCBlockMarshaler.invoked(Lorg/robovm/objc/ObjCBlock;)V + 137 (RunnableAsObjCBlockMarshaler.java:137)
  25. 23 ExampleSDK 0x10611cd88 [j]org.robovm.objc.RunnableAsObjCBlockMarshaler.invoked(Lorg/robovm/objc/ObjCBlock;)V[callback] + 4363357576
  26. 24 Foundation 0x1839d0fa8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24
  27. 25 Foundation 0x1838be878 -[NSBlockOperation main] + 104
  28. 26 Foundation 0x1839d33d0 __NSOPERATION_IS_INVOKING_MAIN__ + 24
  29. 27 Foundation 0x1838be500 -[NSOperation start] + 808
  30. 28 Foundation 0x1839d3e74 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 24
  31. 29 Foundation 0x1839d3900 __NSOQSchedule_f + 184
  32. 30 libdispatch.dylib 0x182242484 _dispatch_block_async_invoke2 + 148
  33. 31 libdispatch.dylib 0x18223381c _dispatch_client_callout + 20
  34. 32 libdispatch.dylib 0x182236cf4 _dispatch_continuation_pop + 448
  35. 33 libdispatch.dylib 0x182236384 _dispatch_async_redirect_invoke + 592
  36. 34 libdispatch.dylib 0x182244fe0 _dispatch_root_queue_drain + 388
  37. 35 libdispatch.dylib 0x1822457d8 _dispatch_worker_thread2 + 112
  38. 36 libsystem_pthread.dylib 0x1ce1aa768 _pthread_wqthread + 216
  39. 37 libsystem_pthread.dylib 0x1ce1b174c start_wqthread + 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement