firebase / flutterfire

πŸ”₯ A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.73k stars 3.98k forks source link

πŸ› [firebase_dynamic_links] Crashed IOS app on startup #10151

Closed Sp4Rx closed 1 year ago

Sp4Rx commented 1 year ago

Bug report

Describe the bug We are getting a crash at the startup for the IOS app only. See the debug info at the breakpoint where it's crashed and the screenshot for more information

#1  0x000000010109f67c in __55-[FIRDLJavaScriptExecutor webView:didFinishNavigation:]_block_invoke_2 at /Users/suvajit/StudioProjects/tranzact-mobile/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/FIRDLJavaScriptExecutor.m:140
Screenshot 2022-12-21 at 10 01 05 AM

Steps to reproduce

Steps to reproduce the behavior: We have added the latest version of firebase_dynamic_links (5.0.9) but it is crashing for IOS only. On flutter side we are calling initialLink = await FirebaseDynamicLinks.instance.getInitialLink(); after the Firebase.initializeApp has been called.


Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand ``` [βœ“] Flutter (Channel stable, 3.3.9, on macOS 13.0.1 22A400 darwin-arm, locale en-IN) β€’ Flutter version 3.3.9 on channel stable at /Users/suvajit/Softwares/flutter β€’ Upstream repository https://github.com/flutter/flutter.git β€’ Framework revision b8f7f1f986 (4 weeks ago), 2022-11-23 06:43:51 +0900 β€’ Engine revision 8f2221fbef β€’ Dart version 2.18.5 β€’ DevTools version 2.15.0 [βœ“] Android toolchain - develop for Android devices (Android SDK version 33.0.0) β€’ Android SDK at /Users/suvajit/Library/Android/sdk β€’ Platform android-33, build-tools 33.0.0 β€’ ANDROID_HOME = /Users/suvajit/Library/Android/sdk β€’ Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java β€’ Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) β€’ All Android licenses accepted. [βœ“] Xcode - develop for iOS and macOS (Xcode 14.1) β€’ Xcode at /Applications/Xcode.app/Contents/Developer β€’ Build 14B47b β€’ CocoaPods version 1.11.3 [βœ“] Chrome - develop for the web β€’ Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [βœ“] Android Studio (version 2021.3) β€’ Android Studio at /Applications/Android Studio.app/Contents β€’ Flutter plugin can be installed from: πŸ”¨ https://plugins.jetbrains.com/plugin/9212-flutter β€’ Dart plugin can be installed from: πŸ”¨ https://plugins.jetbrains.com/plugin/6351-dart β€’ Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [βœ“] VS Code (version 1.73.0) β€’ VS Code at /Applications/Visual Studio Code.app/Contents β€’ Flutter extension version 3.52.0 [βœ“] Connected device (3 available) β€’ iPhone 14 Pro Max (mobile) β€’ 2973515F-B664-4815-99AE-CFF8CDFB0260 β€’ ios β€’ com.apple.CoreSimulator.SimRuntime.iOS-16-1 (simulator) β€’ macOS (desktop) β€’ macos β€’ darwin-arm64 β€’ macOS 13.0.1 22A400 darwin-arm β€’ Chrome (web) β€’ chrome β€’ web-javascript β€’ Google Chrome 108.0.5359.124 [βœ“] HTTP Host Availability β€’ All required HTTP hosts are available β€’ No issues found! ```

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand ``` Dart SDK 2.18.5 Flutter SDK 3.3.9 tranzact 221221.2.11+29 dependencies: - animated_widgets 1.1.0 [flutter vector_math] - app_tracking_transparency 2.0.2+4 [flutter] - appsflyer_sdk 6.8.2 [flutter] - cached_network_image 3.2.2 [flutter flutter_cache_manager octo_image cached_network_image_platform_interface cached_network_image_web] - clipboard 0.1.3 [flutter] - cupertino_icons 1.0.5 - device_preview 1.1.0 [flutter flutter_localizations provider device_frame freezed_annotation json_annotation shared_preferences collection] - dio 4.0.6 [http_parser path] - dropdown_button2 1.8.5 [flutter] - dropdown_plus 0.0.9 [flutter] - easy_debounce 2.0.2+1 - firebase_analytics 10.0.7 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter] - firebase_auth 4.2.1 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 2.4.0 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_crashlytics 3.0.7 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace] - firebase_dynamic_links 5.0.9 [firebase_core firebase_core_platform_interface firebase_dynamic_links_platform_interface flutter meta plugin_platform_interface] - firebase_messaging 14.1.4 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta] - firebase_performance 0.9.0+7 [firebase_core firebase_core_platform_interface firebase_performance_platform_interface firebase_performance_web flutter] - firebase_remote_config 3.0.7 [firebase_core firebase_core_platform_interface firebase_remote_config_platform_interface firebase_remote_config_web flutter] - flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine] - flutter_config 2.0.0 [flutter] - flutter_riverpod 2.0.2 [collection flutter meta riverpod state_notifier] - flutter_screenutil 5.5.4 [flutter] - flutter_secure_storage 6.0.0 [flutter flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web flutter_secure_storage_windows meta] - flutter_svg 1.1.5 [flutter meta path_drawing vector_math xml] - flutter_uxcam 2.2.0 [flutter] - fluttertoast 8.0.9 [flutter flutter_web_plugins] - freezed_annotation 2.1.0 [collection json_annotation meta] - freshchat_sdk 0.9.8 [flutter] - get 4.6.5 [flutter] - google_fonts 3.0.1 [flutter http path_provider crypto] - google_sign_in 5.4.2 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web] - image_picker 0.8.6 [flutter image_picker_android image_picker_for_web image_picker_ios image_picker_platform_interface] - intl 0.17.0 [clock path] - json_annotation 4.7.0 [meta] - jwt_decoder 2.0.1 - launch_review 3.0.1 [flutter] - lottie 1.4.3 [archive flutter path vector_math] - moengage_flutter 5.0.0 [flutter] - newrelic_mobile 0.0.1-dev.6 [flutter stack_trace] - package_info_plus 2.0.0 [flutter package_info_plus_platform_interface package_info_plus_linux package_info_plus_macos package_info_plus_windows package_info_plus_web] - provider 6.0.4 [collection flutter nested] - share_plus 5.0.0 [cross_file meta mime flutter share_plus_platform_interface share_plus_linux share_plus_macos share_plus_windows share_plus_web] - shimmer 2.0.0 [flutter] - timelines 0.1.0 [flutter] - url_launcher 6.1.6 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] - webview_flutter 3.0.4 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview] - youtube_player_flutter 8.1.1 [flutter flutter_inappwebview] dev dependencies: - build_runner 2.3.0 [args async analyzer build build_config build_daemon build_resolvers build_runner_core code_builder collection crypto dart_style frontend_server_client glob graphs http_multi_server io js logging meta mime package_config path pool pub_semver pubspec_parse shelf shelf_web_socket stack_trace stream_transform timing watcher web_socket_channel yaml] - flutter_lints 1.0.4 [lints] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters collection matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph] - freezed 2.1.1 [analyzer build build_config collection meta source_gen freezed_annotation json_annotation] - json_serializable 6.5.1 [analyzer async build build_config collection json_annotation meta path pub_semver pubspec_parse source_gen source_helper] dependency overrides: - flutter_inappwebview 5.4.4+3 [flutter] transitive dependencies: - _fe_analyzer_shared 49.0.0 [meta] - _flutterfire_internals 1.0.10 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - analyzer 5.1.0 [_fe_analyzer_shared collection convert crypto glob meta package_config path pub_semver source_span watcher yaml] - archive 3.3.1 [crypto path] - args 2.3.1 - async 2.9.0 [collection meta] - boolean_selector 2.1.0 [source_span string_scanner] - build 2.3.1 [analyzer async convert crypto glob logging meta path] - build_config 1.1.0 [checked_yaml json_annotation path pubspec_parse yaml] - build_daemon 3.1.0 [built_collection built_value http_multi_server logging path pool shelf shelf_web_socket stream_transform watcher web_socket_channel] - build_resolvers 2.0.10 [analyzer async build crypto graphs logging path package_config pool pub_semver stream_transform yaml] - build_runner_core 7.2.4 [async build build_config build_resolvers collection convert crypto glob graphs json_annotation logging meta path package_config pool timing watcher yaml] - built_collection 5.1.1 - built_value 8.4.1 [built_collection collection fixnum meta] - cached_network_image_platform_interface 2.0.0 [flutter flutter_cache_manager] - cached_network_image_web 1.0.2 [flutter flutter_cache_manager cached_network_image_platform_interface] - characters 1.2.1 - checked_yaml 2.0.1 [json_annotation source_span yaml] - clock 1.1.1 - cloud_firestore_platform_interface 5.9.2 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - cloud_firestore_web 3.1.1 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins js] - code_builder 4.3.0 [built_collection built_value collection matcher meta] - collection 1.16.0 - convert 3.1.1 [typed_data] - cross_file 0.3.3+2 [js meta] - crypto 3.0.2 [typed_data] - dart_style 2.2.4 [analyzer args path pub_semver source_span] - device_frame 1.1.0 [freezed_annotation flutter] - fake_async 1.3.1 [clock collection] - ffi 2.0.1 - file 6.1.4 [meta path] - firebase_analytics_platform_interface 3.3.15 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_analytics_web 0.5.1+6 [_flutterfire_internals firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - firebase_auth_platform_interface 6.11.5 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.2.1 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser intl js meta] - firebase_core_platform_interface 4.5.2 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.0.2 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_crashlytics_platform_interface 3.3.8 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_dynamic_links_platform_interface 0.2.3+24 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_messaging_platform_interface 4.2.8 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_messaging_web 3.2.9 [_flutterfire_internals firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins js meta] - firebase_performance_platform_interface 0.1.1+27 [_flutterfire_internals firebase_core flutter plugin_platform_interface] - firebase_performance_web 0.1.1+16 [_flutterfire_internals firebase_core firebase_core_web firebase_performance_platform_interface flutter flutter_web_plugins js] - firebase_remote_config_platform_interface 1.1.27 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_remote_config_web 1.1.16 [firebase_core firebase_core_web firebase_remote_config_platform_interface flutter flutter_web_plugins js] - fixnum 1.0.1 - flutter_blurhash 0.7.0 [flutter] - flutter_cache_manager 3.3.0 [clock collection file flutter http path path_provider pedantic rxdart sqflite uuid] - flutter_localizations 0.0.0 [flutter intl characters clock collection material_color_utilities meta path vector_math] - flutter_plugin_android_lifecycle 2.0.7 [flutter] - flutter_secure_storage_linux 1.1.1 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_macos 1.1.1 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_platform_interface 1.0.0 [flutter plugin_platform_interface] - flutter_secure_storage_web 1.0.2 [flutter flutter_web_plugins flutter_secure_storage_platform_interface js] - flutter_secure_storage_windows 1.1.2 [flutter flutter_secure_storage_platform_interface] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta vector_math] - frontend_server_client 2.1.3 [async path] - glob 2.1.0 [async collection file path string_scanner] - google_sign_in_android 6.1.1 [flutter google_sign_in_platform_interface] - google_sign_in_ios 5.5.0 [flutter google_sign_in_platform_interface] - google_sign_in_platform_interface 2.3.0 [flutter plugin_platform_interface quiver] - google_sign_in_web 0.10.2 [flutter flutter_web_plugins google_sign_in_platform_interface js] - graphs 2.1.0 [collection] - http 0.13.5 [async http_parser meta path] - http_multi_server 3.2.1 [async] - http_parser 4.0.1 [collection source_span string_scanner typed_data] - image_picker_android 0.8.5+3 [flutter flutter_plugin_android_lifecycle image_picker_platform_interface] - image_picker_for_web 2.1.10 [flutter flutter_web_plugins image_picker_platform_interface] - image_picker_ios 0.8.6+1 [flutter image_picker_platform_interface] - image_picker_platform_interface 2.6.2 [cross_file flutter http plugin_platform_interface] - io 1.0.3 [meta path string_scanner] - js 0.6.4 - lints 1.0.1 - logging 1.1.0 - matcher 0.12.12 [stack_trace] - material_color_utilities 0.1.5 - meta 1.8.0 - mime 1.0.2 - nested 1.0.0 [flutter] - octo_image 1.0.2 [flutter flutter_blurhash] - package_config 2.1.0 [path] - package_info_plus_linux 2.0.0 [package_info_plus_platform_interface flutter path] - package_info_plus_macos 2.0.0 [flutter] - package_info_plus_platform_interface 2.0.0 [flutter meta plugin_platform_interface] - package_info_plus_web 2.0.0 [flutter flutter_web_plugins http meta package_info_plus_platform_interface] - package_info_plus_windows 3.0.0 [package_info_plus_platform_interface ffi flutter win32] - path 1.8.2 - path_drawing 1.0.1 [vector_math meta path_parsing flutter] - path_parsing 1.0.1 [vector_math meta] - path_provider 2.0.11 [flutter path_provider_android path_provider_ios path_provider_linux path_provider_macos path_provider_platform_interface path_provider_windows] - path_provider_android 2.0.20 [flutter path_provider_platform_interface] - path_provider_ios 2.0.11 [flutter path_provider_platform_interface] - path_provider_linux 2.1.7 [ffi flutter path path_provider_platform_interface xdg_directories] - path_provider_macos 2.0.6 [flutter path_provider_platform_interface] - path_provider_platform_interface 2.0.5 [flutter platform plugin_platform_interface] - path_provider_windows 2.1.3 [ffi flutter path path_provider_platform_interface win32] - pedantic 1.11.1 - petitparser 5.0.0 [meta] - platform 3.1.0 - plugin_platform_interface 2.1.3 [meta] - pool 1.5.1 [async stack_trace] - process 4.2.4 [file path platform] - pub_semver 2.1.1 [collection meta] - pubspec_parse 1.2.1 [checked_yaml collection json_annotation pub_semver yaml] - quiver 3.1.0 [matcher] - riverpod 2.0.2 [collection meta stack_trace state_notifier] - rxdart 0.27.5 - share_plus_linux 3.0.1 [cross_file share_plus_platform_interface file flutter meta url_launcher] - share_plus_macos 3.0.1 [share_plus_platform_interface flutter] - share_plus_platform_interface 3.1.1 [cross_file flutter meta mime plugin_platform_interface] - share_plus_web 3.1.0 [cross_file share_plus_platform_interface url_launcher flutter flutter_web_plugins meta mime] - share_plus_windows 4.0.0 [cross_file share_plus_platform_interface flutter meta url_launcher ffi win32] - shared_preferences 2.0.15 [flutter shared_preferences_android shared_preferences_ios shared_preferences_linux shared_preferences_macos shared_preferences_platform_interface shared_preferences_web shared_preferences_windows] - shared_preferences_android 2.0.13 [flutter shared_preferences_platform_interface] - shared_preferences_ios 2.1.1 [flutter shared_preferences_platform_interface] - shared_preferences_linux 2.1.1 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface] - shared_preferences_macos 2.0.4 [flutter shared_preferences_platform_interface] - shared_preferences_platform_interface 2.1.0 [flutter plugin_platform_interface] - shared_preferences_web 2.0.4 [flutter flutter_web_plugins shared_preferences_platform_interface] - shared_preferences_windows 2.1.1 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface] - shelf 1.4.0 [async collection http_parser path stack_trace stream_channel] - shelf_web_socket 1.0.2 [shelf stream_channel web_socket_channel] - sky_engine 0.0.99 - source_gen 1.2.6 [analyzer async build dart_style glob meta path source_span yaml] - source_helper 1.3.3 [analyzer collection source_gen] - source_span 1.9.0 [collection path term_glyph] - sqflite 2.1.0+1 [flutter sqflite_common path] - sqflite_common 2.3.0 [synchronized path meta] - stack_trace 1.10.0 [path] - state_notifier 0.7.2+1 [meta] - stream_channel 2.1.0 [async] - stream_transform 2.0.1 - string_scanner 1.1.1 [source_span] - synchronized 3.0.0+3 - term_glyph 1.2.1 - test_api 0.4.12 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - timing 1.0.0 [json_annotation] - typed_data 1.3.1 [collection] - url_launcher_android 6.0.19 [flutter url_launcher_platform_interface] - url_launcher_ios 6.0.17 [flutter url_launcher_platform_interface] - url_launcher_linux 3.0.1 [flutter url_launcher_platform_interface] - url_launcher_macos 3.0.1 [flutter url_launcher_platform_interface] - url_launcher_platform_interface 2.1.1 [flutter plugin_platform_interface] - url_launcher_web 2.0.13 [flutter flutter_web_plugins url_launcher_platform_interface] - url_launcher_windows 3.0.1 [flutter url_launcher_platform_interface] - uuid 3.0.6 [crypto] - vector_math 2.1.2 - watcher 1.0.1 [async path] - web_socket_channel 2.2.0 [async crypto stream_channel] - webview_flutter_android 2.10.4 [flutter webview_flutter_platform_interface] - webview_flutter_platform_interface 1.9.5 [flutter meta plugin_platform_interface] - webview_flutter_wkwebview 2.9.5 [flutter path webview_flutter_platform_interface] - win32 2.7.0 [ffi] - xdg_directories 0.2.0+2 [meta path process] - xml 6.1.0 [collection meta petitparser] - yaml 3.1.1 [collection source_span string_scanner] ```

Sp4Rx commented 1 year ago

This log is when we ran the release app through testflight in M1 Mac

Click To Expand ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Incident Identifier: CF2D0A31-A7F6-4445-994F-4711D8456A38 Beta Identifier: 1FC83789-F3A4-5CD3-8312-E1339663E32B Hardware Model: MacBookAir10,1 Process: Runner [95115] Path: /private/var/folders/*/Runner.app/Runner Identifier: com.letstranzact.app Version: 221221.2.11 (29) AppStoreTools: 14C17 AppVariant: 1:MacFamily20,1:14 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.letstranzact.app [15374] Date/Time: 2022-12-21 10:14:40.7325 +0530 Launch Time: 2022-12-21 10:14:37.4021 +0530 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 0x0000000000000010 Exception Codes: 0x0000000000000001, 0x0000000000000010 VM Region Info: 0x10 is not in any region. Bytes before following region: 68719476720 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> commpage (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated) Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [95115] Triggered by Thread: 20 Thread 0:: Dispatch queue: com.apple.main-thread 0 JavaScriptCore 0x1e785b980 DYLD-STUB$$pthread_main_np + 0 1 JavaScriptCore 0x1e66884d0 WTF::isUIThread() + 16 2 WebKit 0x1e867b350 WebKit::allDataStores() + 16 3 WebKit 0x1e865a370 WebKit::NetworkProcessProxy::deleteWebsiteDataInUIProcessForRegistrableDomains(PAL::SessionID, WTF::OptionSet, WTF::OptionSet, WTF::Vector&&, WTF::CompletionHandler, WTF::HashTraits, WTF::HashTableTraits>&&)>&&) + 52 4 WebKit 0x1e817fad0 WebKit::NetworkProcessProxy::didReceiveNetworkProcessProxyMessage(IPC::Connection&, IPC::Decoder&) + 3740 5 WebKit 0x1e842232c IPC::Connection::dispatchMessage(std::__1::unique_ptr >) + 780 6 WebKit 0x1e8424ce0 WTF::Detail::CallableWrapper >)::$_13, void>::call() + 252 7 JavaScriptCore 0x1e6699470 WTF::RunLoop::performWork() + 200 8 JavaScriptCore 0x1e669a1a8 WTF::RunLoop::performWork(void*) + 36 9 CoreFoundation 0x1ac0d1a34 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 10 CoreFoundation 0x1ac0d19c8 __CFRunLoopDoSource0 + 176 11 CoreFoundation 0x1ac0d1738 __CFRunLoopDoSources0 + 244 12 CoreFoundation 0x1ac0d033c __CFRunLoopRun + 836 13 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 14 HIToolbox 0x1b57433bc RunCurrentEventLoopInMode + 292 15 HIToolbox 0x1b5743200 ReceiveNextEventCommon + 672 16 HIToolbox 0x1b5742f48 _BlockUntilNextEventMatchingListInModeWithFilter + 72 17 AppKit 0x1af328630 _DPSNextEvent + 632 18 AppKit 0x1af3277c0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728 19 AppKit 0x1af31bbf0 -[NSApplication run] + 464 20 AppKit 0x1af2f3058 NSApplicationMain + 880 21 AppKit 0x1af54cd38 _NSApplicationMainWithInfoDictionary + 24 22 UIKitMacHelper 0x1c254f26c UINSApplicationMain + 988 23 UIKitCore 0x1d5e709c0 UIApplicationMain + 148 24 Runner 0x1042bb3c0 main + 64 (AppDelegate.swift:8) 25 dyld 0x1abcc7e50 start + 2544 Thread 1:: Dispatch queue: harvesterQueue 0 libsystem_kernel.dylib 0x1abfb2d84 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x1abe6bb1c _dispatch_sema4_timedwait + 64 2 libdispatch.dylib 0x1abe6c11c _dispatch_semaphore_wait_slow + 76 3 NewRelic 0x1055295a0 -[NRMAHarvesterConnection send:] + 468 (NRMAHarvesterConnection.m:82) 4 NewRelic 0x105529e4c -[NRMAHarvesterConnection sendConnect] + 480 (NRMAHarvesterConnection.m:124) 5 NewRelic 0x1054fd594 -[NRMAHarvester disconnected] + 460 (NRMAHarvester.mm:394) 6 NewRelic 0x1054feb80 -[NRMAHarvester execute] + 460 (NRMAHarvester.mm:550) 7 NewRelic 0x1054d6534 __30+[NRMAHarvestController start]_block_invoke_2 + 316 (NRMAHarvestController.m:145) 8 libdispatch.dylib 0x1abe699dc _dispatch_call_block_and_release + 32 9 libdispatch.dylib 0x1abe6b504 _dispatch_client_callout + 20 10 libdispatch.dylib 0x1abe72bbc _dispatch_lane_serial_drain + 672 11 libdispatch.dylib 0x1abe73708 _dispatch_lane_invoke + 384 12 libdispatch.dylib 0x1abe7e34c _dispatch_workloop_worker_thread + 652 13 libsystem_pthread.dylib 0x1abfee100 _pthread_wqthread + 288 14 libsystem_pthread.dylib 0x1abfece20 start_wqthread + 8 Thread 2: 0 libsystem_pthread.dylib 0x1abfece18 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x1abfece18 start_wqthread + 0 Thread 4:: Dispatch queue: com.apple.network.connections 0 dyld 0x1abcc42b0 dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const + 256 1 dyld 0x1abcc42d8 dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const + 296 2 dyld 0x1abd17060 dyld3::MachOFile::forEachSegment(void (dyld3::MachOFile::SegmentInfo const&, bool&) block_pointer) const + 172 3 dyld 0x1abce326c dyld4::JustInTimeLoader::contains(dyld4::RuntimeState&, void const*, void const**, unsigned long long*, unsigned char*) const + 192 4 dyld 0x1abcfbaf4 invocation function for block in dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*) + 144 5 dyld 0x1abccf44c dyld4::RuntimeState::withLoadersReadLock(void () block_pointer) + 92 6 dyld 0x1abcfb904 dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*) + 720 7 dyld 0x1abcfbbec dyld4::APIs::dyld_image_header_containing_address(void const*) + 64 8 libsystem_trace.dylib 0x1abd9a40c _os_log_impl_flatten_and_send + 2068 9 Network 0x1b2742014 nw_flow_listener_new_flow + 7412 10 Network 0x1b2686b68 nw_protocol_instance_add_new_flow + 1192 11 libquic.dylib 0x1cc8770c0 quic_stream_add_new_flow + 132 12 libquic.dylib 0x1cc87658c quic_stream_create_inbound + 2284 13 libquic.dylib 0x1cc82bd50 quic_frame_process_STREAM + 364 14 libquic.dylib 0x1cc8338a8 quic_frame_process + 140 15 libquic.dylib 0x1cc88e830 quic_conn_process_inbound + 1500 16 Network 0x1b26d4100 nw_protocol_data_access_buffer + 1072 17 libquic.dylib 0x1cc897c38 __quic_conn_handle_inbound_block_invoke + 152 18 libquic.dylib 0x1cc897a0c quic_conn_handle_inbound + 124 19 Network 0x1b26b0a64 __nw_protocol_implementation_get_input_internal_block_invoke + 140 20 Network 0x1b26afbd8 nw_protocol_implementation_get_input_internal + 256 21 Network 0x1b26aee14 nw_protocol_implementation_read + 264 22 Network 0x1b26ae410 nw_protocol_implementation_input_available + 104 23 Network 0x1b2fce254 nw_channel_add_input_frames(nw_channel*, nw_protocol*) + 9188 24 Network 0x1b2fcbd80 nw_channel_update_input_source(nw_channel*, nw_protocol*, bool) + 328 25 Network 0x1b2fcaf8c invocation function for block in nw_channel_create(nw_context*, unsigned char*, unsigned int, void*, unsigned int, bool, bool, bool*) + 72 26 libdispatch.dylib 0x1abe6b504 _dispatch_client_callout + 20 27 libdispatch.dylib 0x1abe6e994 _dispatch_continuation_pop + 504 28 libdispatch.dylib 0x1abe81fa0 _dispatch_source_invoke + 1588 29 libdispatch.dylib 0x1abe74a20 _dispatch_workloop_invoke + 1780 30 libdispatch.dylib 0x1abe7e34c _dispatch_workloop_worker_thread + 652 31 libsystem_pthread.dylib 0x1abfee100 _pthread_wqthread + 288 32 libsystem_pthread.dylib 0x1abfece20 start_wqthread + 8 Thread 5:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x1abfb2df0 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1abfc48d8 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1abfbb638 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1abfb316c mach_msg + 24 4 CoreFoundation 0x1ac0d1bdc __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1ac0d04c8 __CFRunLoopRun + 1232 6 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 7 Foundation 0x1acfd7e58 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 Foundation 0x1ad04c3b4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100 9 UIKitCore 0x1d5e71ed4 -[UIEventFetcher threadMain] + 104 10 Foundation 0x1acfd1470 __NSThread__start__ + 716 11 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 12 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 6: 0 libsystem_pthread.dylib 0x1abfece18 start_wqthread + 0 Thread 7:: io.flutter.1.ui 0 libsystem_kernel.dylib 0x1abfb2df0 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1abfc48d8 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1abfbb638 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1abfb316c mach_msg + 24 4 CoreFoundation 0x1ac0d1bdc __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1ac0d04c8 __CFRunLoopRun + 1232 6 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 7 Flutter 0x1065f10cc 0x1062f8000 + 3117260 8 Flutter 0x1065f0acc 0x1062f8000 + 3115724 9 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 10 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 8:: io.flutter.1.raster 0 Flutter 0x1064a0684 0x1062f8000 + 1738372 1 Flutter 0x1064a0960 0x1062f8000 + 1739104 2 Flutter 0x1064e9eec 0x1062f8000 + 2039532 3 Flutter 0x1063d4a9c 0x1062f8000 + 903836 4 Flutter 0x10653f954 0x1062f8000 + 2390356 5 Flutter 0x1065412d4 0x1062f8000 + 2396884 6 Flutter 0x10653abf4 0x1062f8000 + 2370548 7 Flutter 0x10635868c 0x1062f8000 + 394892 8 Flutter 0x10679d5cc 0x1062f8000 + 4871628 9 Flutter 0x106791f08 0x1062f8000 + 4824840 10 Flutter 0x1067930c8 0x1062f8000 + 4829384 11 Flutter 0x106789254 0x1062f8000 + 4788820 12 Flutter 0x106787c10 0x1062f8000 + 4783120 13 Flutter 0x10678f074 0x1062f8000 + 4812916 14 Flutter 0x106787c10 0x1062f8000 + 4783120 15 Flutter 0x10678f074 0x1062f8000 + 4812916 16 Flutter 0x106787c10 0x1062f8000 + 4783120 17 Flutter 0x10678f074 0x1062f8000 + 4812916 18 Flutter 0x106787c10 0x1062f8000 + 4783120 19 Flutter 0x1067839b4 0x1062f8000 + 4766132 20 Flutter 0x1066cb3a4 0x1062f8000 + 4010916 21 Flutter 0x1066cbb80 0x1062f8000 + 4012928 22 Flutter 0x1065ef6b0 0x1062f8000 + 3110576 23 Flutter 0x1066caf90 0x1062f8000 + 4009872 24 Flutter 0x1066ccba4 0x1062f8000 + 4017060 25 Flutter 0x1066cbe8c 0x1062f8000 + 4013708 26 Flutter 0x1066d5c34 0x1062f8000 + 4054068 27 Flutter 0x1065edec4 0x1062f8000 + 3104452 28 Flutter 0x1065f11fc 0x1062f8000 + 3117564 29 CoreFoundation 0x1ac0eb578 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 30 CoreFoundation 0x1ac0eb220 __CFRunLoopDoTimer + 940 31 CoreFoundation 0x1ac0ead78 __CFRunLoopDoTimers + 356 32 CoreFoundation 0x1ac0d0760 __CFRunLoopRun + 1896 33 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 34 Flutter 0x1065f10cc 0x1062f8000 + 3117260 35 Flutter 0x1065f0acc 0x1062f8000 + 3115724 36 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 37 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 9:: io.flutter.1.io 0 libsystem_kernel.dylib 0x1abfb2df0 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1abfc48d8 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1abfbb638 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1abfb316c mach_msg + 24 4 CoreFoundation 0x1ac0d1bdc __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1ac0d04c8 __CFRunLoopRun + 1232 6 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 7 Flutter 0x1065f10cc 0x1062f8000 + 3117260 8 Flutter 0x1065f0acc 0x1062f8000 + 3115724 9 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 10 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 10:: io.worker.1 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 11:: io.worker.2 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 12:: io.worker.3 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 13:: io.worker.4 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 14:: io.worker.5 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 15:: io.worker.6 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 16:: io.worker.7 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 17:: io.worker.8 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 Flutter 0x1065eb840 0x1062f8000 + 3094592 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 18:: dart:io EventHandler 0 libsystem_kernel.dylib 0x1abfb8e98 kevent + 8 1 Flutter 0x1067dc32c 0x1062f8000 + 5129004 2 Flutter 0x10680b414 0x1062f8000 + 5321748 3 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 4 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 19: 0 libsystem_pthread.dylib 0x1abfece18 start_wqthread + 0 Thread 20 Crashed:: Dispatch queue: com.apple.NSURLSession-work 0 libobjc.A.dylib 0x1abc85820 objc_msgSend + 32 1 CFNetwork 0x1b09085dc 0x1b0847000 + 792028 2 CFNetwork 0x1b090f9dc 0x1b0847000 + 821724 3 CFNetwork 0x1b090f9c4 0x1b0847000 + 821700 4 CFNetwork 0x1b091e7c8 0x1b0847000 + 882632 5 CFNetwork 0x1b09084f4 0x1b0847000 + 791796 6 CFNetwork 0x1b085b950 0x1b0847000 + 84304 7 CFNetwork 0x1b08fa388 0x1b0847000 + 734088 8 libdispatch.dylib 0x1abe699dc _dispatch_call_block_and_release + 32 9 libdispatch.dylib 0x1abe6b504 _dispatch_client_callout + 20 10 libdispatch.dylib 0x1abe72bbc _dispatch_lane_serial_drain + 672 11 libdispatch.dylib 0x1abe7373c _dispatch_lane_invoke + 436 12 libdispatch.dylib 0x1abe7e34c _dispatch_workloop_worker_thread + 652 13 libsystem_pthread.dylib 0x1abfee100 _pthread_wqthread + 288 14 libsystem_pthread.dylib 0x1abfece20 start_wqthread + 8 Thread 21:: JavaScriptCore libpas scavenger 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 JavaScriptCore 0x1e673a2bc scavenger_thread_main + 1156 3 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 4 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 22: 0 libsystem_pthread.dylib 0x1abfece18 start_wqthread + 0 Thread 23:: Dispatch queue: com.apple.IPC.ReceiveQueue 0 JavaScriptCore 0x1e64f587c WTF::fastZeroedMalloc(unsigned long) + 0 1 WebKit 0x1e82270a0 IPC::Connection::sendOutgoingMessage(WTF::UniqueRef&&) + 368 2 WebKit 0x1e8421e48 IPC::Connection::sendOutgoingMessages() + 256 3 JavaScriptCore 0x1e66ef480 void WTF::dispatchWorkItem(void*) + 60 4 libdispatch.dylib 0x1abe6b504 _dispatch_client_callout + 20 5 libdispatch.dylib 0x1abe72bbc _dispatch_lane_serial_drain + 672 6 libdispatch.dylib 0x1abe73708 _dispatch_lane_invoke + 384 7 libdispatch.dylib 0x1abe7e34c _dispatch_workloop_worker_thread + 652 8 libsystem_pthread.dylib 0x1abfee100 _pthread_wqthread + 288 9 libsystem_pthread.dylib 0x1abfece20 start_wqthread + 8 Thread 24:: com.google.firebase.crashlytics.MachExceptionServer 0 libsystem_kernel.dylib 0x1abfb690c write + 8 1 FirebaseCrashlytics 0x104a6f1ac FIRCLSSDKFileLog + 316 2 FirebaseCrashlytics 0x104a70dac FIRCLSMachExceptionReply + 128 (FIRCLSMachException.c:265) [inlined] 3 FirebaseCrashlytics 0x104a70dac FIRCLSMachExceptionServer + 968 (FIRCLSMachException.c:176) 4 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 5 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 25:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x1abfb2df0 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1abfc48d8 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1abfbb638 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1abfb316c mach_msg + 24 4 CoreFoundation 0x1ac0d1bdc __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1ac0d04c8 __CFRunLoopRun + 1232 6 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 7 CFNetwork 0x1b0a98bac 0x1b0847000 + 2431916 8 Foundation 0x1acfd1470 __NSThread__start__ + 716 9 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 10 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 26:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x1abfb2df0 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1abfc48d8 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1abfbb638 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1abfb316c mach_msg + 24 4 CoreFoundation 0x1ac0d1bdc __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1ac0d04c8 __CFRunLoopRun + 1232 6 CoreFoundation 0x1ac0cf8a4 CFRunLoopRunSpecific + 612 7 AppKit 0x1af452248 _NSEventThread + 172 8 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 9 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 27: 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 NewRelic 0x105548dc0 NewRelic::WorkQueue::task_thread() + 272 4 NewRelic 0x105549344 std::__1::__async_assoc_state >::__execute() + 28 5 NewRelic 0x1055494e4 void* std::__1::__thread_proxy >, void (std::__1::__async_assoc_state >::*)(), std::__1::__async_assoc_state >*> >(void*) + 72 6 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 7 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 28: 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 NewRelic 0x105548dc0 NewRelic::WorkQueue::task_thread() + 272 4 NewRelic 0x105549344 std::__1::__async_assoc_state >::__execute() + 28 5 NewRelic 0x1055494e4 void* std::__1::__thread_proxy >, void (std::__1::__async_assoc_state >::*)(), std::__1::__async_assoc_state >*> >(void*) + 72 6 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 7 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 29: 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2638 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x1abf3fac4 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 NewRelic 0x105548dc0 NewRelic::WorkQueue::task_thread() + 272 4 NewRelic 0x105549344 std::__1::__async_assoc_state >::__execute() + 28 5 NewRelic 0x1055494e4 void* std::__1::__thread_proxy >, void (std::__1::__async_assoc_state >::*)(), std::__1::__async_assoc_state >*> >(void*) + 72 6 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 7 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 30:: DartWorker 0 libsystem_kernel.dylib 0x1abfb65e4 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1abff2664 _pthread_cond_wait + 1276 2 Flutter 0x1069228fc 0x1062f8000 + 6465788 3 Flutter 0x1069639a0 0x1062f8000 + 6732192 4 Flutter 0x106922224 0x1062f8000 + 6464036 5 libsystem_pthread.dylib 0x1abff206c _pthread_start + 148 6 libsystem_pthread.dylib 0x1abfece2c thread_start + 8 Thread 20 crashed with ARM Thread State (64-bit): x0: 0x000000013baff3f0 x1: 0x00000001fc45155f x2: 0x000000013bb16790 x3: 0x00000001386adca0 x4: 0x0000000000000010 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000023 x8: 0x0000000000000098 x9: 0x000000013bafbb70 x10: 0x6ae100013baff3f0 x11: 0x0000000500000000 x12: 0x0080000000000000 x13: 0x0000004000000001 x14: 0x0000000000000001 x15: 0x0000000000000000 x16: 0x0000000000000000 x17: 0x000000020c5532e8 x18: 0x0000000000000000 x19: 0x000000016c6b6818 x20: 0x00000001386adca0 x21: 0x000000016c6b67b8 x22: 0x000000013bb4c6b0 x23: 0x000000016c6b70e0 x24: 0x0000000138764d00 x25: 0x00000001387a5378 x26: 0x0000000000000114 x27: 0x0000000000000000 x28: 0x0000000109809d40 fp: 0x000000016c6b6620 lr: 0x00000001b09085dc sp: 0x000000016c6b6610 pc: 0x00000001abc85820 cpsr: 0x20001000 far: 0x0000000000000010 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x1e64f4000 - 0x1e797ffff com.apple.JavaScriptCore (18614) /System/iOSSupport/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x1e80d8000 - 0x1e8a72fff com.apple.WebKit (18614) <5da99641-f11f-3e74-9db3-c432428315b7> /System/iOSSupport/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x1ac050000 - 0x1ac527fff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x1b5711000 - 0x1b5a44fff com.apple.HIToolbox (2.1.1) <02b9797f-c47d-30b7-b7b0-802d0d26f31c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x1af2ef000 - 0x1b01f6fff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x1c254b000 - 0x1c265dfff com.apple.UIKitMacHelper (1.0) <4e2dabb5-f993-3c33-98e2-36259e6dc58d> /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper 0x1d5e6d000 - 0x1d7503fff com.apple.UIKitCore (1.0) <0e2d97b1-7a9e-3621-98cc-aea5f96164ee> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore 0x1042b4000 - 0x104497fff com.letstranzact.app (221221.2.11) <4a336766-6b14-3f58-9504-e780945c31c7> /private/var/folders/*/Runner.app/Runner 0x1abcc2000 - 0x1abd4c4bf dyld (*) /usr/lib/dyld 0x1abfb2000 - 0x1abfeaffb libsystem_kernel.dylib (*) <6d6644d3-3db3-34c4-b1e3-c675ec5360f0> /usr/lib/system/libsystem_kernel.dylib 0x1abe67000 - 0x1abeaefff libdispatch.dylib (*) <40c9c98c-00d6-3e8e-9ad3-2ed6cf0d0cfe> /usr/lib/system/libdispatch.dylib 0x1054c4000 - 0x1055abfff com.newrelic.Agent (221221.2.11) <98a40762-e4e3-3b49-b5e1-1ac8bc77509f> /private/var/folders/*/Runner.app/Frameworks/NewRelic.framework/NewRelic 0x1abfeb000 - 0x1abff7ffb libsystem_pthread.dylib (*) <886caca0-5762-3640-8db2-3fa3b911c062> /usr/lib/system/libsystem_pthread.dylib 0x1abd95000 - 0x1abdaefff libsystem_trace.dylib (*) <73557af9-086c-3cb4-9e95-ca1d774caa41> /usr/lib/system/libsystem_trace.dylib 0x1b245f000 - 0x1b3239fff com.apple.Network (1.0) /System/Library/Frameworks/Network.framework/Versions/A/Network 0x1cc7fa000 - 0x1cc8c9fff libquic.dylib (*) <3979fe54-be78-3523-a678-be4780289991> /usr/lib/libquic.dylib 0x1acf7b000 - 0x1ad9b3fff com.apple.Foundation (6.9) <52b2f83f-586d-32a2-8b66-ce651400ac8c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x1062f8000 - 0x106ae3fff io.flutter.flutter (221221.2.11) /private/var/folders/*/Runner.app/Frameworks/Flutter.framework/Flutter 0x1abf33000 - 0x1abf99ff3 libc++.1.dylib (*) /usr/lib/libc++.1.dylib 0x1abc7c000 - 0x1abcc1d9f libobjc.A.dylib (*) /usr/lib/libobjc.A.dylib 0x1b0847000 - 0x1b0c06fff com.apple.CFNetwork (1399.4) <86c036e0-4a25-3600-a5b5-31b1caedbe4a> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x104a58000 - 0x104a9bfff org.cocoapods.FirebaseCrashlytics (221221.2.11) <092dc511-289e-3b6b-9ec5-0a463d29f93b> /private/var/folders/*/Runner.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? Error Formulating Crash Report: dyld_process_snapshot_create_for_process failed with 5 EOF ----------- Full Report ----------- {"roots_installed":0,"app_cohort":"2|date=1671597000000&sf=143467&tid=3cad67f4c0ffeea0491296b569b7d90897c2b375b95907ef7c038f8cd613cdc1&ttype=i","app_name":"Runner","app_version":"221221.2.11","timestamp":"2022-12-21 10:14:55.00 +0530","slice_uuid":"4a336766-6b14-3f58-9504-e780945c31c7","adam_id":"1624875596","build_version":"29","platform":2,"bundleID":"com.letstranzact.app","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0.1 (22A400)","incident_id":"CF2D0A31-A7F6-4445-994F-4711D8456A38","name":"Runner","is_beta":1} { "uptime" : 110000, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookAir10,1", "coalitionID" : 15374, "osVersion" : { "train" : "macOS 13.0.1", "build" : "22A400", "releaseType" : "User" }, "captureTime" : "2022-12-21 10:14:40.7325 +0530", "incident" : "CF2D0A31-A7F6-4445-994F-4711D8456A38", "pid" : 95115, "translated" : false, "cpuType" : "ARM-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2022-12-21 10:14:37.4021 +0530", "procStartAbsTime" : 2647370529907, "procExitAbsTime" : 2647450218954, "procName" : "Runner", "procPath" : "\/private\/var\/folders\/*\/Runner.app\/Runner", "bundleInfo" : {"CFBundleShortVersionString":"221221.2.11","CFBundleVersion":"29","CFBundleIdentifier":"com.letstranzact.app","DTAppStoreToolsBuild":"14C17"}, "storeInfo" : {"itemID":"1624875596","storeCohortMetadata":"2|date=1671597000000&sf=143467&tid=3cad67f4c0ffeea0491296b569b7d90897c2b375b95907ef7c038f8cd613cdc1&ttype=i","entitledBeta":true,"deviceIdentifierForVendor":"1FC83789-F3A4-5CD3-8312-E1339663E32B","softwareVersionExternalIdentifier":"102908456","applicationVariant":"1:MacFamily20,1:14","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.letstranzact.app", "isBeta" : 1, "wakeTime" : 3483, "sleepWakeUUID" : "FA069CEA-FB99-4FF7-8FC3-8A2365C8AF2F", "sip" : "enabled", "vmRegionInfo" : "0x10 is not in any region. Bytes before following region: 68719476720\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n commpage (reserved) 1000000000-7000000000 [384.0G] ---\/--- SM=NUL ...(unallocated)", "exception" : {"codes":"0x0000000000000001, 0x0000000000000010","rawCodes":[1,16],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000010"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":95115}, "vmregioninfo" : "0x10 is not in any region. Bytes before following region: 68719476720\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n commpage (reserved) 1000000000-7000000000 [384.0G] ---\/--- SM=NUL ...(unallocated)", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":672,"task_for_pid":15},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 20, "threads" : [{"id":1659527,"queue":"com.apple.main-thread","frames":[{"imageOffset":20347264,"symbol":"DYLD-STUB$$pthread_main_np","symbolLocation":0,"imageIndex":0},{"imageOffset":1656016,"symbol":"WTF::isUIThread()","symbolLocation":16,"imageIndex":0},{"imageOffset":5911376,"symbol":"WebKit::allDataStores()","symbolLocation":16,"imageIndex":1},{"imageOffset":5776240,"symbol":"WebKit::NetworkProcessProxy::deleteWebsiteDataInUIProcessForRegistrableDomains(PAL::SessionID, WTF::OptionSet, WTF::OptionSet, WTF::Vector&&, WTF::CompletionHandler, WTF::HashTraits, WTF::HashTableTraits>&&)>&&)","symbolLocation":52,"imageIndex":1},{"imageOffset":686800,"symbol":"WebKit::NetworkProcessProxy::didReceiveNetworkProcessProxyMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":3740,"imageIndex":1},{"imageOffset":3449644,"symbol":"IPC::Connection::dispatchMessage(std::__1::unique_ptr >)","symbolLocation":780,"imageIndex":1},{"imageOffset":3460320,"symbol":"WTF::Detail::CallableWrapper >)::$_13, void>::call()","symbolLocation":252,"imageIndex":1},{"imageOffset":1725552,"symbol":"WTF::RunLoop::performWork()","symbolLocation":200,"imageIndex":0},{"imageOffset":1728936,"symbol":"WTF::RunLoop::performWork(void*)","symbolLocation":36,"imageIndex":0},{"imageOffset":530996,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":28,"imageIndex":2},{"imageOffset":530888,"symbol":"__CFRunLoopDoSource0","symbolLocation":176,"imageIndex":2},{"imageOffset":530232,"symbol":"__CFRunLoopDoSources0","symbolLocation":244,"imageIndex":2},{"imageOffset":525116,"symbol":"__CFRunLoopRun","symbolLocation":836,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":205756,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":3},{"imageOffset":205312,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":3},{"imageOffset":204616,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":3},{"imageOffset":235056,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":4},{"imageOffset":231360,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":4},{"imageOffset":183280,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":4},{"imageOffset":16472,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":4},{"imageOffset":2481464,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":24,"imageIndex":4},{"imageOffset":17004,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":5},{"imageOffset":14784,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":6},{"imageOffset":29632,"sourceLine":8,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":7,"symbolLocation":64},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":8}]},{"id":1659583,"queue":"harvesterQueue","frames":[{"imageOffset":3460,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":19228,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":10},{"imageOffset":20764,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":10},{"imageOffset":415136,"sourceLine":82,"sourceFile":"NRMAHarvesterConnection.m","symbol":"-[NRMAHarvesterConnection send:]","imageIndex":11,"symbolLocation":468},{"imageOffset":417356,"sourceLine":124,"sourceFile":"NRMAHarvesterConnection.m","symbol":"-[NRMAHarvesterConnection sendConnect]","imageIndex":11,"symbolLocation":480},{"imageOffset":234900,"sourceLine":394,"sourceFile":"NRMAHarvester.mm","symbol":"-[NRMAHarvester disconnected]","imageIndex":11,"symbolLocation":460},{"imageOffset":240512,"sourceLine":550,"sourceFile":"NRMAHarvester.mm","symbol":"-[NRMAHarvester execute]","imageIndex":11,"symbolLocation":460},{"imageOffset":75060,"sourceLine":145,"sourceFile":"NRMAHarvestController.m","symbol":"__30+[NRMAHarvestController start]_block_invoke_2","imageIndex":11,"symbolLocation":316},{"imageOffset":10716,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":10},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":10},{"imageOffset":48060,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":10},{"imageOffset":50952,"symbol":"_dispatch_lane_invoke","symbolLocation":384,"imageIndex":10},{"imageOffset":95052,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":652,"imageIndex":10},{"imageOffset":12544,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":12},{"imageOffset":7712,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":1659584,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":1659586,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":1659587,"queue":"com.apple.network.connections","frames":[{"imageOffset":8880,"symbol":"dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const","symbolLocation":256,"imageIndex":8},{"imageOffset":8920,"symbol":"dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const","symbolLocation":296,"imageIndex":8},{"imageOffset":348256,"symbol":"dyld3::MachOFile::forEachSegment(void (dyld3::MachOFile::SegmentInfo const&, bool&) block_pointer) const","symbolLocation":172,"imageIndex":8},{"imageOffset":135788,"symbol":"dyld4::JustInTimeLoader::contains(dyld4::RuntimeState&, void const*, void const**, unsigned long long*, unsigned char*) const","symbolLocation":192,"imageIndex":8},{"imageOffset":236276,"symbol":"invocation function for block in dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*)","symbolLocation":144,"imageIndex":8},{"imageOffset":54348,"symbol":"dyld4::RuntimeState::withLoadersReadLock(void () block_pointer)","symbolLocation":92,"imageIndex":8},{"imageOffset":235780,"symbol":"dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*)","symbolLocation":720,"imageIndex":8},{"imageOffset":236524,"symbol":"dyld4::APIs::dyld_image_header_containing_address(void const*)","symbolLocation":64,"imageIndex":8},{"imageOffset":21516,"symbol":"_os_log_impl_flatten_and_send","symbolLocation":2068,"imageIndex":13},{"imageOffset":3026964,"symbol":"nw_flow_listener_new_flow","symbolLocation":7412,"imageIndex":14},{"imageOffset":2259816,"symbol":"nw_protocol_instance_add_new_flow","symbolLocation":1192,"imageIndex":14},{"imageOffset":512192,"symbol":"quic_stream_add_new_flow","symbolLocation":132,"imageIndex":15},{"imageOffset":509324,"symbol":"quic_stream_create_inbound","symbolLocation":2284,"imageIndex":15},{"imageOffset":204112,"symbol":"quic_frame_process_STREAM","symbolLocation":364,"imageIndex":15},{"imageOffset":235688,"symbol":"quic_frame_process","symbolLocation":140,"imageIndex":15},{"imageOffset":608304,"symbol":"quic_conn_process_inbound","symbolLocation":1500,"imageIndex":15},{"imageOffset":2576640,"symbol":"nw_protocol_data_access_buffer","symbolLocation":1072,"imageIndex":14},{"imageOffset":646200,"symbol":"__quic_conn_handle_inbound_block_invoke","symbolLocation":152,"imageIndex":15},{"imageOffset":645644,"symbol":"quic_conn_handle_inbound","symbolLocation":124,"imageIndex":15},{"imageOffset":2431588,"symbol":"__nw_protocol_implementation_get_input_internal_block_invoke","symbolLocation":140,"imageIndex":14},{"imageOffset":2427864,"symbol":"nw_protocol_implementation_get_input_internal","symbolLocation":256,"imageIndex":14},{"imageOffset":2424340,"symbol":"nw_protocol_implementation_read","symbolLocation":264,"imageIndex":14},{"imageOffset":2421776,"symbol":"nw_protocol_implementation_input_available","symbolLocation":104,"imageIndex":14},{"imageOffset":11989588,"symbol":"nw_channel_add_input_frames(nw_channel*, nw_protocol*)","symbolLocation":9188,"imageIndex":14},{"imageOffset":11980160,"symbol":"nw_channel_update_input_source(nw_channel*, nw_protocol*, bool)","symbolLocation":328,"imageIndex":14},{"imageOffset":11976588,"symbol":"invocation function for block in nw_channel_create(nw_context*, unsigned char*, unsigned int, void*, unsigned int, bool, bool, bool*)","symbolLocation":72,"imageIndex":14},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":10},{"imageOffset":31124,"symbol":"_dispatch_continuation_pop","symbolLocation":504,"imageIndex":10},{"imageOffset":110496,"symbol":"_dispatch_source_invoke","symbolLocation":1588,"imageIndex":10},{"imageOffset":55840,"symbol":"_dispatch_workloop_invoke","symbolLocation":1780,"imageIndex":10},{"imageOffset":95052,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":652,"imageIndex":10},{"imageOffset":12544,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":12},{"imageOffset":7712,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":1659598,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":531420,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525512,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":380504,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":16},{"imageOffset":857012,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":100,"imageIndex":16},{"imageOffset":20180,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":104,"imageIndex":6},{"imageOffset":353392,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":16},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659602,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":1659614,"name":"io.flutter.1.ui","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":531420,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525512,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":3117260,"imageIndex":17},{"imageOffset":3115724,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659615,"name":"io.flutter.1.raster","frames":[{"imageOffset":1738372,"imageIndex":17},{"imageOffset":1739104,"imageIndex":17},{"imageOffset":2039532,"imageIndex":17},{"imageOffset":903836,"imageIndex":17},{"imageOffset":2390356,"imageIndex":17},{"imageOffset":2396884,"imageIndex":17},{"imageOffset":2370548,"imageIndex":17},{"imageOffset":394892,"imageIndex":17},{"imageOffset":4871628,"imageIndex":17},{"imageOffset":4824840,"imageIndex":17},{"imageOffset":4829384,"imageIndex":17},{"imageOffset":4788820,"imageIndex":17},{"imageOffset":4783120,"imageIndex":17},{"imageOffset":4812916,"imageIndex":17},{"imageOffset":4783120,"imageIndex":17},{"imageOffset":4812916,"imageIndex":17},{"imageOffset":4783120,"imageIndex":17},{"imageOffset":4812916,"imageIndex":17},{"imageOffset":4783120,"imageIndex":17},{"imageOffset":4766132,"imageIndex":17},{"imageOffset":4010916,"imageIndex":17},{"imageOffset":4012928,"imageIndex":17},{"imageOffset":3110576,"imageIndex":17},{"imageOffset":4009872,"imageIndex":17},{"imageOffset":4017060,"imageIndex":17},{"imageOffset":4013708,"imageIndex":17},{"imageOffset":4054068,"imageIndex":17},{"imageOffset":3104452,"imageIndex":17},{"imageOffset":3117564,"imageIndex":17},{"imageOffset":636280,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":32,"imageIndex":2},{"imageOffset":635424,"symbol":"__CFRunLoopDoTimer","symbolLocation":940,"imageIndex":2},{"imageOffset":634232,"symbol":"__CFRunLoopDoTimers","symbolLocation":356,"imageIndex":2},{"imageOffset":526176,"symbol":"__CFRunLoopRun","symbolLocation":1896,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":3117260,"imageIndex":17},{"imageOffset":3115724,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659616,"name":"io.flutter.1.io","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":531420,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525512,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":3117260,"imageIndex":17},{"imageOffset":3115724,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659617,"name":"io.worker.1","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659618,"name":"io.worker.2","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659619,"name":"io.worker.3","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659620,"name":"io.worker.4","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659621,"name":"io.worker.5","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659622,"name":"io.worker.6","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659623,"name":"io.worker.7","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659624,"name":"io.worker.8","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":3094592,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659625,"name":"dart:io EventHandler","frames":[{"imageOffset":28312,"symbol":"kevent","symbolLocation":8,"imageIndex":9},{"imageOffset":5129004,"imageIndex":17},{"imageOffset":5321748,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659626,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"triggered":true,"id":1659627,"threadState":{"x":[{"value":5296354288},{"value":8527353183,"objc-selector":"setObject:forKey:"},{"value":5296449424},{"value":5241494688},{"value":16},{"value":0},{"value":0},{"value":35},{"value":152},{"value":5296339824},{"value":7701436843076613104},{"value":21474836480},{"value":36028797018963968},{"value":274877906945},{"value":1},{"value":0},{"value":0},{"value":8796844776},{"value":0},{"value":6113945624},{"value":5241494688},{"value":6113945528},{"value":5296670384},{"value":6113947872},{"value":5242244352},{"value":5242508152},{"value":276},{"value":0},{"value":4454391104}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7257228764},"cpsr":{"value":536875008},"fp":{"value":6113945120},"sp":{"value":6113945104},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":7177000992,"matchesCrashFrame":1},"far":{"value":16}},"queue":"com.apple.NSURLSession-work","frames":[{"imageOffset":38944,"symbol":"objc_msgSend","symbolLocation":32,"imageIndex":19},{"imageOffset":792028,"imageIndex":20},{"imageOffset":821724,"imageIndex":20},{"imageOffset":821700,"imageIndex":20},{"imageOffset":882632,"imageIndex":20},{"imageOffset":791796,"imageIndex":20},{"imageOffset":84304,"imageIndex":20},{"imageOffset":734088,"imageIndex":20},{"imageOffset":10716,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":10},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":10},{"imageOffset":48060,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":10},{"imageOffset":51004,"symbol":"_dispatch_lane_invoke","symbolLocation":436,"imageIndex":10},{"imageOffset":95052,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":652,"imageIndex":10},{"imageOffset":12544,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":12},{"imageOffset":7712,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":1659630,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":2384572,"symbol":"scavenger_thread_main","symbolLocation":1156,"imageIndex":0},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659638,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}]},{"id":1659639,"queue":"com.apple.IPC.ReceiveQueue","frames":[{"imageOffset":6268,"symbol":"WTF::fastZeroedMalloc(unsigned long)","symbolLocation":0,"imageIndex":0},{"imageOffset":1372320,"symbol":"IPC::Connection::sendOutgoingMessage(WTF::UniqueRef&&)","symbolLocation":368,"imageIndex":1},{"imageOffset":3448392,"symbol":"IPC::Connection::sendOutgoingMessages()","symbolLocation":256,"imageIndex":1},{"imageOffset":2077824,"symbol":"void WTF::dispatchWorkItem(void*)","symbolLocation":60,"imageIndex":0},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":10},{"imageOffset":48060,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":10},{"imageOffset":50952,"symbol":"_dispatch_lane_invoke","symbolLocation":384,"imageIndex":10},{"imageOffset":95052,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":652,"imageIndex":10},{"imageOffset":12544,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":12},{"imageOffset":7712,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":1659640,"name":"com.google.firebase.crashlytics.MachExceptionServer","frames":[{"imageOffset":18700,"symbol":"write","symbolLocation":8,"imageIndex":9},{"imageOffset":94636,"sourceFile":"FIRCLSInternalLogging.c","symbol":"FIRCLSSDKFileLog","symbolLocation":316,"imageIndex":21},{"symbol":"FIRCLSMachExceptionReply","inline":true,"imageIndex":21,"imageOffset":101804,"symbolLocation":128,"sourceLine":265,"sourceFile":"FIRCLSMachException.c"},{"imageOffset":101804,"sourceLine":176,"sourceFile":"FIRCLSMachException.c","symbol":"FIRCLSMachExceptionServer","imageIndex":21,"symbolLocation":968},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659647,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":531420,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525512,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":2431916,"imageIndex":20},{"imageOffset":353392,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":16},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659649,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":531420,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525512,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":1454664,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":4},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659654,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":544192,"symbol":"NewRelic::WorkQueue::task_thread()","symbolLocation":272,"imageIndex":11},{"imageOffset":545604,"symbol":"std::__1::__async_assoc_state >::__execute()","symbolLocation":28,"imageIndex":11},{"imageOffset":546020,"symbol":"void* std::__1::__thread_proxy >, void (std::__1::__async_assoc_state >::*)(), std::__1::__async_assoc_state >*> >(void*)","symbolLocation":72,"imageIndex":11},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659655,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":544192,"symbol":"NewRelic::WorkQueue::task_thread()","symbolLocation":272,"imageIndex":11},{"imageOffset":545604,"symbol":"std::__1::__async_assoc_state >::__execute()","symbolLocation":28,"imageIndex":11},{"imageOffset":546020,"symbol":"void* std::__1::__thread_proxy >, void (std::__1::__async_assoc_state >::*)(), std::__1::__async_assoc_state >*> >(void*)","symbolLocation":72,"imageIndex":11},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659657,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":12},{"imageOffset":51908,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":18},{"imageOffset":544192,"symbol":"NewRelic::WorkQueue::task_thread()","symbolLocation":272,"imageIndex":11},{"imageOffset":545604,"symbol":"std::__1::__async_assoc_state >::__execute()","symbolLocation":28,"imageIndex":11},{"imageOffset":546020,"symbol":"void* std::__1::__thread_proxy >, void (std::__1::__async_assoc_state >::*)(), std::__1::__async_assoc_state >*> >(void*)","symbolLocation":72,"imageIndex":11},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":1659663,"name":"DartWorker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30308,"symbol":"_pthread_cond_wait","symbolLocation":1276,"imageIndex":12},{"imageOffset":6465788,"imageIndex":17},{"imageOffset":6732192,"imageIndex":17},{"imageOffset":6464036,"imageIndex":17},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":12},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]}], "usedImages" : [ { "source" : "P", "arch" : "arm64e", "base" : 8158920704, "CFBundleShortVersionString" : "18614", "CFBundleIdentifier" : "com.apple.JavaScriptCore", "size" : 21544960, "uuid" : "af7355b4-5d1c-346e-bb04-9cb65bb172f9", "path" : "\/System\/iOSSupport\/System\/Library\/Frameworks\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore", "name" : "JavaScriptCore", "CFBundleVersion" : "18614.2.9.1.12" }, { "source" : "P", "arch" : "arm64e", "base" : 8188166144, "CFBundleShortVersionString" : "18614", "CFBundleIdentifier" : "com.apple.WebKit", "size" : 10072064, "uuid" : "5da99641-f11f-3e74-9db3-c432428315b7", "path" : "\/System\/iOSSupport\/System\/Library\/Frameworks\/WebKit.framework\/Versions\/A\/WebKit", "name" : "WebKit", "CFBundleVersion" : "18614.2.9.1.12" }, { "source" : "P", "arch" : "arm64e", "base" : 7180976128, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5079040, "uuid" : "f4ff83fc-e62c-30b4-b3a9-876c8a1fd595", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1953.1" }, { "source" : "P", "arch" : "arm64e", "base" : 7339053056, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3358720, "uuid" : "02b9797f-c47d-30b7-b7b0-802d0d26f31c", "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "arm64e", "base" : 7234056192, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15761408, "uuid" : "af9f6891-70ad-3c26-af08-b747344892d2", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299" }, { "source" : "P", "arch" : "arm64e", "base" : 7555297280, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitMacHelper", "size" : 1126400, "uuid" : "4e2dabb5-f993-3c33-98e2-36259e6dc58d", "path" : "\/System\/Library\/PrivateFrameworks\/UIKitMacHelper.framework\/Versions\/A\/UIKitMacHelper", "name" : "UIKitMacHelper", "CFBundleVersion" : "6109.1.408" }, { "source" : "P", "arch" : "arm64e", "base" : 7883640832, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 23687168, "uuid" : "0e2d97b1-7a9e-3621-98cc-aea5f96164ee", "path" : "\/System\/iOSSupport\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/Versions\/A\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "6109.1.408" }, { "source" : "P", "arch" : "arm64", "base" : 4364910592, "CFBundleShortVersionString" : "221221.2.11", "CFBundleIdentifier" : "com.letstranzact.app", "size" : 1982464, "uuid" : "4a336766-6b14-3f58-9504-e780945c31c7", "path" : "\/private\/var\/folders\/*\/Runner.app\/Runner", "name" : "Runner", "CFBundleVersion" : "29" }, { "source" : "P", "arch" : "arm64e", "base" : 7177248768, "size" : 566464, "uuid" : "de46dd52-4994-3fd8-b4b4-e352a1a19354", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "arm64e", "base" : 7180328960, "size" : 233468, "uuid" : "6d6644d3-3db3-34c4-b1e3-c675ec5360f0", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7178973184, "size" : 294912, "uuid" : "40c9c98c-00d6-3e8e-9ad3-2ed6cf0d0cfe", "path" : "\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 4383850496, "CFBundleShortVersionString" : "221221.2.11", "CFBundleIdentifier" : "com.newrelic.Agent", "size" : 950272, "uuid" : "98a40762-e4e3-3b49-b5e1-1ac8bc77509f", "path" : "\/private\/var\/folders\/*\/Runner.app\/Frameworks\/NewRelic.framework\/NewRelic", "name" : "NewRelic", "CFBundleVersion" : "29" }, { "source" : "P", "arch" : "arm64e", "base" : 7180562432, "size" : 53244, "uuid" : "886caca0-5762-3640-8db2-3fa3b911c062", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7178113024, "size" : 106496, "uuid" : "73557af9-086c-3cb4-9e95-ca1d774caa41", "path" : "\/usr\/lib\/system\/libsystem_trace.dylib", "name" : "libsystem_trace.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7285895168, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.Network", "size" : 14528512, "uuid" : "af5124d8-8448-3b4a-ad58-305cb934181c", "path" : "\/System\/Library\/Frameworks\/Network.framework\/Versions\/A\/Network", "name" : "Network", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "arm64e", "base" : 7725883392, "size" : 851968, "uuid" : "3979fe54-be78-3523-a678-be4780289991", "path" : "\/usr\/lib\/libquic.dylib", "name" : "libquic.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7196880896, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 10719232, "uuid" : "52b2f83f-586d-32a2-8b66-ce651400ac8c", "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1953.1" }, { "source" : "P", "arch" : "arm64", "base" : 4398743552, "CFBundleShortVersionString" : "221221.2.11", "CFBundleIdentifier" : "io.flutter.flutter", "size" : 8306688, "uuid" : "c5b43c20-360b-3122-a6e8-67c5a3fd398d", "path" : "\/private\/var\/folders\/*\/Runner.app\/Frameworks\/Flutter.framework\/Flutter", "name" : "Flutter", "CFBundleVersion" : "29" }, { "source" : "P", "arch" : "arm64e", "base" : 7179808768, "size" : 421876, "uuid" : "ae8ea4b2-b8fd-33e3-a0af-0b7485ab97c0", "path" : "\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7176962048, "size" : 286112, "uuid" : "e20fe24e-bbda-3944-9cfc-8e43a463400b", "path" : "\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7256436736, "CFBundleShortVersionString" : "1399.4", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 3932160, "uuid" : "86c036e0-4a25-3600-a5b5-31b1caedbe4a", "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1399.4" }, { "source" : "P", "arch" : "arm64", "base" : 4372922368, "CFBundleShortVersionString" : "221221.2.11", "CFBundleIdentifier" : "org.cocoapods.FirebaseCrashlytics", "size" : 278528, "uuid" : "092dc511-289e-3b6b-9ec5-0a463d29f93b", "path" : "\/private\/var\/folders\/*\/Runner.app\/Frameworks\/FirebaseCrashlytics.framework\/FirebaseCrashlytics", "name" : "FirebaseCrashlytics", "CFBundleVersion" : "29" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" } ], "vmSummary" : "ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\nWritable regions: Total=4.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=4.5G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 640K 5 \nActivity Tracing 256K 1 \nCG backing stores 2176K 4 \nCG image 48K 1 \nColorSync 592K 26 \nCoreAnimation 176K 11 \nCoreGraphics 32K 2 \nCoreServices 32K 1 \nCoreUI image data 960K 6 \nDispatch continuations 64.0M 1 \nFoundation 48K 2 \nKernel Alloc Once 32K 1 \nMALLOC 109.4M 50 \nMALLOC guard page 288K 14 \nMALLOC_MEDIUM (reserved) 112.0M 1 reserved VM address space (unallocated)\nMach message 16K 1 \nSQLite page cache 1024K 8 \nSTACK GUARD 56.5M 30 \nStack 24.4M 31 \nVM_ALLOCATE 140.9M 41 \nVM_ALLOCATE (reserved) 3.9G 1 reserved VM address space (unallocated)\nWebKit Malloc 160.1M 3 \nWebKit Malloc (reserved) 32.0M 1 reserved VM address space (unallocated)\n__AUTH 2310K 449 \n__AUTH_CONST 26.1M 677 \n__CTF 756 1 \n__DATA 12.7M 719 \n__DATA_CONST 32.7M 685 \n__DATA_DIRTY 2482K 286 \n__FONT_DATA 2352 1 \n__LINKEDIT 772.7M 52 \n__OBJC_CONST 5660K 416 \n__OBJC_RO 65.1M 1 \n__OBJC_RW 1981K 1 \n__TEXT 647.4M 754 \ndyld private memory 256K 1 \nlibnetwork 640K 16 \nmapped file 209.9M 220 \nshared memory 944K 18 \n=========== ======= ======= \nTOTAL 6.3G 4539 \nTOTAL, minus reserved VM space 2.3G 4539 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.NSURLSession-work" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "61675b89201f677a9a4cbd65", "factorPackIds" : { "HEALTH_FEATURE_AVAILABILITY" : "638e768d75b0720ff1f8c4f3" }, "deploymentId" : 240000051 }, { "rolloutId" : "60356660bbe37970735c5624", "factorPackIds" : { }, "deploymentId" : 240000027 } ], "experiments" : [ ] }, "reportNotes" : [ "dyld_process_snapshot_create_for_process failed with 5" ] } Model: MacBookAir10,1, BootROM 8419.41.10, proc 8:4:4 processors, 8 GB, SMC Graphics: Apple M1, Apple M1, Built-In Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online Memory Module: LPDDR4, Micron AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Sep 3 2022 03:37:22 version 18.20.379.4.7.8.143 FWID 01-e3c71b50 Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB31Bus Thunderbolt Bus: MacBook Air, Apple Inc. Thunderbolt Bus: MacBook Air, Apple Inc. ```
darshankawar commented 1 year ago

Thanks for the report @Sp4Rx A bit tough from the logs to know what exactly could be causing the crash. From the screenshot you provided, I see NSLocalizedFailureReason=Underlying error: The operation couldn't be completed, indicating something is stopping the app to start properly. Can you provide this entire log in properly formatted text ?

This log is when we ran the release app through testflight in M1 Mac

Does this replicate consistently everytime you do this ? Or does it also crash when you run your app in release mode locally ?

Sp4Rx commented 1 year ago

Hey @darshankawar We did a silly mistake with await.

For that ,, the dynamic link sdk is being called before the firebase SDK init. That caused the crash.

Anyways thanks for your time @darshankawar