react-native-share / react-native-share

Social share, sending simple data to other apps.

Home Page:https://react-native-share.github.io/react-native-share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Hang with Termination Error

prasanthsnk opened this issue · comments

App Hang: The app was terminated while unresponsive

0  libsystem_kernel.dylib +0x149c _mach_msg_trap
1  libsystem_kernel.dylib +0x1ae0 _mach_msg
2  libdispatch.dylib +0x1e674     __dispatch_mach_send_and_wait_for_reply
3  libdispatch.dylib +0x1e9fc     _dispatch_mach_send_with_result_and_wait_for_reply
4  libxpc.dylib +0xdf08           _xpc_connection_send_message_with_reply_sync
5  Foundation +0x3fc48            ___NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__
6  Foundation +0x45d18            -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]
7  Foundation +0x7f548            -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:]
8  Foundation +0x94208            __NSXPCDistantObjectSimpleMessageSend2
9  ShareSheet +0x6192c            -[SFShareSheetSlotManager connectToDaemonWithContext:completionHandler:]
10 ShareSheet +0x11720            -[SHSheetServiceManager connect]
11 ShareSheet +0x11228            -[SHSheetMainInteractor startSession]
12 ShareSheet +0x11084            -[SHSheetMainPresenter initWithRouter:interactor:]
13 ShareSheet +0x1064c            +[SHSheetFactory createMainPresenterWithContext:]
14 ShareSheet +0xfcd4             -[UIActivityViewController _createMainPresenterIfNeeded]
15 ShareSheet +0xe454             -[UIActivityViewController viewDidLoad]
16 UIKitCore +0x1abff8            -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled]
17 UIKitCore +0x1aeb48            -[UIViewController loadViewIfRequired]
18 UIKitCore +0x181ba8            -[UIViewController view]
19 dxapp +0x1032d0                -[RNShare open:resolve:reject:] (RNShare.mm:328:21)
20 CoreFoundation +0x21b20        ___invoking___
21 CoreFoundation +0x3f60c        -[NSInvocation invoke]
22 CoreFoundation +0x765f8        -[NSInvocation invokeWithTarget:]
23 dxapp +0x144c9c                -[RCTModuleMethod invokeWithBridge:module:arguments:] (RCTModuleMethod.mm:584:3)
24 dxapp +0x146cec                facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) (RCTNativeModule.mm:197:17)
25 dxapp +0x14693c                facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)::$_0::operator()() const (RCTNativeModule.mm:114:7)
26 libdispatch.dylib +0x1e68      __dispatch_call_block_and_release
27 libdispatch.dylib +0x3a2c      __dispatch_client_callout
28 libdispatch.dylib +0x11f44     __dispatch_main_queue_drain
29 libdispatch.dylib +0x11b94     __dispatch_main_queue_callback_4CF
30 CoreFoundation +0x517fc        ___CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
31 CoreFoundation +0xb700         ___CFRunLoopRun
32 CoreFoundation +0x1ebc4        _CFRunLoopRunSpecific
33 GraphicsServices +0x1370       _GSEventRunModal
34 UIKitCore +0x514b54            -[UIApplication _run]
35 UIKitCore +0x29608c            _UIApplicationMain
36 dxapp +0x89e8                  main (main.m:8:12)
37 dyld +0x19da0                  start

Can you please share more details? like in which device you are seeing this issue and how to reproduce this if you know the steps!