-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
In a current app on TestFlight, some testers are encountering this occasionally when the app exits (full crashlog attached):
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Thread 0 name:
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001a4456df0 __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001a4376930 pthread_kill + 228 (pthread.c:1458)
2 libsystem_c.dylib 0x00000001a4304c24 __abort + 116 (abort.c:147)
3 libsystem_c.dylib 0x00000001a4304bb0 abort + 116 (abort.c:118)
4 libc++abi.dylib 0x00000001a4429f40 abort_message + 132 (abort_message.cpp:76)
5 libc++abi.dylib 0x00000001a441b8b0 demangling_terminate_handler() + 284 (cxa_default_handlers.cpp:60)
6 libobjc.A.dylib 0x00000001a4384f1c _objc_terminate() + 148 (objc-exception.mm:704)
7 TNSCrashlyticsLogger 0x0000000108849cb8 CLSTerminateHandler() + 348
8 libc++abi.dylib 0x00000001a44293cc std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59)
9 libc++abi.dylib 0x00000001a4429358 std::terminate() + 44 (cxa_handlers.cpp:88)
10 NativeScript 0x0000000105f0ed60 std::__1::shared_ptr<v8::Persistent<v8::Value, v8::NonCopyablePersistentTraits<v8::Value> > >::~shared_ptr() + 64
11 libsystem_c.dylib 0x00000001a42e5164 __cxa_finalize_ranges + 416 (atexit.c:284)
12 libsystem_c.dylib 0x00000001a42e54a0 exit + 28 (exit.c:81)
13 UIKitCore 0x00000001a87beb88 -[UIApplication _terminateWithStatus:] + 508 (UIApplication.m:6735)
14 UIKitCore 0x00000001a7f27718 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 128 (_UISceneLifecycleMultiplexer.m:765)
15 UIKitCore 0x00000001a7f2737c -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 220 (_UISceneLifecycleMultiplexer.m:418)
16 UIKitCore 0x00000001a87b4ac4 -[UIApplication workspaceShouldExit:withTransitionContext:] + 216 (UIApplication.m:3725)
17 FrontBoardServices 0x00000001a98cbcf8 -[FBSUIApplicationWorkspaceShim workspaceShouldExit:withTransitionContext:] + 88 (FBSUIApplicationWorkspace.m:144)
18 FrontBoardServices 0x00000001a98f8d68 __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_invoke_2 + 80 (FBSWorkspaceScenesClient.m:281)
19 FrontBoardServices 0x00000001a98ddebc -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240 (FBSWorkspace.m:357)
20 FrontBoardServices 0x00000001a98f8cf4 __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_invoke + 140 (FBSWorkspaceScenesClient.m:278)
21 libdispatch.dylib 0x00000001a431033c _dispatch_client_callout + 20 (object.m:495)
22 libdispatch.dylib 0x00000001a43130d4 _dispatch_block_invoke_direct + 264 (queue.c:466)
23 FrontBoardServices 0x00000001a991f6c4 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48 (FBSSerialQueue.m:173)
24 FrontBoardServices 0x00000001a991f370 -[FBSSerialQueue _queue_performNextIfPossible] + 432 (FBSSerialQueue.m:216)
25 FrontBoardServices 0x00000001a991f8dc -[FBSSerialQueue _performNextFromRunLoopSource] + 32 (FBSSerialQueue.m:247)
26 CoreFoundation 0x00000001a45ebaf4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1922)
27 CoreFoundation 0x00000001a45eba48 __CFRunLoopDoSource0 + 84 (CFRunLoop.c:1956)
28 CoreFoundation 0x00000001a45eb198 __CFRunLoopDoSources0 + 196 (CFRunLoop.c:1992)
29 CoreFoundation 0x00000001a45e5f38 __CFRunLoopRun + 796 (CFRunLoop.c:2882)
30 CoreFoundation 0x00000001a45e58f4 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
31 GraphicsServices 0x00000001ae9fc604 GSEventRunModal + 164 (GSEvent.c:2246)
32 UIKitCore 0x00000001a87b9358 UIApplicationMain +
1944 (UIApplication.m:4823)
33 NativeScript 0x0000000106054044 ffi_call_SYSV + 68
adrian-niculescu and adrian-branescu
Metadata
Metadata
Assignees
Labels
No labels