AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
619 stars 227 forks source link

My IOS app crashed when joined a channel. #567

Closed rua26 closed 1 year ago

rua26 commented 1 year ago

Hi there, I'm developing my React Native app on a MacBook Pro M1. My app was successfully built, and everything worked fine until a user joined a channel, and then my app crashed. Actually, your example is working fine with my MacBook, and the user can join a channel. I followed your setup, but I still don't know why my app crashed when a user joined a channel. Here is my logic to join a channel when a user accepts a call:

async function setupVoiceSDKEngine() {
        try {
            if (Platform.OS === 'android') {await requestAudioPermission()};

            rtcEngine.current = createAgoraRtcEngine();
            rtcEngine.current.registerEventHandler({
                onJoinChannelSuccess: (_connection, elapsed) => {
                    console.log("Join channel success", _connection);
                    setJoinChannelSuccess(true);
                },
                onUserJoined: (_connection, uid) => {
                    console.log("User joined", uid);
                    setRemoteUsers([uid]);
                },
                onUserOffline: (_connection, uid, reason) => {
                    console.log("User offline", uid, reason);
                    setRemoteUsers([]);
                },
                onError: (err, msg) => {
                    console.log("Join doesn't succed", err, msg);
                },
                onLeaveChannel: (_connection, status) => {
                    console.log("User leaved channel");
                },
            });

            rtcEngine.current.initialize({
                appId
            });

            rtcEngine.current?.enableAudio();

            setLocalAudioTrack(true);
        } catch (e) {
            console.log("Initialize engine", e);
        };
    };
    useEffect(() => {
        const autoJoinChannel = async () => {
            await setupVoiceSDKEngine();
            joinChannel(callToken, channelName, agoraID);
        };
        autoJoinChannel();
  }, []);

My app will work fine if I build app with MacBook chip intel.

rua26 commented 1 year ago

Translated Report (Full Report Below)

Incident Identifier: 5917F04C-E37F-4B82-A822-EB3ED0A3DA35 CrashReporter Key: C69A092C-4DDF-E1E6-043D-867C54C799D5 Hardware Model: MacBookPro18,3 Process: RecordApp [49563] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/6365B073-34D9-4129-A16F-728E6A29B73C/data/Containers/Bundle/Application/E436D92F-63D3-4C42-8868-2385B3E82940/RecordApp.app/RecordApp Version: 1.0 (4) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd_sim [45691] Coalition: com.apple.CoreSimulator.SimDevice.6365B073-34D9-4129-A16F-728E6A29B73C [11178] Responsible Process: SimulatorTrampoline [15490]

Date/Time: 2022-12-21 01:49:01.2512 +0300 Launch Time: 2022-12-21 01:48:59.6770 +0300 OS Version: macOS 13.0.1 (22A400) Release Type: User Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Codes: 0x0000000000000001, 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4302143488 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START --->
__TEXT 1006d8000-102108000 [ 26.2M] r-x/r-x SM=COW ...app/RecordApp Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [49563]

Triggered by Thread: 9

Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x1b054230c mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1b055316c mach_msg2_internal + 76 2 libsystem_kernel.dylib 0x1b054a50c mach_msg_overwrite + 536 3 libsystem_kernel.dylib 0x1b054267c mach_msg + 20 4 CoreFoundation 0x1803729c8 CFRunLoopServiceMachPort + 156 5 CoreFoundation 0x18036d03c CFRunLoopRun + 1152 6 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584 7 GraphicsServices 0x188ff7c98 GSEventRunModal + 160 8 UIKitCore 0x12e8ba37c -[UIApplication _run] + 868 9 UIKitCore 0x12e8be374 UIApplicationMain + 124 10 RecordApp 0x1006ddfd4 main + 100 (main.m:8) 11 dyld_sim 0x1083ddfa0 start_sim + 20 12 dyld 0x1082f1e50 start + 2544

Thread 1: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 2:: Dispatch queue: com.google.firebase.firestore.rpc 0 libsystem_kernel.dylib 0x1b054a21c poll + 8 1 RecordApp 0x1014dd730 pollset_work(grpc_pollset*, grpc_pollset_worker, long long) + 1368 (ev_poll_posix.cc:1026) 2 RecordApp 0x1014e1228 pollset_work(grpc_pollset*, grpc_pollset_worker*, long long) + 124 (ev_posix.cc:323) 3 RecordApp 0x101657c78 grpc_pollset_work(grpc_pollset, grpc_pollset_worker, long long) + 52 (pollset.cc:48) 4 RecordApp 0x10148849c cq_next(grpc_completion_queue, gpr_timespec, void) + 832 (completion_queue.cc:1047) 5 RecordApp 0x1014877e8 grpc_completion_queue_next + 68 (completion_queue.cc:1126) 6 RecordApp 0x1019d08f8 grpc::CompletionQueue::AsyncNextInternal(void*, bool, gpr_timespec) + 76 (completion_queue_cc.cc:146) 7 RecordApp 0x10083d0b0 grpc::CompletionQueue::Next(void*, bool) + 116 (completion_queue.h:185) 8 RecordApp 0x10083cf98 firebase::firestore::remote::Datastore::PollGrpcQueue() + 184 (datastore.cc:145) 9 RecordApp 0x10084398c firebase::firestore::remote::Datastore::Start()::$_0::operator()() const + 28 (datastore.cc:118) 10 RecordApp 0x100843950 decltype(static_cast<firebase::firestore::remote::Datastore::Start()::$_0&>(fp)()) std::1::invoke<firebase::firestore::remote::Datastore::Start()::$_0&>(firebase::firestore::remote::Datastore::Start()::$_0&) + 24 (type_traits:3918) 11 RecordApp 0x100843908 void std::1::invoke_void_return_wrapper<void, true>::call<firebase::firestore::remote::Datastore::Start()::$_0&>(firebase::firestore::remote::Datastore::Start()::$_0&) + 28 (invoke.h:61) 12 RecordApp 0x1008438e0 std::1::function::alloc_func<firebase::firestore::remote::Datastore::Start()::$_0, std::1::allocator<firebase::firestore::remote::Datastore::Start()::$_0>, void ()>::operator()() + 28 (function.h:178) 13 RecordApp 0x10084248c std::1::function::__func<firebase::firestore::remote::Datastore::Start()::$_0, std::1::allocator<firebase::firestore::remote::Datastore::Start()::$_0>, void ()>::operator()() + 28 (function.h:352) 14 RecordApp 0x100fb231c std::1::function::__value_func<void ()>::operator()() const + 60 (function.h:505) 15 RecordApp 0x100fb22d4 std::__1::function<void ()>::operator()() const + 24 (function.h:1182) 16 RecordApp 0x100ca8b0c firebase::firestore::util::Task::ExecuteAndRelease() + 172 (task.cc:102) 17 RecordApp 0x100895d74 firebase::firestore::util::ExecutorLibdispatch::InvokeAsync(void*) + 32 (executor_libdispatch.mm:237) 18 libdispatch.dylib 0x180135768 _dispatch_client_callout + 16 19 libdispatch.dylib 0x18013d7f8 _dispatch_lane_serial_drain + 780 20 libdispatch.dylib 0x18013e43c _dispatch_lane_invoke + 392 21 libdispatch.dylib 0x18014a624 _dispatch_workloop_worker_thread + 772 22 libsystem_pthread.dylib 0x1b059a8fc _pthread_wqthread + 284 23 libsystem_pthread.dylib 0x1b05996c0 start_wqthread + 8

Thread 3: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 4: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 5:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x1b054230c mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1b055316c mach_msg2_internal + 76 2 libsystem_kernel.dylib 0x1b054a50c mach_msg_overwrite + 536 3 libsystem_kernel.dylib 0x1b054267c mach_msg + 20 4 CoreFoundation 0x1803729c8 CFRunLoopServiceMachPort + 156 5 CoreFoundation 0x18036d03c CFRunLoopRun + 1152 6 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584 7 Foundation 0x180bcf02c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208 8 Foundation 0x180bcf250 -[NSRunLoop(NSRunLoop) runUntilDate:] + 60 9 UIKitCore 0x12e95a53c -[UIEventFetcher threadMain] + 424 10 Foundation 0x180bf4a10 NSThreadstart__ + 704 11 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 12 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 6: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 7: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 8: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 9 Crashed:: com.facebook.react.JavaScript 0 RecordApp 0x101bf4bf8 -[AgoraRtcNg callApi:] + 1812 (AgoraRtcNg.mm:158) 1 RecordApp 0x101bf4bec -[AgoraRtcNg callApi:] + 1800 (AgoraRtcNg.mm:158) 2 CoreFoundation 0x180414d00 invoking___ + 144 3 CoreFoundation 0x180411ee8 -[NSInvocation invoke] + 276 4 CoreFoundation 0x180412180 -[NSInvocation invokeWithTarget:] + 60 5 RecordApp 0x10100b05c -[RCTModuleMethod invokeWithBridge:module:arguments:] + 1744 (RCTModuleMethod.mm:584) 6 RecordApp 0x10100e97c facebook::react::invokeInner(RCTBridge, RCTModuleData, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 1108 (RCTNativeModule.mm:183) 7 RecordApp 0x10100e4ec facebook::react::RCTNativeModule::callSerializableNativeHook(unsigned int, folly::dynamic&&) + 84 (RCTNativeModule.mm:134) 8 RecordApp 0x101201314 facebook::react::ModuleRegistry::callSerializableNativeHook(unsigned int, unsigned int, folly::dynamic&&) + 356 (ModuleRegistry.cpp:236) 9 RecordApp 0x101211dc8 facebook::react::JsToNativeBridge::callSerializableNativeHook(facebook::react::JSExecutor&, unsigned int, unsigned int, folly::dynamic&&) + 104 (NativeToJsBridge.cpp:92) 10 RecordApp 0x101a03118 facebook::react::JSIExecutor::nativeCallSyncHook(facebook::jsi::Value const, unsigned long) + 948 (JSIExecutor.cpp:495) 11 RecordApp 0x101a0b498 facebook::react::JSIExecutor::initializeRuntime()::$_2::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) const + 60 (JSIExecutor.cpp:122) 12 RecordApp 0x101a0b43c decltype(static_cast<facebook::react::JSIExecutor::initializeRuntime()::$_2&>(fp)(static_cast<facebook::jsi::Runtime&>(fp0), static_cast<facebook::jsi::Value const&>(fp0), static_cast<facebook::jsi::Value const*>(fp0), static_cast(fp0))) std::1::invoke<facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 72 (type_traits:3918) 13 RecordApp 0x101a0b3c4 facebook::jsi::Value std::1::invoke_void_return_wrapper<facebook::jsi::Value, false>::call<facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 124 (invoke.h:30) 14 RecordApp 0x101a0b33c std::1::function::alloc_func<facebook::react::JSIExecutor::initializeRuntime()::$_2, std::1::allocator<facebook::react::JSIExecutor::initializeRuntime()::$_2>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 124 (function.h:178) 15 RecordApp 0x101a09e88 std::1::function::func<facebook::react::JSIExecutor::initializeRuntime()::$_2, std::__1::allocator<facebook::react::JSIExecutor::initializeRuntime()::$_2>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 124 (function.h:352) 16 RecordApp 0x101ca8b10 std::1::function::value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) const + 156 (function.h:505) 17 RecordApp 0x101ca8a50 std::1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) const + 144 (function.h:1182) 18 RecordApp 0x101ca89b4 facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) + 84 (decorator.h:36) 19 RecordApp 0x101ca8940 decltype(static_cast<facebook::jsi::DecoratedHostFunction&>(fp)(static_cast<facebook::jsi::Runtime&>(fp0), static_cast<facebook::jsi::Value const&>(fp0), static_cast<facebook::jsi::Value const>(fp0), static_cast(fp0))) std::1::invoke<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 72 (type_traits:3918) 20 RecordApp 0x101ca88c8 facebook::jsi::Value std::1::invoke_void_return_wrapper<facebook::jsi::Value, false>::call<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 124 (invoke.h:30) 21 RecordApp 0x101ca87f0 std::1::function::alloc_func<facebook::jsi::DecoratedHostFunction, std::1::allocator, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 124 (function.h:178) 22 RecordApp 0x101ca71b8 std::1::function::func<facebook::jsi::DecoratedHostFunction, std::1::allocator, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) + 124 (function.h:352) 23 hermes 0x10c285a9c 0x10c274000 + 72348 24 hermes 0x10c299a50 0x10c274000 + 154192 25 hermes 0x10c2b8734 0x10c274000 + 280372 26 hermes 0x10c2b7c34 0x10c274000 + 277556 27 hermes 0x10c299cf8 0x10c274000 + 154872 28 hermes 0x10c36a85c 0x10c274000 + 1009756 29 hermes 0x10c299a50 0x10c274000 + 154192 30 hermes 0x10c2b8734 0x10c274000 + 280372 31 hermes 0x10c2b7c34 0x10c274000 + 277556 32 hermes 0x10c299cf8 0x10c274000 + 154872 33 hermes 0x10c36a85c 0x10c274000 + 1009756 34 hermes 0x10c299a50 0x10c274000 + 154192 35 hermes 0x10c2b8734 0x10c274000 + 280372 36 hermes 0x10c2b7c34 0x10c274000 + 277556 37 hermes 0x10c29a728 0x10c274000 + 157480 38 hermes 0x10c33e9d0 0x10c274000 + 829904 39 hermes 0x10c299a50 0x10c274000 + 154192 40 hermes 0x10c2b8734 0x10c274000 + 280372 41 hermes 0x10c2b7c34 0x10c274000 + 277556 42 hermes 0x10c299cf8 0x10c274000 + 154872 43 hermes 0x10c2985fc 0x10c274000 + 148988 44 hermes 0x10c36a564 0x10c274000 + 1008996 45 hermes 0x10c299a50 0x10c274000 + 154192 46 hermes 0x10c2b8734 0x10c274000 + 280372 47 hermes 0x10c2b7c34 0x10c274000 + 277556 48 hermes 0x10c299cf8 0x10c274000 + 154872 49 hermes 0x10c2985fc 0x10c274000 + 148988 50 hermes 0x10c36a564 0x10c274000 + 1008996 51 hermes 0x10c299a50 0x10c274000 + 154192 52 hermes 0x10c2b8734 0x10c274000 + 280372 53 hermes 0x10c2b7c34 0x10c274000 + 277556 54 hermes 0x10c29a728 0x10c274000 + 157480 55 hermes 0x10c33e9d0 0x10c274000 + 829904 56 hermes 0x10c299a50 0x10c274000 + 154192 57 hermes 0x10c2b8734 0x10c274000 + 280372 58 hermes 0x10c2b7c34 0x10c274000 + 277556 59 hermes 0x10c299cf8 0x10c274000 + 154872 60 hermes 0x10c2985fc 0x10c274000 + 148988 61 hermes 0x10c36a564 0x10c274000 + 1008996 62 hermes 0x10c299a50 0x10c274000 + 154192 63 hermes 0x10c2b8734 0x10c274000 + 280372 64 hermes 0x10c2b7c34 0x10c274000 + 277556 65 hermes 0x10c299cf8 0x10c274000 + 154872 66 hermes 0x10c299560 0x10c274000 + 152928 67 hermes 0x10c2b8758 0x10c274000 + 280408 68 hermes 0x10c2b7c34 0x10c274000 + 277556 69 hermes 0x10c299cf8 0x10c274000 + 154872 70 hermes 0x10c299560 0x10c274000 + 152928 71 hermes 0x10c2b8758 0x10c274000 + 280408 72 hermes 0x10c2b7c34 0x10c274000 + 277556 73 hermes 0x10c29a728 0x10c274000 + 157480 74 hermes 0x10c33e9d0 0x10c274000 + 829904 75 hermes 0x10c299a50 0x10c274000 + 154192 76 hermes 0x10c2b8734 0x10c274000 + 280372 77 hermes 0x10c2b7c34 0x10c274000 + 277556 78 hermes 0x10c299cf8 0x10c274000 + 154872 79 hermes 0x10c2985fc 0x10c274000 + 148988 80 hermes 0x10c36a564 0x10c274000 + 1008996 81 hermes 0x10c299a50 0x10c274000 + 154192 82 hermes 0x10c2b8734 0x10c274000 + 280372 83 hermes 0x10c2b7c34 0x10c274000 + 277556 84 hermes 0x10c299cf8 0x10c274000 + 154872 85 hermes 0x10c299560 0x10c274000 + 152928 86 hermes 0x10c2b8758 0x10c274000 + 280408 87 hermes 0x10c2b7c34 0x10c274000 + 277556 88 hermes 0x10c299cf8 0x10c274000 + 154872 89 hermes 0x10c299560 0x10c274000 + 152928 90 hermes 0x10c27e5cc 0x10c274000 + 42444 91 RecordApp 0x101ca529c facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) + 76 (decorator.h:303) 92 RecordApp 0x101ca394c facebook::jsi::WithRuntimeDecorator<facebook::react::(anonymous namespace)::ReentrancyCheck, facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) + 88 (decorator.h:709) 93 RecordApp 0x1010b5578 facebook::jsi::Function::call(facebook::jsi::Runtime&, facebook::jsi::Value const, unsigned long) const + 100 (jsi-inl.h:234) 94 RecordApp 0x101092cb8 facebook::jsi::Function::call(facebook::jsi::Runtime&, std::initializer_list) const + 112 (jsi-inl.h:239) 95 RecordApp 0x101a01d90 facebook::jsi::Value facebook::jsi::Function::call<double const&, facebook::jsi::Value>(facebook::jsi::Runtime&, double const&, facebook::jsi::Value&&) const + 220 (jsi-inl.h:247) 96 RecordApp 0x101a01ae8 facebook::react::JSIExecutor::invokeCallback(double, folly::dynamic const&) + 188 (JSIExecutor.cpp:281) 97 RecordApp 0x10121bc20 facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3::operator()(facebook::react::JSExecutor) const + 272 (NativeToJsBridge.cpp:238) 98 RecordApp 0x10121baf0 decltype(static_cast<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&>(fp)(static_cast<facebook::react::JSExecutor>(fp0))) std::1::invoke<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor>(facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor&&) + 36 (type_traits:3918) 99 RecordApp 0x10121ba9c void std::1::invoke_void_return_wrapper<void, true>::__call<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor>(facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor&&) + 52 (invoke.h:61) 100 RecordApp 0x10121ba5c std::1::function::alloc_func<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3, std::1::allocator<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3>, void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor&&) + 52 (function.h:178) 101 RecordApp 0x10121a5a4 std::1::function::__func<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3, std::__1::allocator<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3>, void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor&&) + 52 (function.h:352) 102 RecordApp 0x1012259f8 std::1::function::__value_func<void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor&&) const + 84 (function.h:505) 103 RecordApp 0x101225970 std::__1::function<void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor) const + 48 (function.h:1182) 104 RecordApp 0x101225930 facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor)>)::$_8::operator()() const + 92 (NativeToJsBridge.cpp:310) 105 RecordApp 0x1012258b4 decltype(static_cast<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8&>(fp)()) std::1::invoke<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8&) + 24 (type_traits:3918) 106 RecordApp 0x10122586c void std::1::invoke_void_return_wrapper<void, true>::call<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor*)>)::$_8&) + 28 (invoke.h:61) 107 RecordApp 0x101225844 std::1::function::__alloc_func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8, std::1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8>, void ()>::operator()() + 28 (function.h:178) 108 RecordApp 0x1012241a8 std::1::function::func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8, std::1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8>, void ()>::operator()() + 28 (function.h:352) 109 RecordApp 0x100fb231c std::1::function::value_func<void ()>::operator()() const + 60 (function.h:505) 110 RecordApp 0x100fb22d4 std::1::function<void ()>::operator()() const + 24 (function.h:1182) 111 RecordApp 0x100fcb344 facebook::react::tryAndReturnError(std::1::function<void ()> const&) + 24 (RCTCxxUtils.mm:74) 112 RecordApp 0x100ff2cdc facebook::react::RCTMessageThread::tryFunc(std::1::function<void ()> const&) + 36 (RCTMessageThread.mm:69) 113 RecordApp 0x100ff8750 facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1::operator()() const + 80 (RCTMessageThread.mm:82) 114 RecordApp 0x100ff86e0 decltype(static_cast<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(fp)()) std::1::invoke<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&) + 24 (type_traits:3918) 115 RecordApp 0x100ff8698 void std::1::invoke_void_return_wrapper<void, true>::call<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&) + 28 (invoke.h:61) 116 RecordApp 0x100ff8670 std::1::function::alloc_func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1, std::1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1>, void ()>::operator()() + 28 (function.h:178) 117 RecordApp 0x100ff70d8 std::1::function::func<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1, std::1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1>, void ()>::operator()() + 28 (function.h:352) 118 RecordApp 0x100fb231c std::1::function::__value_func<void ()>::operator()() const + 60 (function.h:505) 119 RecordApp 0x100fb22d4 std::1::function<void ()>::operator()() const + 24 (function.h:1182) 120 RecordApp 0x100ff2a38 invocation function for block in facebook::react::RCTMessageThread::runAsync(std::1::function<void ()>) + 48 (RCTMessageThread.mm:45) 121 CoreFoundation 0x180372f54 CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 20 122 CoreFoundation 0x18037269c CFRunLoopDoBlocks + 364 123 CoreFoundation 0x18036d4f0 CFRunLoopRun + 2356 124 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584 125 RecordApp 0x100f9a888 +[RCTCxxBridge runRunLoop] + 736 (RCTCxxBridge.mm:335) 126 Foundation 0x180bf4a10 NSThreadstart + 704 127 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 128 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 10:: hades 0 libsystem_kernel.dylib 0x1b0545810 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1b059eaa0 _pthread_cond_wait + 1220 2 libc++.1.dylib 0x180278920 std::__1::condition_variable::wait(std::1::unique_lock&) + 24 3 hermes 0x10c38f3c0 0x10c274000 + 1160128 4 hermes 0x10c38f174 0x10c274000 + 1159540 5 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 6 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 11:: hermes-chrome-inspector-conn 0 libsystem_kernel.dylib 0x1b0545810 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1b059eaa0 _pthread_cond_wait + 1220 2 libc++.1.dylib 0x180278920 std::__1::condition_variable::wait(std::1::unique_lock&) + 24 3 RecordApp 0x101d35000 void std::1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::1::unique_lock&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1) + 64 (mutex_base:404) 4 RecordApp 0x101d34e1c facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 112 (SerialExecutor.cpp:41) 5 RecordApp 0x101d37b4c facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0::operator()() const + 28 (SerialExecutor.cpp:16) 6 RecordApp 0x101d37b10 decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(fp)()) std::1::invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0&) + 24 (type_traits:3918) 7 RecordApp 0x101d37ac8 void std::1::__invoke_void_return_wrapper<void, true>::call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0&) + 28 (invoke.h:61) 8 RecordApp 0x101d37aa0 std::1::function::alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()() + 28 (function.h:178) 9 RecordApp 0x101d3651c std::1::function::func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()() + 28 (function.h:352) 10 RecordApp 0x100fb231c std::1::function::__value_func<void ()>::operator()() const + 60 (function.h:505) 11 RecordApp 0x100fb22d4 std::1::function<void ()>::operator()() const + 24 (function.h:1182) 12 RecordApp 0x101c5023c facebook::hermes::inspector::detail::Thread::run(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>) + 32 (Thread.h:73) 13 RecordApp 0x101c5108c decltype(static_cast<void (*>(fp)(static_cast<std::1::basic_string<char, std::1::char_traits, std::__1::allocator >>(fp0), static_cast<std::1::function<void ()>>(fp0))) std::1::invoke<void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> >(void (&&)(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::1::char_traits, std::1::allocator >&&, std::1::function<void ()>&&) + 100 (type_traits:3918) 14 RecordApp 0x101c51008 void std::1::thread_execute<std::__1::unique_ptr<std::1::thread_struct, std::__1::default_delete<std::1::thread_struct> >, void (*)(std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>, 2ul, 3ul>(std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> >&, std::1::tuple_indices<2ul, 3ul>) + 76 (thread:287) 15 RecordApp 0x101c506e8 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void (*)(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()> > >(void*) + 84 (thread:298) 16 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 17 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 12:: hermes-inspector 0 libsystem_kernel.dylib 0x1b0545810 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1b059eaa0 _pthread_cond_wait + 1220 2 libc++.1.dylib 0x180278920 std::__1::condition_variable::wait(std::1::unique_lock&) + 24 3 RecordApp 0x101d35000 void std::1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::1::unique_lock&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1) + 64 (mutex_base:404) 4 RecordApp 0x101d34e1c facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 112 (SerialExecutor.cpp:41) 5 RecordApp 0x101d37b4c facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0::operator()() const + 28 (SerialExecutor.cpp:16) 6 RecordApp 0x101d37b10 decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(fp)()) std::1::invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0&) + 24 (type_traits:3918) 7 RecordApp 0x101d37ac8 void std::1::__invoke_void_return_wrapper<void, true>::call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0&) + 28 (invoke.h:61) 8 RecordApp 0x101d37aa0 std::1::function::alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()() + 28 (function.h:178) 9 RecordApp 0x101d3651c std::1::function::func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()() + 28 (function.h:352) 10 RecordApp 0x100fb231c std::1::function::__value_func<void ()>::operator()() const + 60 (function.h:505) 11 RecordApp 0x100fb22d4 std::1::function<void ()>::operator()() const + 24 (function.h:1182) 12 RecordApp 0x101c5023c facebook::hermes::inspector::detail::Thread::run(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>) + 32 (Thread.h:73) 13 RecordApp 0x101c5108c decltype(static_cast<void (*>(fp)(static_cast<std::1::basic_string<char, std::1::char_traits, std::__1::allocator >>(fp0), static_cast<std::1::function<void ()>>(fp0))) std::1::invoke<void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> >(void (&&)(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::1::char_traits, std::1::allocator >&&, std::1::function<void ()>&&) + 100 (type_traits:3918) 14 RecordApp 0x101c51008 void std::1::thread_execute<std::__1::unique_ptr<std::1::thread_struct, std::__1::default_delete<std::1::thread_struct> >, void (*)(std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>, 2ul, 3ul>(std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> >&, std::1::tuple_indices<2ul, 3ul>) + 76 (thread:287) 15 RecordApp 0x101c506e8 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void (*)(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()> > >(void*) + 84 (thread:298) 16 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 17 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 13:: com.apple.CFStream.LegacyThread 0 libsystem_kernel.dylib 0x1b054230c mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1b055316c mach_msg2_internal + 76 2 libsystem_kernel.dylib 0x1b054a50c mach_msg_overwrite + 536 3 libsystem_kernel.dylib 0x1b054267c mach_msg + 20 4 CoreFoundation 0x1803729c8 CFRunLoopServiceMachPort + 156 5 CoreFoundation 0x18036d03c CFRunLoopRun + 1152 6 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584 7 CoreFoundation 0x18039666c _legacyStreamRunLoop_workThread + 260 8 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 9 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 14:: com.squareup.SocketRocket.NetworkThread 0 libsystem_kernel.dylib 0x1b054230c mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1b055316c mach_msg2_internal + 76 2 libsystem_kernel.dylib 0x1b054a50c mach_msg_overwrite + 536 3 libsystem_kernel.dylib 0x1b054267c mach_msg + 20 4 CoreFoundation 0x1803729c8 CFRunLoopServiceMachPort + 156 5 CoreFoundation 0x18036d03c CFRunLoopRun + 1152 6 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584 7 Foundation 0x180bcf02c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208 8 RecordApp 0x10104d008 -[_RCTSRRunLoopThread main] + 336 (RCTSRWebSocket.m:1624) 9 Foundation 0x180bf4a10 NSThreadstart__ + 704 10 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 11 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 15:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x1b054230c mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1b055316c mach_msg2_internal + 76 2 libsystem_kernel.dylib 0x1b054a50c mach_msg_overwrite + 536 3 libsystem_kernel.dylib 0x1b054267c mach_msg + 20 4 CoreFoundation 0x1803729c8 CFRunLoopServiceMachPort + 156 5 CoreFoundation 0x18036d03c CFRunLoopRun + 1152 6 CoreFoundation 0x18036c7a4 CFRunLoopRunSpecific + 584 7 CFNetwork 0x1840154fc 0x183e05000 + 2163964 8 Foundation 0x180bf4a10 NSThreadstart__ + 704 9 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 10 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 16:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x1b054c870 select + 8 1 CoreFoundation 0x180387a04 CFSocketManager + 612 2 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 3 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 17: 0 libsystem_pthread.dylib 0x1b05996b8 start_wqthread + 0

Thread 18: 0 libsystem_kernel.dylib 0x1b0545810 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1b059eaa0 _pthread_cond_wait + 1220 2 RecordApp 0x1017d6740 gpr_cv_wait + 96 (sync_posix.cc:126) 3 RecordApp 0x1014e6dd0 grpc_core::Executor::ThreadMain(void) + 424 (executor.cc:238) 4 RecordApp 0x1017eba6c grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::operator()(void) const + 240 (thd_posix.cc:140) 5 RecordApp 0x1017eb970 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::invoke(void*) + 28 (thd_posix.cc:110) 6 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 7 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 19: 0 libsystem_kernel.dylib 0x1b0545810 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1b059eaa0 _pthread_cond_wait + 1220 2 RecordApp 0x1017d6740 gpr_cv_wait + 96 (sync_posix.cc:126) 3 RecordApp 0x1014e6dd0 grpc_core::Executor::ThreadMain(void) + 424 (executor.cc:238) 4 RecordApp 0x1017eba6c grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::operator()(void) const + 240 (thd_posix.cc:140) 5 RecordApp 0x1017eb970 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::invoke(void*) + 28 (thd_posix.cc:110) 6 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 7 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 20: 0 libsystem_kernel.dylib 0x1b0545810 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1b059eaa0 _pthread_cond_wait + 1220 2 RecordApp 0x1017d6790 gpr_cv_wait + 176 (sync_posix.cc:140) 3 RecordApp 0x1017f2880 wait_until(long long) + 448 (timer_manager.cc:200) 4 RecordApp 0x1017f2468 timer_main_loop() + 172 (timer_manager.cc:255) 5 RecordApp 0x1017f22e0 timer_thread(void) + 32 (timer_manager.cc:284) 6 RecordApp 0x1017eba6c grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::operator()(void) const + 240 (thd_posix.cc:140) 7 RecordApp 0x1017eb970 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::invoke(void*) + 28 (thd_posix.cc:110) 8 libsystem_pthread.dylib 0x1b059e4e4 _pthread_start + 116 9 libsystem_pthread.dylib 0x1b05996cc thread_start + 8

Thread 9 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x000000010203e187 x2: 0x0000000000000000 x3: 0x00006000024f4090 x4: 0x00006000024f4090 x5: 0x0000000000000000 x6: 0x00006000024f4060 x7: 0x0000000000000000 x8: 0x00006000008ee210 x9: 0x0000000000000040 x10: 0x0000000000000007 x11: 0x00006000017e6178 x12: 0x0000000000000007 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0xffffffffffffffff x16: 0x000000010224e662 x17: 0x0000000101bf512c x18: 0x0000000000000000 x19: 0x000000016fc78160 x20: 0x00000001baa17748 x21: 0x000000018002ec00 x22: 0x000000015e517210 x23: 0x000000015e517350 x24: 0x0000000000000003 x25: 0x00006000017f5ee6 x26: 0x00006000017f5ee6 x27: 0x00006000017f5eea x28: 0x0000000160826000 fp: 0x000000016fc884d0 lr: 0x0000000101bf4bec sp: 0x000000016fc78160 pc: 0x0000000101bf4bf8 cpsr: 0x40001000 far: 0x0000000000000000 esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images: 0x1b0541000 - 0x1b0578fef libsystem_kernel.dylib () <99ef4d89-bf00-3860-a076-24f05834886c> /usr/lib/system/libsystem_kernel.dylib 0x1802ed000 - 0x180699fff com.apple.CoreFoundation (6.9) <9b810641-e5e7-3950-a3f7-25ce1ede4d7a> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x188ff4000 - 0x188ffcfff com.apple.GraphicsServices (1.0) <3340e7ba-7ef4-3baf-b4b8-28b2e06fe6e6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x12de4c000 - 0x12f507fff com.apple.UIKitCore (1.0) <3f2e4277-d1ab-3c9c-8ca1-14c5ef9dbfc8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1006d8000 - 0x102107fff io.wow-ai.data-app (1.0) <23515654-fb9a-3209-85e8-9f25201e0a1f> /Users/USER/Library/Developer/CoreSimulator/Devices/6365B073-34D9-4129-A16F-728E6A29B73C/data/Containers/Bundle/Application/E436D92F-63D3-4C42-8868-2385B3E82940/RecordApp.app/RecordApp 0x1083dc000 - 0x10842bfff dyld_sim () /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x1082ec000 - 0x108377fff dyld () /usr/lib/dyld 0x1b0597000 - 0x1b05a3ff3 libsystem_pthread.dylib () <030d2641-514f-373f-9688-582d9d3b369a> /usr/lib/system/libsystem_pthread.dylib 0x180132000 - 0x180178fff libdispatch.dylib () <75a8e72d-f60e-33db-9798-e4f60f5c9226> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib 0x180710000 - 0x180fc4fff com.apple.Foundation (6.9) <4a53f446-37df-36ed-aaf0-242bf3845fc0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x10c274000 - 0x10c53ffff dev.hermesengine.iphonesimulator (0.11.0) <2c23321f-5679-3672-bf31-aa53ccb3480d> /Users/USER/Library/Developer/CoreSimulator/Devices/6365B073-34D9-4129-A16F-728E6A29B73C/data/Containers/Bundle/Application/E436D92F-63D3-4C42-8868-2385B3E82940/RecordApp.app/Frameworks/hermes.framework/hermes 0x18026c000 - 0x1802c7ffb libc++.1.dylib () /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib 0x183e05000 - 0x184189fff com.apple.CFNetwork (1402.0.8) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork

EOF


Full Report

{"app_name":"RecordApp","timestamp":"2022-12-21 01:49:01.00 +0300","app_version":"1.0","slice_uuid":"23515654-fb9a-3209-85e8-9f25201e0a1f","build_version":"4","platform":7,"bundleID":"io.wow-ai.data-app","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0.1 (22A400)","roots_installed":0,"name":"RecordApp","incident_id":"5917F04C-E37F-4B82-A822-EB3ED0A3DA35"} { "uptime" : 89000, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro18,3", "coalitionID" : 11178, "osVersion" : { "train" : "macOS 13.0.1", "build" : "22A400", "releaseType" : "User" }, "captureTime" : "2022-12-21 01:49:01.2512 +0300", "incident" : "5917F04C-E37F-4B82-A822-EB3ED0A3DA35", "pid" : 49563, "translated" : false, "cpuType" : "ARM-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2022-12-21 01:48:59.6770 +0300", "procStartAbsTime" : 2159800526934, "procExitAbsTime" : 2159837988187, "procName" : "RecordApp", "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6365B073-34D9-4129-A16F-728E6A29B73C\/data\/Containers\/Bundle\/Application\/E436D92F-63D3-4C42-8868-2385B3E82940\/RecordApp.app\/RecordApp", "bundleInfo" : {"CFBundleShortVersionString":"1.0","CFBundleVersion":"4","CFBundleIdentifier":"io.wow-ai.data-app"}, "storeInfo" : {"deviceIdentifierForVendor":"09E9FBFC-A402-5307-9F64-DF367D1472B9","thirdParty":true}, "parentProc" : "launchd_sim", "parentPid" : 45691, "coalitionName" : "com.apple.CoreSimulator.SimDevice.6365B073-34D9-4129-A16F-728E6A29B73C", "crashReporterKey" : "C69A092C-4DDF-E1E6-043D-867C54C799D5", "responsiblePid" : 15490, "responsibleProc" : "SimulatorTrampoline", "wakeTime" : 26706, "sleepWakeUUID" : "13DC3F63-4106-4A9C-9C96-1B77B726705B", "sip" : "enabled", "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4302143488\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n TEXT 1006d8000-102108000 [ 26.2M] r-x\/r-x SM=COW ...app\/RecordApp", "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":49563}, "vmregioninfo" : "0 is not in any region. Bytes before following region: 4302143488\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n TEXT 1006d8000-102108000 [ 26.2M] r-x\/r-x SM=COW ...app\/RecordApp", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":11},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 9, "threads" : [{"id":850798,"queue":"com.apple.main-thread","frames":[{"imageOffset":4876,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74092,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38156,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5756,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":1},{"imageOffset":524348,"symbol":"CFRunLoopRun","symbolLocation":1152,"imageIndex":1},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":1},{"imageOffset":15512,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":2},{"imageOffset":10937212,"symbol":"-[UIApplication _run]","symbolLocation":868,"imageIndex":3},{"imageOffset":10953588,"symbol":"UIApplicationMain","symbolLocation":124,"imageIndex":3},{"imageOffset":24532,"sourceLine":8,"sourceFile":"main.m","symbol":"main","imageIndex":4,"symbolLocation":100},{"imageOffset":8096,"symbol":"start_sim","symbolLocation":20,"imageIndex":5},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":6}]},{"id":850821,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":850822,"queue":"com.google.firebase.firestore.rpc","frames":[{"imageOffset":37404,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":14702384,"sourceLine":1026,"sourceFile":"ev_poll_posix.cc","symbol":"pollset_work(grpc_pollset*, grpc_pollset_worker, long long)","imageIndex":4,"symbolLocation":1368},{"imageOffset":14717480,"sourceLine":323,"sourceFile":"ev_posix.cc","symbol":"pollset_work(grpc_pollset*, grpc_pollset_worker*, long long)","imageIndex":4,"symbolLocation":124},{"imageOffset":16252024,"sourceLine":48,"sourceFile":"pollset.cc","symbol":"grpc_pollset_work(grpc_pollset, grpc_pollset_worker, long long)","imageIndex":4,"symbolLocation":52},{"imageOffset":14353564,"sourceLine":1047,"sourceFile":"completion_queue.cc","symbol":"cq_next(grpc_completion_queue, gpr_timespec, void)","imageIndex":4,"symbolLocation":832},{"imageOffset":14350312,"sourceLine":1126,"sourceFile":"completion_queue.cc","symbol":"grpc_completion_queue_next","imageIndex":4,"symbolLocation":68},{"imageOffset":19892472,"sourceLine":146,"sourceFile":"completion_queue_cc.cc","symbol":"grpc::CompletionQueue::AsyncNextInternal(void*, bool, gpr_timespec)","imageIndex":4,"symbolLocation":76},{"imageOffset":1462448,"sourceLine":185,"sourceFile":"completion_queue.h","symbol":"grpc::CompletionQueue::Next(void*, bool)","imageIndex":4,"symbolLocation":116},{"imageOffset":1462168,"sourceLine":145,"sourceFile":"datastore.cc","symbol":"firebase::firestore::remote::Datastore::PollGrpcQueue()","imageIndex":4,"symbolLocation":184},{"imageOffset":1489292,"sourceLine":118,"sourceFile":"datastore.cc","symbol":"firebase::firestore::remote::Datastore::Start()::$_0::operator()() const","imageIndex":4,"symbolLocation":28},{"imageOffset":1489232,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<firebase::firestore::remote::Datastore::Start()::$_0&>(fp)()) std::1::invoke<firebase::firestore::remote::Datastore::Start()::$_0&>(firebase::firestore::remote::Datastore::Start()::$_0&)","imageIndex":4,"symbolLocation":24},{"imageOffset":1489160,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::1::invoke_void_return_wrapper<void, true>::call<firebase::firestore::remote::Datastore::Start()::$_0&>(firebase::firestore::remote::Datastore::Start()::$_0&)","imageIndex":4,"symbolLocation":28},{"imageOffset":1489120,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::alloc_func<firebase::firestore::remote::Datastore::Start()::$_0, std::1::allocator<firebase::firestore::remote::Datastore::Start()::$_0>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":1483916,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::__func<firebase::firestore::remote::Datastore::Start()::$_0, std::1::allocator<firebase::firestore::remote::Datastore::Start()::$_0>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":9282332,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::value_func<void ()>::operator()() const","imageIndex":4,"symbolLocation":60},{"imageOffset":9282260,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":4,"symbolLocation":24},{"imageOffset":6097676,"sourceLine":102,"sourceFile":"task.cc","symbol":"firebase::firestore::util::Task::ExecuteAndRelease()","imageIndex":4,"symbolLocation":172},{"imageOffset":1826164,"sourceLine":237,"sourceFile":"executor_libdispatch.mm","symbol":"firebase::firestore::util::ExecutorLibdispatch::InvokeAsync(void*)","imageIndex":4,"symbolLocation":32},{"imageOffset":14184,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":8},{"imageOffset":47096,"symbol":"_dispatch_lane_serial_drain","symbolLocation":780,"imageIndex":8},{"imageOffset":50236,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":8},{"imageOffset":99876,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":772,"imageIndex":8},{"imageOffset":14588,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":7},{"imageOffset":9920,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":7}]},{"id":850823,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":850824,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":850825,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":4876,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74092,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38156,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5756,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":1},{"imageOffset":524348,"symbol":"CFRunLoopRun","symbolLocation":1152,"imageIndex":1},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":1},{"imageOffset":4976684,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":9},{"imageOffset":4977232,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":60,"imageIndex":9},{"imageOffset":11593020,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":424,"imageIndex":3},{"imageOffset":5130768,"symbol":"NSThreadstart","symbolLocation":704,"imageIndex":9},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850826,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":850827,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":850829,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"triggered":true,"id":850837,"name":"com.facebook.react.JavaScript","threadState":{"x":[{"value":0},{"value":4328776071},{"value":0},{"value":105553155014800},{"value":105553155014800},{"value":0},{"value":105553155014752},{"value":0},{"value":105553125630480},{"value":64},{"value":7},{"value":105553141326200},{"value":7},{"value":0},{"value":0},{"value":18446744073709551615},{"value":4330940002,"symbolLocation":2,"symbol":"OBJCCLASS$_AgoraRtcNg"},{"sourceLine":14,"value":4324282668,"sourceFile":"AgoraRtcNg.h","symbol":"-[AgoraRtcNg irisApiEngine]","symbolLocation":0},{"value":0},{"value":6170313056},{"value":7426111304,"symbolLocation":422976,"symbol":"MethodSignatureROMTable"},{"value":6442642432,"symbolLocation":0,"symbol":"objc_msgSend"},{"value":5877363216},{"value":5877363536},{"value":3},{"value":105553141391078},{"value":105553141391078},{"value":105553141391082},{"value":5914124288}],"flavor":"ARM_THREADSTATE64","lr":{"value":4324281324},"cpsr":{"value":1073745920},"fp":{"value":6170379472},"sp":{"value":6170313056},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4324281336,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":22137848,"sourceLine":158,"sourceFile":"AgoraRtcNg.mm","symbol":"-[AgoraRtcNg callApi:]","imageIndex":4,"symbolLocation":1812},{"imageOffset":22137836,"sourceLine":158,"sourceFile":"AgoraRtcNg.mm","symbol":"-[AgoraRtcNg callApi:]","imageIndex":4,"symbolLocation":1800},{"imageOffset":1211648,"symbol":"invoking","symbolLocation":144,"imageIndex":1},{"imageOffset":1199848,"symbol":"-[NSInvocation invoke]","symbolLocation":276,"imageIndex":1},{"imageOffset":1200512,"symbol":"-[NSInvocation invokeWithTarget:]","symbolLocation":60,"imageIndex":1},{"imageOffset":9646172,"sourceLine":584,"sourceFile":"RCTModuleMethod.mm","symbol":"-[RCTModuleMethod invokeWithBridge:module:arguments:]","imageIndex":4,"symbolLocation":1744},{"imageOffset":9660796,"sourceLine":183,"sourceFile":"RCTNativeModule.mm","symbol":"facebook::react::invokeInner(RCTBridge, RCTModuleData, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext)","imageIndex":4,"symbolLocation":1108},{"imageOffset":9659628,"sourceLine":134,"sourceFile":"RCTNativeModule.mm","symbol":"facebook::react::RCTNativeModule::callSerializableNativeHook(unsigned int, folly::dynamic&&)","imageIndex":4,"symbolLocation":84},{"imageOffset":11703060,"sourceLine":236,"sourceFile":"ModuleRegistry.cpp","symbol":"facebook::react::ModuleRegistry::callSerializableNativeHook(unsigned int, unsigned int, folly::dynamic&&)","imageIndex":4,"symbolLocation":356},{"imageOffset":11771336,"sourceLine":92,"sourceFile":"NativeToJsBridge.cpp","symbol":"facebook::react::JsToNativeBridge::callSerializableNativeHook(facebook::react::JSExecutor&, unsigned int, unsigned int, folly::dynamic&&)","imageIndex":4,"symbolLocation":104},{"imageOffset":20099352,"sourceLine":495,"sourceFile":"JSIExecutor.cpp","symbol":"facebook::react::JSIExecutor::nativeCallSyncHook(facebook::jsi::Value const, unsigned long)","imageIndex":4,"symbolLocation":948},{"imageOffset":20133016,"sourceLine":122,"sourceFile":"JSIExecutor.cpp","symbol":"facebook::react::JSIExecutor::initializeRuntime()::$_2::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) const","imageIndex":4,"symbolLocation":60},{"imageOffset":20132924,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::react::JSIExecutor::initializeRuntime()::$_2&>(fp)(static_cast<facebook::jsi::Runtime&>(fp0), static_cast<facebook::jsi::Value const&>(fp0), static_cast<facebook::jsi::Value const>(fp0), static_cast(fp0))) std::1::invoke<facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":72},{"imageOffset":20132804,"sourceLine":30,"sourceFile":"invoke.h","symbol":"facebook::jsi::Value std::1::invoke_void_return_wrapper<facebook::jsi::Value, false>::__call<facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::react::JSIExecutor::initializeRuntime()::$_2&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":124},{"imageOffset":20132668,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::alloc_func<facebook::react::JSIExecutor::initializeRuntime()::$_2, std::1::allocator<facebook::react::JSIExecutor::initializeRuntime()::$_2>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":124},{"imageOffset":20127368,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::__func<facebook::react::JSIExecutor::initializeRuntime()::$_2, std::__1::allocator<facebook::react::JSIExecutor::initializeRuntime()::$_2>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":124},{"imageOffset":22874896,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::__value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&) const","imageIndex":4,"symbolLocation":156},{"imageOffset":22874704,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long) const","imageIndex":4,"symbolLocation":144},{"imageOffset":22874548,"sourceLine":36,"sourceFile":"decorator.h","symbol":"facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)","imageIndex":4,"symbolLocation":84},{"imageOffset":22874432,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::jsi::DecoratedHostFunction&>(fp)(static_cast<facebook::jsi::Runtime&>(fp0), static_cast<facebook::jsi::Value const&>(fp0), static_cast<facebook::jsi::Value const>(fp0), static_cast(fp0))) std::1::invoke<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":72},{"imageOffset":22874312,"sourceLine":30,"sourceFile":"invoke.h","symbol":"facebook::jsi::Value std::1::invoke_void_return_wrapper<facebook::jsi::Value, false>::__call<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":124},{"imageOffset":22874096,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::__alloc_func<facebook::jsi::DecoratedHostFunction, std::__1::allocator, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":124},{"imageOffset":22868408,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::func<facebook::jsi::DecoratedHostFunction, std::1::allocator, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&&, unsigned long&&)","imageIndex":4,"symbolLocation":124},{"imageOffset":72348,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":1009756,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":1009756,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":157480,"imageIndex":10},{"imageOffset":829904,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":148988,"imageIndex":10},{"imageOffset":1008996,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":148988,"imageIndex":10},{"imageOffset":1008996,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":157480,"imageIndex":10},{"imageOffset":829904,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":148988,"imageIndex":10},{"imageOffset":1008996,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":152928,"imageIndex":10},{"imageOffset":280408,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":152928,"imageIndex":10},{"imageOffset":280408,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":157480,"imageIndex":10},{"imageOffset":829904,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":148988,"imageIndex":10},{"imageOffset":1008996,"imageIndex":10},{"imageOffset":154192,"imageIndex":10},{"imageOffset":280372,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":152928,"imageIndex":10},{"imageOffset":280408,"imageIndex":10},{"imageOffset":277556,"imageIndex":10},{"imageOffset":154872,"imageIndex":10},{"imageOffset":152928,"imageIndex":10},{"imageOffset":42444,"imageIndex":10},{"imageOffset":22860444,"sourceLine":303,"sourceFile":"decorator.h","symbol":"facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)","imageIndex":4,"symbolLocation":76},{"imageOffset":22853964,"sourceLine":709,"sourceFile":"decorator.h","symbol":"facebook::jsi::WithRuntimeDecorator<facebook::react::(anonymous namespace)::ReentrancyCheck, facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const, unsigned long)","imageIndex":4,"symbolLocation":88},{"imageOffset":10343800,"sourceLine":234,"sourceFile":"jsi-inl.h","symbol":"facebook::jsi::Function::call(facebook::jsi::Runtime&, facebook::jsi::Value const, unsigned long) const","imageIndex":4,"symbolLocation":100},{"imageOffset":10202296,"sourceLine":239,"sourceFile":"jsi-inl.h","symbol":"facebook::jsi::Function::call(facebook::jsi::Runtime&, std::initializer_list) const","imageIndex":4,"symbolLocation":112},{"imageOffset":20094352,"sourceLine":247,"sourceFile":"jsi-inl.h","symbol":"facebook::jsi::Value facebook::jsi::Function::call<double const&, facebook::jsi::Value>(facebook::jsi::Runtime&, double const&, facebook::jsi::Value&&) const","imageIndex":4,"symbolLocation":220},{"imageOffset":20093672,"sourceLine":281,"sourceFile":"JSIExecutor.cpp","symbol":"facebook::react::JSIExecutor::invokeCallback(double, folly::dynamic const&)","imageIndex":4,"symbolLocation":188},{"imageOffset":11811872,"sourceLine":238,"sourceFile":"NativeToJsBridge.cpp","symbol":"facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3::operator()(facebook::react::JSExecutor) const","imageIndex":4,"symbolLocation":272},{"imageOffset":11811568,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&>(fp)(static_cast<facebook::react::JSExecutor>(fp0))) std::1::invoke<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor>(facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor&&)","imageIndex":4,"symbolLocation":36},{"imageOffset":11811484,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::1::invoke_void_return_wrapper<void, true>::call<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor>(facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3&, facebook::react::JSExecutor&&)","imageIndex":4,"symbolLocation":52},{"imageOffset":11811420,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::alloc_func<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3, std::1::allocator<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3>, void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor&&)","imageIndex":4,"symbolLocation":52},{"imageOffset":11806116,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::__func<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3, std::1::allocator<facebook::react::NativeToJsBridge::invokeCallback(double, folly::dynamic&&)::$_3>, void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor&&)","imageIndex":4,"symbolLocation":52},{"imageOffset":11852280,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::value_func<void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor&&) const","imageIndex":4,"symbolLocation":84},{"imageOffset":11852144,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::1::function<void (facebook::react::JSExecutor)>::operator()(facebook::react::JSExecutor) const","imageIndex":4,"symbolLocation":48},{"imageOffset":11852080,"sourceLine":310,"sourceFile":"NativeToJsBridge.cpp","symbol":"facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor*)>)::$_8::operator()() const","imageIndex":4,"symbolLocation":92},{"imageOffset":11851956,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8&>(fp)()) std::1::invoke<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor*)>)::$_8&)","imageIndex":4,"symbolLocation":24},{"imageOffset":11851884,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::1::invoke_void_return_wrapper<void, true>::call<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor)>)::$_8&)","imageIndex":4,"symbolLocation":28},{"imageOffset":11851844,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::alloc_func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8, std::1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":11846056,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8, std::1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::1::function<void (facebook::react::JSExecutor)>)::$_8>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":9282332,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::value_func<void ()>::operator()() const","imageIndex":4,"symbolLocation":60},{"imageOffset":9282260,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::1::function<void ()>::operator()() const","imageIndex":4,"symbolLocation":24},{"imageOffset":9384772,"sourceLine":74,"sourceFile":"RCTCxxUtils.mm","symbol":"facebook::react::tryAndReturnError(std::1::function<void ()> const&)","imageIndex":4,"symbolLocation":24},{"imageOffset":9546972,"sourceLine":69,"sourceFile":"RCTMessageThread.mm","symbol":"facebook::react::RCTMessageThread::tryFunc(std::1::function<void ()> const&)","imageIndex":4,"symbolLocation":36},{"imageOffset":9570128,"sourceLine":82,"sourceFile":"RCTMessageThread.mm","symbol":"facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1::operator()() const","imageIndex":4,"symbolLocation":80},{"imageOffset":9570016,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&>(fp)()) std::1::invoke<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&)","imageIndex":4,"symbolLocation":24},{"imageOffset":9569944,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::1::invoke_void_return_wrapper<void, true>::call<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1&)","imageIndex":4,"symbolLocation":28},{"imageOffset":9569904,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::__alloc_func<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1, std::1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":9564376,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::func<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1, std::1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::1::function<void ()>&&)::$_1>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":9282332,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::value_func<void ()>::operator()() const","imageIndex":4,"symbolLocation":60},{"imageOffset":9282260,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::1::function<void ()>::operator()() const","imageIndex":4,"symbolLocation":24},{"imageOffset":9546296,"sourceLine":45,"sourceFile":"RCTMessageThread.mm","symbol":"invocation function for block in facebook::react::RCTMessageThread::runAsync(std::1::function<void ()>)","imageIndex":4,"symbolLocation":48},{"imageOffset":548692,"symbol":"CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK","symbolLocation":20,"imageIndex":1},{"imageOffset":546460,"symbol":"CFRunLoopDoBlocks","symbolLocation":364,"imageIndex":1},{"imageOffset":525552,"symbol":"CFRunLoopRun","symbolLocation":2356,"imageIndex":1},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":1},{"imageOffset":9185416,"sourceLine":335,"sourceFile":"RCTCxxBridge.mm","symbol":"+[RCTCxxBridge runRunLoop]","imageIndex":4,"symbolLocation":736},{"imageOffset":5130768,"symbol":"NSThreadstart__","symbolLocation":704,"imageIndex":9},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850841,"name":"hades","frames":[{"imageOffset":18448,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":7},{"imageOffset":51488,"symbol":"std::1::condition_variable::wait(std::__1::unique_lock<std::1::mutex>&)","symbolLocation":24,"imageIndex":11},{"imageOffset":1160128,"imageIndex":10},{"imageOffset":1159540,"imageIndex":10},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850842,"name":"hermes-chrome-inspector-conn","frames":[{"imageOffset":18448,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":7},{"imageOffset":51488,"symbol":"std::1::condition_variable::wait(std::1::unique_lock&)","symbolLocation":24,"imageIndex":11},{"imageOffset":23449600,"sourceLine":404,"sourceFile":"__mutex_base","symbol":"void std::1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::1::unique_lock&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1)","imageIndex":4,"symbolLocation":64},{"imageOffset":23449116,"sourceLine":41,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::runLoop()","imageIndex":4,"symbolLocation":112},{"imageOffset":23460684,"sourceLine":16,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0::operator()() const","imageIndex":4,"symbolLocation":28},{"imageOffset":23460624,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(fp)()) std::1::invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&)","imageIndex":4,"symbolLocation":24},{"imageOffset":23460552,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::1::invoke_void_return_wrapper<void, true>::call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0&)","imageIndex":4,"symbolLocation":28},{"imageOffset":23460512,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":23455004,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":9282332,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::value_func<void ()>::operator()() const","imageIndex":4,"symbolLocation":60},{"imageOffset":9282260,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::1::function<void ()>::operator()() const","imageIndex":4,"symbolLocation":24},{"imageOffset":22512188,"sourceLine":73,"sourceFile":"Thread.h","symbol":"facebook::hermes::inspector::detail::Thread::run(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>)","imageIndex":4,"symbolLocation":32},{"imageOffset":22515852,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<void (>(fp)(static_cast<std::1::basic_string<char, std::__1::char_traits, std::1::allocator >>(fp0), static_cast<std::1::function<void ()>>(fp0))) std::1::__invoke<void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()> >(void (*&&)(std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >&&, std::1::function<void ()>&&)","imageIndex":4,"symbolLocation":100},{"imageOffset":22515720,"sourceLine":287,"sourceFile":"thread","symbol":"void std::1::thread_execute<std::__1::unique_ptr<std::1::thread_struct, std::__1::default_delete<std::1::thread_struct> >, void (*)(std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>, 2ul, 3ul>(std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> >&, std::1::tuple_indices<2ul, 3ul>)","imageIndex":4,"symbolLocation":76},{"imageOffset":22513384,"sourceLine":298,"sourceFile":"thread","symbol":"void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void (*)(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()> > >(void)","imageIndex":4,"symbolLocation":84},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850843,"name":"hermes-inspector","frames":[{"imageOffset":18448,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":7},{"imageOffset":51488,"symbol":"std::1::condition_variable::wait(std::1::unique_lock&)","symbolLocation":24,"imageIndex":11},{"imageOffset":23449600,"sourceLine":404,"sourceFile":"__mutex_base","symbol":"void std::1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::1::unique_lock&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1)","imageIndex":4,"symbolLocation":64},{"imageOffset":23449116,"sourceLine":41,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::runLoop()","imageIndex":4,"symbolLocation":112},{"imageOffset":23460684,"sourceLine":16,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0::operator()() const","imageIndex":4,"symbolLocation":28},{"imageOffset":23460624,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(fp)()) std::1::invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0&)","imageIndex":4,"symbolLocation":24},{"imageOffset":23460552,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::1::invoke_void_return_wrapper<void, true>::call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::1::char_traits, std::1::allocator > const&)::$_0&)","imageIndex":4,"symbolLocation":28},{"imageOffset":23460512,"sourceLine":178,"sourceFile":"function.h","symbol":"std::1::function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":23455004,"sourceLine":352,"sourceFile":"function.h","symbol":"std::1::function::func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::1::char_traits, std::__1::allocator > const&)::$_0, std::1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&)::$_0>, void ()>::operator()()","imageIndex":4,"symbolLocation":28},{"imageOffset":9282332,"sourceLine":505,"sourceFile":"function.h","symbol":"std::1::function::value_func<void ()>::operator()() const","imageIndex":4,"symbolLocation":60},{"imageOffset":9282260,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::1::function<void ()>::operator()() const","imageIndex":4,"symbolLocation":24},{"imageOffset":22512188,"sourceLine":73,"sourceFile":"Thread.h","symbol":"facebook::hermes::inspector::detail::Thread::run(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>)","imageIndex":4,"symbolLocation":32},{"imageOffset":22515852,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<void (>(fp)(static_cast<std::1::basic_string<char, std::__1::char_traits, std::1::allocator >>(fp0), static_cast<std::1::function<void ()>>(fp0))) std::1::invoke<void (*)(std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()> >(void (&&)(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::1::char_traits, std::1::allocator >&&, std::1::function<void ()>&&)","imageIndex":4,"symbolLocation":100},{"imageOffset":22515720,"sourceLine":287,"sourceFile":"thread","symbol":"void std::1::thread_execute<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete >, void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>, 2ul, 3ul>(std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete<std::1::thread_struct> >, void (*)(std::__1::basic_string<char, std::1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> >&, std::1::tuple_indices<2ul, 3ul>)","imageIndex":4,"symbolLocation":76},{"imageOffset":22513384,"sourceLine":298,"sourceFile":"thread","symbol":"void* std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void ()(std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()>), std::1::basic_string<char, std::__1::char_traits, std::1::allocator >, std::1::function<void ()> > >(void)","imageIndex":4,"symbolLocation":84},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850854,"name":"com.apple.CFStream.LegacyThread","frames":[{"imageOffset":4876,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74092,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38156,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5756,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":1},{"imageOffset":524348,"symbol":"CFRunLoopRun","symbolLocation":1152,"imageIndex":1},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":1},{"imageOffset":693868,"symbol":"_legacyStreamRunLoop_workThread","symbolLocation":260,"imageIndex":1},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850855,"name":"com.squareup.SocketRocket.NetworkThread","frames":[{"imageOffset":4876,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74092,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38156,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5756,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":1},{"imageOffset":524348,"symbol":"CFRunLoopRun","symbolLocation":1152,"imageIndex":1},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":1},{"imageOffset":4976684,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":9},{"imageOffset":9916424,"sourceLine":1624,"sourceFile":"RCTSRWebSocket.m","symbol":"-[_RCTSRRunLoopThread main]","imageIndex":4,"symbolLocation":336},{"imageOffset":5130768,"symbol":"NSThreadstart","symbolLocation":704,"imageIndex":9},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850856,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":4876,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":74092,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":0},{"imageOffset":38156,"symbol":"mach_msg_overwrite","symbolLocation":536,"imageIndex":0},{"imageOffset":5756,"symbol":"mach_msg","symbolLocation":20,"imageIndex":0},{"imageOffset":547272,"symbol":"CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":1},{"imageOffset":524348,"symbol":"CFRunLoopRun","symbolLocation":1152,"imageIndex":1},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":1},{"imageOffset":2163964,"imageIndex":12},{"imageOffset":5130768,"symbol":"NSThreadstart","symbolLocation":704,"imageIndex":9},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850857,"name":"com.apple.CFSocket.private","frames":[{"imageOffset":47216,"symbol":"select","symbolLocation":8,"imageIndex":0},{"imageOffset":633348,"symbol":"CFSocketManager","symbolLocation":612,"imageIndex":1},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850858,"frames":[{"imageOffset":9912,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":850877,"frames":[{"imageOffset":18448,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":7},{"imageOffset":17819456,"sourceLine":126,"sourceFile":"sync_posix.cc","symbol":"gpr_cv_wait","imageIndex":4,"symbolLocation":96},{"imageOffset":14740944,"sourceLine":238,"sourceFile":"executor.cc","symbol":"grpc_core::Executor::ThreadMain(void)","imageIndex":4,"symbolLocation":424},{"imageOffset":17906284,"sourceLine":140,"sourceFile":"thd_posix.cc","symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::operator()(void) const","imageIndex":4,"symbolLocation":240},{"imageOffset":17906032,"sourceLine":110,"sourceFile":"thd_posix.cc","symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::invoke(void)","imageIndex":4,"symbolLocation":28},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850878,"frames":[{"imageOffset":18448,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":7},{"imageOffset":17819456,"sourceLine":126,"sourceFile":"sync_posix.cc","symbol":"gpr_cv_wait","imageIndex":4,"symbolLocation":96},{"imageOffset":14740944,"sourceLine":238,"sourceFile":"executor.cc","symbol":"grpc_core::Executor::ThreadMain(void)","imageIndex":4,"symbolLocation":424},{"imageOffset":17906284,"sourceLine":140,"sourceFile":"thd_posix.cc","symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::operator()(void) const","imageIndex":4,"symbolLocation":240},{"imageOffset":17906032,"sourceLine":110,"sourceFile":"thd_posix.cc","symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::__invoke(void)","imageIndex":4,"symbolLocation":28},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":850879,"frames":[{"imageOffset":18448,"symbol":"psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31392,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":7},{"imageOffset":17819536,"sourceLine":140,"sourceFile":"sync_posix.cc","symbol":"gpr_cv_wait","imageIndex":4,"symbolLocation":176},{"imageOffset":17934464,"sourceLine":200,"sourceFile":"timer_manager.cc","symbol":"wait_until(long long)","imageIndex":4,"symbolLocation":448},{"imageOffset":17933416,"sourceLine":255,"sourceFile":"timer_manager.cc","symbol":"timer_main_loop()","imageIndex":4,"symbolLocation":172},{"imageOffset":17933024,"sourceLine":284,"sourceFile":"timer_manager.cc","symbol":"timer_thread(void)","imageIndex":4,"symbolLocation":32},{"imageOffset":17906284,"sourceLine":140,"sourceFile":"thd_posix.cc","symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::operator()(void) const","imageIndex":4,"symbolLocation":240},{"imageOffset":17906032,"sourceLine":110,"sourceFile":"thd_posix.cc","symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const, void ()(void), void, bool, grpc_core::Thread::Options const&)::'lambda'(void)::invoke(void*)","imageIndex":4,"symbolLocation":28},{"imageOffset":29924,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":7},{"imageOffset":9932,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]}], "usedImages" : [ { "source" : "P", "arch" : "arm64", "base" : 7253266432, "size" : 229360, "uuid" : "99ef4d89-bf00-3860-a076-24f05834886c", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 6445518848, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 3854336, "uuid" : "9b810641-e5e7-3950-a3f7-25ce1ede4d7a", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "arm64", "base" : 6593396736, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.GraphicsServices", "size" : 36864, "uuid" : "3340e7ba-7ef4-3baf-b4b8-28b2e06fe6e6", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices", "name" : "GraphicsServices", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "arm64", "base" : 5064933376, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 23838720, "uuid" : "3f2e4277-d1ab-3c9c-8ca1-14c5ef9dbfc8", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "6209" }, { "source" : "P", "arch" : "arm64", "base" : 4302143488, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "io.wow-ai.data-app", "size" : 27459584, "uuid" : "23515654-fb9a-3209-85e8-9f25201e0a1f", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6365B073-34D9-4129-A16F-728E6A29B73C\/data\/Containers\/Bundle\/Application\/E436D92F-63D3-4C42-8868-2385B3E82940\/RecordApp.app\/RecordApp", "name" : "RecordApp", "CFBundleVersion" : "4" }, { "source" : "P", "arch" : "arm64", "base" : 4433231872, "size" : 327680, "uuid" : "d763ecdd-458a-3dc0-92d4-bf4f7a54bfbb", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim", "name" : "dyld_sim" }, { "source" : "P", "arch" : "arm64e", "base" : 4432248832, "size" : 573440, "uuid" : "de46dd52-4994-3fd8-b4b4-e352a1a19354", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "arm64", "base" : 7253618688, "size" : 53236, "uuid" : "030d2641-514f-373f-9688-582d9d3b369a", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 6443704320, "size" : 290816, "uuid" : "75a8e72d-f60e-33db-9798-e4f60f5c9226", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 6449856512, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 9129984, "uuid" : "4a53f446-37df-36ed-aaf0-242bf3845fc0", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "arm64", "base" : 4498866176, "CFBundleShortVersionString" : "0.11.0", "CFBundleIdentifier" : "dev.hermesengine.iphonesimulator", "size" : 2932736, "uuid" : "2c23321f-5679-3672-bf31-aa53ccb3480d", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6365B073-34D9-4129-A16F-728E6A29B73C\/data\/Containers\/Bundle\/Application\/E436D92F-63D3-4C42-8868-2385B3E82940\/RecordApp.app\/Frameworks\/hermes.framework\/hermes", "name" : "hermes", "CFBundleVersion" : "0.11.0" }, { "source" : "P", "arch" : "arm64", "base" : 6444990464, "size" : 376828, "uuid" : "ca7db440-78b7-3d9e-8ba8-d1657150f8b9", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 6507483136, "CFBundleShortVersionString" : "1402.0.8", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 3690496, "uuid" : "c55f057b-42a5-353a-b564-2999bdb2df42", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CFNetwork.framework\/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1402.0.8" } ], "sharedCache" : { "base" : 6442450944, "size" : 1365655552, "uuid" : "df210d9a-d9f3-362d-bb6e-eb846354489e" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=718.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=718.3M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG raster data 112K 1 \nColorSync 128K 5 \nCoreAnimation 160K 3 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 287.2M 101 \nMALLOC guard page 192K 12 \nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 896K 7 \nSTACK GUARD 56.3M 21 \nStack 19.1M 21 \nVM_ALLOCATE 12.5M 11 \nDATA 39.7M 581 \nDATA_CONST 54.7M 558 \nDATA_DIRTY 66K 11 \n__FONT_DATA 4K 1 \nLINKEDIT 526.8M 83 \nLLVM 337.7M 17 \nOBJC_RO 28.4M 1 \n__OBJC_RW 882K 1 \n__TEXT 593.5M 583 \ndyld private memory 1088K 6 \nlibnetwork 128K 8 \nmapped file 47.7M 33 \nshared memory 16K 1 \n=========== ======= ======= \nTOTAL 2.3G 2071 \nTOTAL, minus reserved VM space 2.0G 2071 \n", "legacyInfo" : { "threadTriggered" : { "name" : "com.facebook.react.JavaScript" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "63582c5f8a53461413999550", "factorPackIds" : { "PROACTIVE_MAIL_INTELLIGENCE_SALIENCY" : "636525247ea6e25a76dc2008" }, "deploymentId" : 240000002 }, { "rolloutId" : "60da5e84ab0ca017dace9abf", "factorPackIds" : {

  },
  "deploymentId" : 240000008
}

], "experiments" : [

] } }

rua26 commented 1 year ago

Here is my dump report I got when app crashed

nitdev commented 1 year ago

same error

Antonio-Melo commented 1 year ago

I'm having the same problem

jafar-jabr commented 1 year ago

same here

rua26 commented 1 year ago

@LichKing-2234 Could you take a look?

LichKing-2234 commented 1 year ago

@rua26 is our demo working?

LichKing-2234 commented 1 year ago

BTW, You should call registerEventHandler after initialize

nitdev commented 1 year ago

I downgrade to version 4.0.0, and it working "react-native-agora": "4.0.0",

rua26 commented 1 year ago

BTW, You should call registerEventHandler after initialize

Yes this is a reason caused error. After I called registerEventHandler after initialize then my app worked fine. But I don't know why It's working normally at version 4.0.0

rua26 commented 1 year ago

@LichKing-2234 but Agora should update their tutorial. https://docs.agora.io/en/video-calling/get-started/get-started-sdk?platform=react-native This one told me that I should call initialize after registerEventHandler

LichKing-2234 commented 1 year ago

@rua26 This may be optimized in a later version, but it can only call registerEventHandler before initialize now.

swizes commented 1 year ago

If you use the tutorial code, do not forget to add [] to the useEffect

  useEffect(() => {
    // Initialize Agora engine when the app starts
    setupVoiceSDKEngine();
  }, []);
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.