-
Notifications
You must be signed in to change notification settings - Fork 73
iOS App is crashing on startup #21
Copy link
Copy link
Open
Description
I'm trying to run this app from XCode 9.0 (9A235), on iPhone 8, iOS 11.0.
App is crashing on startup due to EXC_BAD_ACCESS with the next backtrace:
thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x199b2f2a8)
frame #0: 0x00000001861b9ba0 libsystem_platform.dylib`_platform_memmove + 208
frame #1: 0x0000000199b2f2ec SceneKit`SCNGetPerformanceStatistics + 68
frame #2: 0x0000000102ca6064 libglInterpose.dylib`copy_profiling_data_dictionary(ContextInfo*, unsigned int, unsigned long long) + 1584
frame #3: 0x0000000102ca2de8 libglInterpose.dylib`handle_frame_boundary + 368
frame #4: 0x0000000102e873ec libglInterpose.dylib`_EAGLContext_PresentInterposeCommon(EAGLContext*, unsigned int, unsigned long, double, bool () block_pointer) + 908
frame #5: 0x0000000102e84f08 libglInterpose.dylib`EAGLContext_presentRenderbuffer(EAGLContext*, objc_selector*, unsigned long) + 80
frame #6: 0x0000000193392988 GLKit`-[GLKView _display:] + 308
frame #7: 0x0000000193393b50 GLKit`-[GLKViewController _updateAndDraw] + 520
frame #8: 0x00000001030cc1b0 GPUToolsCore`-[DYDisplayLinkInterposer forwardDisplayLinkCallback:] + 176
frame #9: 0x000000018a462fd4 QuartzCore`CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 672
frame #10: 0x000000018a513fa4 QuartzCore`display_timer_callback(__CFMachPort*, void*, long, void*) + 236
frame #11: 0x0000000186526080 CoreFoundation`__CFMachPortPerform + 188
frame #12: 0x00000001865409dc CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56
frame #13: 0x00000001865400e0 CoreFoundation`__CFRunLoopDoSource1 + 440
frame #14: 0x000000018653dbb4 CoreFoundation`__CFRunLoopRun + 2196
frame #15: 0x000000018645e2d8 CoreFoundation`CFRunLoopRunSpecific + 436
frame #16: 0x00000001882eff84 GraphicsServices`GSEventRunModal + 100
frame #17: 0x000000018fa0a880 UIKit`UIApplicationMain + 208
frame #18: 0x0000000102766480 konf-demo`platform_UIKit_kniBridge53 + 76
frame #19: 0x0000000102763824 konf-demo`kfun:platform.UIKit.UIApplicationMain(kotlin.Int;kotlinx.cinterop.CValuesRef<kotlinx.cinterop.CPointerVarOf<kotlinx.cinterop.CPointer<kotlinx.cinterop.ByteVarOf<kotlin.Byte>>>>?;kotlin.String?;kotlin.String?)ValueType + 220
frame #20: 0x0000000102718694 konf-demo`kfun:main(kotlin.Array<kotlin.String>) + 400
frame #21: 0x0000000102718bb4 konf-demo`EntryPointSelector + 8
frame #22: 0x000000010274ee98 konf-demo`Konan_start + 72
frame #23: 0x0000000102741df8 konf-demo`Konan_run_start + 76
frame #24: 0x0000000102741d80 konf-demo`Konan_main + 44
frame #25: 0x0000000185f8256c libdyld.dylib`start + 4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels