Start a new topic

Crash with Cordova plugin 6.1.0-3.4.2

I'm getting crash reports using the Cordova plugin 6.1.0-3.4.2.


 

# Platform: ios
# Date: 2017-04-19T00:29:47Z
# OS Version: 10.3.1 (14E304)
# Device: iPhone 5s
# RAM Free: 2.2%
# Disk Free: 20.5%

#24. Crashed: com.wikitude.sdk.render_queue
0  GLEngine                       0x1a0b691c4 glDeleteTextures_Exec
1  GLEngine                       0x1a0b6917c glDeleteTextures_Exec
2  Skyjacker                      0x10026d1dc wikitude::sdk_render_core::impl::Texture::deleteFreedTextureIds() + 38968
3  Skyjacker                      0x100473b94 wikitude::sdk_render_core::impl::Core3DEngine::startRender() + 203928
4  Skyjacker                      0x10047a814 wikitude::sdk_core::impl::ArchitectEngine::architectLoop() + 231704
5  Skyjacker                      0x1002be6e0 gameplay::Game::frame() + 289576
6  Skyjacker                      0x100153c3c __50-[WTARchitectManager renderBlockForRenderService:]_block_invoke + 4295998524
7  Skyjacker                      0x1004a0cd0 __34-[WTGCDDriver triggerRenderFrame:]_block_invoke + 155296
8  libdispatch.dylib              0x18a6c69e0 _dispatch_call_block_and_release + 24
9  libdispatch.dylib              0x18a6c69a0 _dispatch_client_callout + 16
10 libdispatch.dylib              0x18a6d4830 _dispatch_queue_serial_drain + 252
11 libdispatch.dylib              0x18a6ca2cc _dispatch_queue_invoke + 884
12 libdispatch.dylib              0x18a6d6a50 _dispatch_root_queue_drain + 540
13 libdispatch.dylib              0x18a6d67d0 _dispatch_worker_thread3 + 124
14 libsystem_pthread.dylib        0x18a8cf1d0 _pthread_wqthread + 1096
15 libsystem_pthread.dylib        0x18a8ced7c start_wqthread + 4

  

# Platform: ios
# Date: 2017-04-18T20:43:01Z
# OS Version: 10.0.1 (14A403)
# Device: iPhone 5s
# RAM Free: 4.6%
# Disk Free: 3.6%

#0. Crashed: com.twitter.crashlytics.ios.exception
0  Skyjacker                      0x100440bd0 CLSProcessRecordAllThreads + 368032
1  Skyjacker                      0x100440bd0 CLSProcessRecordAllThreads + 368032
2  Skyjacker                      0x100440a8c CLSProcessRecordAllThreads + 367708
3  Skyjacker                      0x100430bf0 CLSHandler + 302528
4  Skyjacker                      0x10043ebcc __CLSExceptionRecord_block_invoke + 359836
5  libdispatch.dylib              0x1936d91c0 _dispatch_client_callout + 16
6  libdispatch.dylib              0x1936e6860 _dispatch_barrier_sync_f_invoke + 84
7  Skyjacker                      0x10043e670 CLSExceptionRecord + 358464
8  Skyjacker                      0x10043e4a4 CLSExceptionRecordNSException + 358004
9  Skyjacker                      0x10043e0c4 CLSTerminateHandler() + 357012
10 libc++abi.dylib                0x19327766c std::__terminate(void (*)()) + 16
11 libc++abi.dylib                0x193277234 __cxa_rethrow + 144
12 libobjc.A.dylib                0x19328871c objc_exception_rethrow + 44
13 CoreFoundation                 0x19472a0bc CFRunLoopRunSpecific + 560
14 GraphicsServices               0x1961ad198 GSEventRunModal + 180
15 UIKit                          0x19a703818 -[UIApplication _run] + 684
16 UIKit                          0x19a6fe550 UIApplicationMain + 208
17 Skyjacker                      0x1000250b0 main (main.m:32)
18 libdispatch.dylib              0x19370c5b8 (Missing)

--

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x1948501c0 __exceptionPreprocess
1  libobjc.A.dylib                0x19328855c objc_exception_throw
2  UIKit                          0x19aa04884 -[UIViewController _presentViewController:withAnimationController:completion:]
3  UIKit                          0x19aa07250 -[UIViewController _performCoordinatedPresentOrDismiss:animated:]
4  UIKit                          0x19a78b070 -[UIViewController presentViewController:animated:completion:]
5  Skyjacker                      0x100027c70 -[WTWikitudePlugin show:] (WTWikitudePlugin.m:517)
6  Skyjacker                      0x1000a7efc -[CDVCommandQueue execute:]
7  Skyjacker                      0x1000a7c04 -[CDVCommandQueue executePending]
8  Foundation                     0x19531fca0 __NSFireDelayedPerform
9  CoreFoundation                 0x1947fe8f4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
10 CoreFoundation                 0x1947fe608 __CFRunLoopDoTimer
11 CoreFoundation                 0x1947fdec4 __CFRunLoopDoTimers
12 CoreFoundation                 0x1947fbac0 __CFRunLoopRun
13 CoreFoundation                 0x19472a048 CFRunLoopRunSpecific
14 GraphicsServices               0x1961ad198 GSEventRunModal
15 UIKit                          0x19a703818 -[UIApplication _run]
16 UIKit                          0x19a6fe550 UIApplicationMain
17 Skyjacker                      0x1000250b0 main (main.m:32)
18 libdispatch.dylib              0x19370c5b8 (Missing)

 


Hello Rob,

Please provide further details on the issue:
  • What device does this happen with (model)?
  • Is this happening with the sample app or in your own app? If it happens with your own app, does the sample app work on your device?
  • Send exact steps to reproduce this issue and/or a video so we can check how we can reproduce this issue

Thanks

Eva

Hi Eva,


This is happening in my own app that I am beta testing with about 250 users. I did not experience the crash myself so unfortunately cannot provide any steps to reproduce or a video. I'm receiving crash reports via Crashalytics for a range of devices from iPhone 5s up to iPhone 7 plus. My Cordova app responds to screen orientation changes to hide and show the Wikitude plugin.


Do the stack traces offer any clues?

Hello Rob,

Unfortunately, there is no way for us to do any further investigation unless we know what the issue is. We would need to know the exact steps to reproduce the issue and what it is that you are doing when the app crash so that we can then provide with a solution.

Thanks
Eva

 

Hi Eva,


That's understandable. I'll try and work out how to reproduce the crash.


Thanks

Rob

Login or Signup to post a comment