react / react/react-native

[New Architecture] - The App is crashing when user clicks on button.

Open
#52,636 12 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Component: Button Needs: Attention Needs: Repro Type: New Architecture
Dominant language
C++
Stars
127k
Forks
25.3k
Avg merge
1d 23h
Merged PRs (30d)
4

Description

Description

The app crashes when the user clicks the button. I have attached the crash logs of the iOS simulator.

This is my AppDelegate.swift

import UIKit
import React
import React_RCTAppDelegate
import ReactAppDependencyProvider
import Firebase

@main
class AppDelegate: RCTAppDelegate {
  override func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
    FirebaseApp.configure()
    self.moduleName = "cultureapp"
    self.dependencyProvider = RCTAppDependencyProvider()

    #if JS_LOGGING
    // Enable console.log logging in macOS Console App for Release builds
    RCTSetLogThreshold(.trace)
    RCTSetLogFunction { level, source, fileName, lineNumber, message in
      NSLog("%@", RCTFormatLog(nil, level, nil, nil, message))
    }
    #endif

    return super.application(application, didFinishLaunchingWithOptions: launchOptions)
  }

   override func sourceURL(for bridge: RCTBridge) -> URL? {
    self.bundleURL()
  }
 
  override func bundleURL() -> URL? {
  #if DEBUG
    RCTBundleURLProvider.sharedSettings().jsBundleURL(forBundleRoot: "index")
    #else
    Bundle.main.url(forResource: "main", withExtension: "jsbundle")
  #endif
  }

  // Adds Deeplinking support
  override func application(_ application: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
    return RCTLinkingManager.application(application, open: url, options: options)
  }

  override func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
    return RCTLinkingManager.application(application, continue: userActivity, restorationHandler: restorationHandler)
  }
}
Image
Steps to reproduce

yarn reinstall
yarn ios

React Native Version

0.78.0

Affected Platforms

Runtime - iOS, Runtime - Android

Areas

TurboModule - The New Native Module System

Output of npx @react-native-community/cli info
System:
  OS: macOS 15.5
  CPU: (8) arm64 Apple M1 Pro
  Memory: 65.97 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 21.7.3
    path: ~/.nvm/versions/node/v21.7.3/bin/node
  Yarn:
    version: 1.22.22
    path: ~/.yarn/bin/yarn
  npm:
    version: 10.5.0
    path: ~/.nvm/versions/node/v21.7.3/bin/npm
  Watchman: Not Found
Managers:
  CocoaPods:
    version: 1.16.2
    path: /Users/admin/.rvm/gems/ruby-3.0.0/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 24.5
      - iOS 18.5
      - macOS 15.5
      - tvOS 18.5
      - visionOS 2.5
      - watchOS 11.5
  Android SDK: Not Found
IDEs:
  Android Studio: 2025.1 AI-251.25410.109.2511.13665796
  Xcode:
    version: 16.4/16F6
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.5
    path: /usr/bin/javac
  Ruby:
    version: 3.0.0
    path: /Users/admin/.rvm/rubies/ruby-3.0.0/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 15.0.1
    wanted: 15.0.1
  react:
    installed: 19.0.0
    wanted: 19.0.0
  react-native:
    installed: 0.78.0
    wanted: 0.78.0
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: true
  newArchEnabled: true
Stacktrace or Logs
{"app_name":"cultureapp","timestamp":"2025-07-15 19:40:26.00 +0530","app_version":"1.26.0","slice_uuid":"92e68a04-a4f4-331a-af46-fdb954bfe02b","build_version":"1","platform":7,"bundleID":"de.bkm.kulturpass","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.5 (24F74)","roots_installed":0,"name":"cultureapp","incident_id":"879D6ADF-6AE5-4E56-A434-95A73B2ED11D"}
{
  "uptime" : 610000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "coalitionID" : 219027,
  "osVersion" : {
    "train" : "macOS 15.5",
    "build" : "24F74",
    "releaseType" : "User"
  },
  "captureTime" : "2025-07-15 19:40:23.2786 +0530",
  "codeSigningMonitor" : 1,
  "incident" : "879D6ADF-6AE5-4E56-A434-95A73B2ED11D",
  "pid" : 55095,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2025-07-15 15:44:54.6193 +0530",
  "procStartAbsTime" : 14544563419924,
  "procExitAbsTime" : 14864893552164,
  "procName" : "cultureapp",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/5B53BE85-E65B-4E28-9107-2E7C39F4E432\/data\/Containers\/Bundle\/Application\/A7C1CEB0-D295-442A-9FEB-DCAC1F21C3D7\/cultureapp.app\/cultureapp",
  "bundleInfo" : {"CFBundleShortVersionString":"1.26.0","CFBundleVersion":"1","CFBundleIdentifier":"de.bkm.kulturpass"},
  "storeInfo" : {"deviceIdentifierForVendor":"6F24276F-40FF-50C6-9A75-DFE4A2CCA15B","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 16952,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.5B53BE85-E65B-4E28-9107-2E7C39F4E432",
  "crashReporterKey" : "18467F23-2658-5CF2-3E95-547EE25BB3EE",
  "appleIntelligenceStatus" : {"state":"unavailable","reasons":["notOptedIn","assetIsNotReady"]},
  "responsiblePid" : 39730,
  "responsibleProc" : "SimulatorTrampoline",
  "codeSigningID" : "de.bkm.kulturpass",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570425857,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"4wAAVP17v6n9AwCRIOP\/l78DAJH9e8GowANf1sADX9YQKYDSARAA1A==","atPC":"4wAAVP17v6n9AwCRFuP\/l78DAJH9e8GowANf1sADX9ZwCoDSARAA1A=="},
  "bootSessionUUID" : "8F81DD30-08A3-4E8C-8028-84FE5817987F",
  "wakeTime" : 6833,
  "sleepWakeUUID" : "2274DECE-48C6-4862-9E30-53B0984F4F4B",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"cultureapp","byPid":55095},
  "ktriageinfo" : "VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\n",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 2,
  "threads" : [{"id":13118914,"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":40694815129600},{"value":0},{"value":40694815129600},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":9475},{"value":3072},{"value":18446744073709551569},{"value":2869725349163522},{"value":0},{"value":4294967295},{"value":2},{"value":40694815129600},{"value":0},{"value":40694815129600},{"value":6133927352},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"sourceLine":274,"value":4412409862,"sourceFile":"RNSScreenContainer.mm","symbol":"-[RNSScreenContainerView mountChildComponentView:index:]","symbolLocation":378}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4336721836},"cpsr":{"value":4096},"fp":{"value":6133927200},"sp":{"value":6133927120},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336651120},"far":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":7},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":7},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":7},{"imageOffset":588496,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":10},{"imageOffset":565240,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":10},{"imageOffset":562932,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":10},{"imageOffset":15120,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":11},{"imageOffset":15067612,"symbol":"-[UIApplication _run]","symbolLocation":796,"imageIndex":12},{"imageOffset":15084500,"symbol":"UIApplicationMain","symbolLocation":124,"imageIndex":12},{"imageOffset":2323252,"imageIndex":12},{"imageOffset":15892,"sourceFile":"\/<compiler-generated>","symbol":"static UIApplicationDelegate.main()","symbolLocation":128,"imageIndex":2},{"imageOffset":15748,"sourceFile":"\/<compiler-generated>","symbol":"static AppDelegate.$main()","symbolLocation":44,"imageIndex":2},{"imageOffset":16016,"sourceFile":"\/<compiler-generated>","symbol":"__debug_main_executable_dylib_entry_point","symbolLocation":28,"imageIndex":2},{"imageOffset":4333032464,"imageIndex":13},{"imageOffset":27544,"symbol":"start","symbolLocation":6076,"imageIndex":0}]},{"id":13118920,"name":"com.apple.uikit.eventfetch-thread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":48391396524032},{"value":0},{"value":48391396524032},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":11267},{"value":3072},{"value":18446744073709551569},{"value":2},{"value":0},{"value":4294967295},{"value":2},{"value":48391396524032},{"value":0},{"value":48391396524032},{"value":6136782200},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"sourceLine":274,"value":4412409862,"sourceFile":"RNSScreenContainer.mm","symbol":"-[RNSScreenContainerView mountChildComponentView:index:]","symbolLocation":378}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4336721836},"cpsr":{"value":4096},"fp":{"value":6136782048},"sp":{"value":6136781968},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336651120},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":7},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":7},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":7},{"imageOffset":588496,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":10},{"imageOffset":565240,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":10},{"imageOffset":562932,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":10},{"imageOffset":7623736,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":14},{"imageOffset":7624280,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":60,"imageIndex":14},{"imageOffset":15778436,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":404,"imageIndex":12},{"imageOffset":7783040,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":14},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"triggered":true,"id":13118927,"name":"com.facebook.react.runtime.JavaScript","threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":46},{"value":4402341479616},{"value":18446744069414585344},{"value":6139604992},{"value":9230237363438569420},{"value":10},{"value":0},{"value":55},{"value":1025},{"value":1155},{"value":0},{"value":328},{"value":2},{"value":0},{"value":6},{"value":29955},{"value":6139605216},{"value":4573855744},{"value":4429723132},{"value":8319348736,"symbolLocation":840,"symbol":"__c_locale"},{"value":4407117928},{"value":1970324836974592},{"value":18444773748872577023},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4335837932},"cpsr":{"value":1073745920},"fp":{"value":6139564096},"sp":{"value":6139564064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336683124,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":34932,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":7},{"imageOffset":25324,"symbol":"pthread_kill","symbolLocation":264,"imageIndex":8},{"imageOffset":472300,"symbol":"abort","symbolLocation":104,"imageIndex":15},{"imageOffset":469300,"symbol":"__assert_rtn","symbolLocation":268,"imageIndex":15},{"imageOffset":7189296,"sourceLine":701,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":972},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":3285220,"sourceLine":120,"sourceFile":"RNSScreenShadowNode.cpp","symbol":"facebook::react::RNSScreenShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":60},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":3285220,"sourceLine":120,"sourceFile":"RNSScreenShadowNode.cpp","symbol":"facebook::react::RNSScreenShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":60},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7189560,"sourceLine":724,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layout(facebook::react::LayoutContext)","imageIndex":2,"symbolLocation":1236},{"imageOffset":7187168,"sourceLine":666,"sourceFile":"YogaLayoutableShadowNode.cpp","symbol":"facebook::react::YogaLayoutableShadowNode::layoutTree(facebook::react::LayoutContext, facebook::react::LayoutConstraints)","imageIndex":2,"symbolLocation":3144},{"imageOffset":6360856,"sourceLine":30,"sourceFile":"RootShadowNode.cpp","symbol":"facebook::react::RootShadowNode::layoutIfNeeded(std::__1::vector<facebook::react::LayoutableShadowNode const*, std::__1::allocator<facebook::react::LayoutableShadowNode const*>>*)","imageIndex":2,"symbolLocation":288},{"imageOffset":6533884,"sourceLine":309,"sourceFile":"ShadowTree.cpp","symbol":"facebook::react::ShadowTree::tryCommit(std::__1::function<std::__1::shared_ptr<facebook::react::RootShadowNode> (facebook::react::RootShadowNode const&)> const&, facebook::react::ShadowTree::CommitOptions const&) const","imageIndex":2,"symbolLocation":736},{"imageOffset":6532900,"sourceLine":247,"sourceFile":"ShadowTree.cpp","symbol":"facebook::react::ShadowTree::commit(std::__1::function<std::__1::shared_ptr<facebook::react::RootShadowNode> (facebook::react::RootShadowNode const&)> const&, facebook::react::ShadowTree::CommitOptions const&) const","imageIndex":2,"symbolLocation":68},{"imageOffset":6795304,"sourceLine":197,"sourceFile":"UIManager.cpp","symbol":"facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0::operator()(facebook::react::ShadowTree const&) const","imageIndex":2,"symbolLocation":108},{"imageOffset":6795184,"sourceLine":149,"sourceFile":"invoke.h","symbol":"decltype(std::declval<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0&>()(std::declval<facebook::react::ShadowTree const&>())) std::__1::__invoke[abi:de190102]<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0&, facebook::react::ShadowTree const&>(facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0&, facebook::react::ShadowTree const&)","imageIndex":2,"symbolLocation":32},{"imageOffset":6795104,"sourceLine":224,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:de190102]<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0&, facebook::react::ShadowTree const&>(facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0&, facebook::react::ShadowTree const&)","imageIndex":2,"symbolLocation":32},{"imageOffset":6795060,"sourceLine":171,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0, std::__1::allocator<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0>, void (facebook::react::ShadowTree const&)>::operator()[abi:de190102](facebook::react::ShadowTree const&)","imageIndex":2,"symbolLocation":36},{"imageOffset":6790972,"sourceLine":313,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0, std::__1::allocator<facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)::$_0>, void (facebook::react::ShadowTree const&)>::operator()(facebook::react::ShadowTree const&)","imageIndex":2,"symbolLocation":36},{"imageOffset":6585808,"sourceLine":430,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void (facebook::react::ShadowTree const&)>::operator()[abi:de190102](facebook::react::ShadowTree const&) const","imageIndex":2,"symbolLocation":68},{"imageOffset":6574556,"sourceLine":989,"sourceFile":"function.h","symbol":"std::__1::function<void (facebook::react::ShadowTree const&)>::operator()(facebook::react::ShadowTree const&) const","imageIndex":2,"symbolLocation":32},{"imageOffset":6574460,"sourceLine":50,"sourceFile":"ShadowTreeRegistry.cpp","symbol":"facebook::react::ShadowTreeRegistry::visit(int, std::__1::function<void (facebook::react::ShadowTree const&)> const&) const","imageIndex":2,"symbolLocation":240},{"imageOffset":6750692,"sourceLine":196,"sourceFile":"UIManager.cpp","symbol":"facebook::react::UIManager::completeSurface(int, std::__1::shared_ptr<std::__1::vector<std::__1::shared_ptr<facebook::react::ShadowNode const>, std::__1::allocator<std::__1::shared_ptr<facebook::react::ShadowNode const>>>> const&, facebook::react::ShadowTree::CommitOptions)","imageIndex":2,"symbolLocation":172},{"imageOffset":7034228,"sourceLine":454,"sourceFile":"UIManagerBinding.cpp","symbol":"facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const","imageIndex":2,"symbolLocation":176},{"imageOffset":7034040,"sourceLine":149,"sourceFile":"invoke.h","symbol":"decltype(std::declval<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9&>()(std::declval<facebook::jsi::Runtime&>(), std::declval<facebook::jsi::Value const&>(), std::declval<facebook::jsi::Value const*>(), std::declval<unsigned long>())) std::__1::__invoke[abi:de190102]<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)","imageIndex":2,"symbolLocation":72},{"imageOffset":7033920,"sourceLine":216,"sourceFile":"invoke.h","symbol":"facebook::jsi::Value std::__1::__invoke_void_return_wrapper<facebook::jsi::Value, false>::__call[abi:de190102]<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)","imageIndex":2,"symbolLocation":64},{"imageOffset":7033844,"sourceLine":171,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9, std::__1::allocator<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()[abi:de190102](facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)","imageIndex":2,"symbolLocation":72},{"imageOffset":7029116,"sourceLine":313,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9, std::__1::allocator<facebook::react::UIManagerBinding::get(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::$_9>, 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":2,"symbolLocation":68},{"imageOffset":79928,"symbol":"facebook::hermes::HermesRuntimeImpl::HFContext::func(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs)","symbolLocation":536,"imageIndex":5},{"imageOffset":823688,"symbol":"hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&)","symbolLocation":144,"imageIndex":5},{"imageOffset":930828,"symbol":"hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&)","symbolLocation":2220,"imageIndex":5},{"imageOffset":928556,"symbol":"hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*)","symbolLocation":132,"imageIndex":5},{"imageOffset":824412,"symbol":"hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&)","symbolLocation":40,"imageIndex":5},{"imageOffset":815992,"symbol":"hermes::vm::Callable::executeCall0(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, bool)","symbolLocation":176,"imageIndex":5},{"imageOffset":1193472,"symbol":"hermes::vm::Runtime::drainJobs()","symbolLocation":144,"imageIndex":5},{"imageOffset":27528,"symbol":"facebook::hermes::HermesRuntimeImpl::drainMicrotasks(int)","symbolLocation":36,"imageIndex":5},{"imageOffset":12759080,"sourceLine":420,"sourceFile":"RuntimeScheduler_Modern.cpp","symbol":"facebook::react::RuntimeScheduler_Modern::performMicrotaskCheckpoint(facebook::jsi::Runtime&)","imageIndex":2,"symbolLocation":168},{"imageOffset":12758588,"sourceLine":328,"sourceFile":"RuntimeScheduler_Modern.cpp","symbol":"facebook::react::RuntimeScheduler_Modern::runEventLoopTick(facebook::jsi::Runtime&, facebook::react::Task&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","imageIndex":2,"symbolLocation":324},{"imageOffset":12757476,"sourceLine":270,"sourceFile":"RuntimeScheduler_Modern.cpp","symbol":"facebook::react::RuntimeScheduler_Modern::runEventLoop(facebook::jsi::Runtime&, bool)","imageIndex":2,"symbolLocation":252},{"imageOffset":12797256,"sourceLine":252,"sourceFile":"RuntimeScheduler_Modern.cpp","symbol":"facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0::operator()(facebook::jsi::Runtime&) const","imageIndex":2,"symbolLocation":44},{"imageOffset":12797200,"sourceLine":149,"sourceFile":"invoke.h","symbol":"decltype(std::declval<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0&>()(std::declval<facebook::jsi::Runtime&>())) std::__1::__invoke[abi:de190102]<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0&, facebook::jsi::Runtime&>(facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0&, facebook::jsi::Runtime&)","imageIndex":2,"symbolLocation":32},{"imageOffset":12797120,"sourceLine":224,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:de190102]<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0&, facebook::jsi::Runtime&>(facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0&, facebook::jsi::Runtime&)","imageIndex":2,"symbolLocation":32},{"imageOffset":12797076,"sourceLine":171,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0, std::__1::allocator<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0>, void (facebook::jsi::Runtime&)>::operator()[abi:de190102](facebook::jsi::Runtime&)","imageIndex":2,"symbolLocation":36},{"imageOffset":12792620,"sourceLine":313,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0, std::__1::allocator<facebook::react::RuntimeScheduler_Modern::scheduleEventLoop()::$_0>, void (facebook::jsi::Runtime&)>::operator()(facebook::jsi::Runtime&)","imageIndex":2,"symbolLocation":36},{"imageOffset":4158100,"sourceLine":430,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void (facebook::jsi::Runtime&)>::operator()[abi:de190102](facebook::jsi::Runtime&) const","imageIndex":2,"symbolLocation":68},{"imageOffset":4151048,"sourceLine":989,"sourceFile":"function.h","symbol":"std::__1::function<void (facebook::jsi::Runtime&)>::operator()(facebook::jsi::Runtime&) const","imageIndex":2,"symbolLocation":32},{"imageOffset":10669836,"sourceLine":83,"sourceFile":"ReactInstance.cpp","symbol":"_ZZZN8facebook5react13ReactInstanceC1ENSt3__110unique_ptrINS0_9JSRuntimeENS2_14default_deleteIS4_EEEENS2_10shared_ptrINS0_18MessageQueueThreadEEENS8_INS0_12TimerManagerEEENS2_8functionIFvRNS_3jsi7RuntimeERKNS0_14JsErrorHandler14ProcessedErrorEEEEPNS0_18jsinspector_modern10HostTargetEENK3$_0clINSD_IFvSG_EEEEEDaT_ENKUlvE_clEv","imageIndex":2,"symbolLocation":164},{"imageOffset":10669660,"sourceLine":149,"sourceFile":"invoke.h","symbol":"_ZNSt3__18__invokeB8de190102IRZZN8facebook5react13ReactInstanceC1ENS_10unique_ptrINS2_9JSRuntimeENS_14default_deleteIS5_EEEENS_10shared_ptrINS2_18MessageQueueThreadEEENS9_INS2_12TimerManagerEEENS_8functionIFvRNS1_3jsi7RuntimeERKNS2_14JsErrorHandler14ProcessedErrorEEEEPNS2_18jsinspector_modern10HostTargetEENK3$_0clINSE_IFvSH_EEEEEDaT_EUlvE_JEEEDTclclsr3stdE7declvalISW_EEspclsr3stdE7declvalIT0_EEEEOSW_DpOSZ_","imageIndex":2,"symbolLocation":24},{"imageOffset":10669588,"sourceLine":224,"sourceFile":"invoke.h","symbol":"_ZNSt3__128__invoke_void_return_wrapperIvLb1EE6__callB8de190102IJRZZN8facebook5react13ReactInstanceC1ENS_10unique_ptrINS4_9JSRuntimeENS_14default_deleteIS7_EEEENS_10shared_ptrINS4_18MessageQueueThreadEEENSB_INS4_12TimerManagerEEENS_8functionIFvRNS3_3jsi7RuntimeERKNS4_14JsErrorHandler14ProcessedErrorEEEEPNS4_18jsinspector_modern10HostTargetEENK3$_0clINSG_IFvSJ_EEEEEDaT_EUlvE_EEEvDpOT_","imageIndex":2,"symbolLocation":24},{"imageOffset":10669552,"sourceLine":171,"sourceFile":"function.h","symbol":"_ZNSt3__110__function12__alloc_funcIZZN8facebook5react13ReactInstanceC1ENS_10unique_ptrINS3_9JSRuntimeENS_14default_deleteIS6_EEEENS_10shared_ptrINS3_18MessageQueueThreadEEENSA_INS3_12TimerManagerEEENS_8functionIFvRNS2_3jsi7RuntimeERKNS3_14JsErrorHandler14ProcessedErrorEEEEPNS3_18jsinspector_modern10HostTargetEENK3$_0clINSF_IFvSI_EEEEEDaT_EUlvE_NS_9allocatorISY_EEFvvEEclB8de190102Ev","imageIndex":2,"symbolLocation":28},{"imageOffset":10664752,"sourceLine":313,"sourceFile":"function.h","symbol":"_ZNSt3__110__function6__funcIZZN8facebook5react13ReactInstanceC1ENS_10unique_ptrINS3_9JSRuntimeENS_14default_deleteIS6_EEEENS_10shared_ptrINS3_18MessageQueueThreadEEENSA_INS3_12TimerManagerEEENS_8functionIFvRNS2_3jsi7RuntimeERKNS3_14JsErrorHandler14ProcessedErrorEEEEPNS3_18jsinspector_modern10HostTargetEENK3$_0clINSF_IFvSI_EEEEEDaT_EUlvE_NS_9allocatorISY_EEFvvEEclEv","imageIndex":2,"symbolLocation":28},{"imageOffset":3669772,"sourceLine":430,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()[abi:de190102]() const","imageIndex":2,"symbolLocation":60},{"imageOffset":3669556,"sourceLine":989,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":4011244,"sourceLine":73,"sourceFile":"RCTCxxUtils.mm","symbol":"facebook::react::tryAndReturnError(std::__1::function<void ()> const&)","imageIndex":2,"symbolLocation":24},{"imageOffset":4195196,"sourceLine":68,"sourceFile":"RCTMessageThread.mm","symbol":"facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&)","imageIndex":2,"symbolLocation":36},{"imageOffset":4214912,"sourceLine":81,"sourceFile":"RCTMessageThread.mm","symbol":"facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0::operator()() const","imageIndex":2,"symbolLocation":80},{"imageOffset":4214820,"sourceLine":149,"sourceFile":"invoke.h","symbol":"decltype(std::declval<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0&>()()) std::__1::__invoke[abi:de190102]<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0&>(facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0&)","imageIndex":2,"symbolLocation":24},{"imageOffset":4214748,"sourceLine":224,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:de190102]<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0&>(facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0&)","imageIndex":2,"symbolLocation":24},{"imageOffset":4214712,"sourceLine":171,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0, std::__1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0>, void ()>::operator()[abi:de190102]()","imageIndex":2,"symbolLocation":28},{"imageOffset":4209896,"sourceLine":313,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0, std::__1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":3669772,"sourceLine":430,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()[abi:de190102]() const","imageIndex":2,"symbolLocation":60},{"imageOffset":3669556,"sourceLine":989,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":4194588,"sourceLine":44,"sourceFile":"RCTMessageThread.mm","symbol":"invocation function for block in facebook::react::RCTMessageThread::runAsync(std::__1::function<void ()>)","imageIndex":2,"symbolLocation":48},{"imageOffset":589916,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":20,"imageIndex":10},{"imageOffset":587668,"symbol":"__CFRunLoopDoBlocks","symbolLocation":352,"imageIndex":10},{"imageOffset":566444,"symbol":"__CFRunLoopRun","symbolLocation":2364,"imageIndex":10},{"imageOffset":562932,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":10},{"imageOffset":10580356,"sourceLine":102,"sourceFile":"RCTJSThreadManager.mm","symbol":"+[RCTJSThreadManager runRunLoop]","imageIndex":2,"symbolLocation":312},{"imageOffset":7783040,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":14},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118928,"name":"hades","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6140178088},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":0},{"value":0},{"value":105553171842256},{"value":105553171842320},{"value":6140178656},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4335839928},"cpsr":{"value":1610616832},"fp":{"value":6140178208},"sp":{"value":6140178064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336664596},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":8},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":16},{"imageOffset":1752900,"symbol":"hermes::vm::HadesGC::Executor::worker()","symbolLocation":112,"imageIndex":5},{"imageOffset":1752744,"symbol":"void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*)","symbolLocation":44,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118932,"name":"com.apple.CFStream.LegacyThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":113279762432000},{"value":0},{"value":113279762432000},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":26375},{"value":3072},{"value":18446744073709551569},{"value":86861418614530},{"value":0},{"value":4294967295},{"value":2},{"value":113279762432000},{"value":0},{"value":113279762432000},{"value":6140747768},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"sourceLine":274,"value":4412409862,"sourceFile":"RNSScreenContainer.mm","symbol":"-[RNSScreenContainerView mountChildComponentView:index:]","symbolLocation":378}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4336721836},"cpsr":{"value":4096},"fp":{"value":6140747616},"sp":{"value":6140747536},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336651120},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":7},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":7},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":7},{"imageOffset":588496,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":10},{"imageOffset":565240,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":10},{"imageOffset":562932,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":10},{"imageOffset":712348,"symbol":"_legacyStreamRunLoop_workThread","symbolLocation":260,"imageIndex":10},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118933,"name":"com.facebook.SocketRocket.NetworkThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":178133768601600},{"value":0},{"value":178133768601600},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":41475},{"value":3072},{"value":18446744073709551569},{"value":38482906981122},{"value":0},{"value":4294967295},{"value":2},{"value":178133768601600},{"value":0},{"value":178133768601600},{"value":6141320520},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"sourceLine":274,"value":4412409862,"sourceFile":"RNSScreenContainer.mm","symbol":"-[RNSScreenContainerView mountChildComponentView:index:]","symbolLocation":378}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4336721836},"cpsr":{"value":4096},"fp":{"value":6141320368},"sp":{"value":6141320288},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336651120},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":7},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":7},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":7},{"imageOffset":588496,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":10},{"imageOffset":565240,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":10},{"imageOffset":562932,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":10},{"imageOffset":7623736,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":14},{"imageOffset":14263712,"sourceLine":71,"sourceFile":"SRRunLoopThread.m","symbol":"-[SRRunLoopThread main]","imageIndex":2,"symbolLocation":268},{"imageOffset":7783040,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":14},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118934,"name":"com.apple.NSURLConnectionLoader","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":155044024418304},{"value":0},{"value":155044024418304},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":36099},{"value":3072},{"value":18446744073709551569},{"value":2},{"value":0},{"value":4294967295},{"value":2},{"value":155044024418304},{"value":0},{"value":155044024418304},{"value":6141893944},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"sourceLine":274,"value":4412409862,"sourceFile":"RNSScreenContainer.mm","symbol":"-[RNSScreenContainerView mountChildComponentView:index:]","symbolLocation":378}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4336721836},"cpsr":{"value":4096},"fp":{"value":6141893792},"sp":{"value":6141893712},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336651120},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":7},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":7},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":7},{"imageOffset":588496,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":10},{"imageOffset":565240,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":10},{"imageOffset":562932,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":10},{"imageOffset":2137444,"symbol":"+[__CFN_CoreSchedulingSetRunnable _run:]","symbolLocation":372,"imageIndex":17},{"imageOffset":7783040,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":14},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118936,"name":"com.apple.CFSocket.private","threadState":{"x":[{"value":4},{"value":0},{"value":105553116368384},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":6142472416},{"value":0},{"value":105553182013952},{"value":15},{"value":4},{"value":105553182014000},{"value":72057602357431633,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$___NSCFArray"},{"value":8319503696,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFArray"},{"value":93},{"value":6446671104,"symbolLocation":0,"symbol":"-[__NSCFArray objectAtIndex:]"},{"value":0},{"value":32},{"value":8319525816,"symbolLocation":0,"symbol":"__CFActiveSocketsLock"},{"value":1},{"value":4359044512},{"value":22},{"value":105553116368384},{"value":105553116368464},{"value":0},{"value":8114371200,"symbolLocation":0,"symbol":"__kCFNull"},{"value":6142471772}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6446822680},"cpsr":{"value":1610616832},"fp":{"value":6142472128},"sp":{"value":6142438352},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336693144},"far":{"value":0}},"frames":[{"imageOffset":44952,"symbol":"__select","symbolLocation":8,"imageIndex":7},{"imageOffset":648472,"symbol":"__CFSocketManager","symbolLocation":676,"imageIndex":10},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118958,"name":"JavaScriptCore libpas scavenger","threadState":{"x":[{"value":260},{"value":0},{"value":11878656},{"value":0},{"value":0},{"value":160},{"value":0},{"value":99999024},{"value":6143618728},{"value":0},{"value":2304},{"value":9895604652290},{"value":9895604652290},{"value":2304},{"value":0},{"value":9895604652288},{"value":305},{"value":51028334656965376},{"value":0},{"value":4714457152},{"value":4714457216},{"value":6143619296},{"value":99999024},{"value":0},{"value":11878656},{"value":11881217},{"value":11881472},{"value":8328404992,"symbolLocation":9784,"symbol":"pas_compact_expendable_memory_header"},{"value":8328392704,"symbolLocation":2700,"symbol":"jit_common_primitive_heap_support"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4335839928},"cpsr":{"value":1610616832},"fp":{"value":6143618848},"sp":{"value":6143618704},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336664596},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":8},{"imageOffset":23320280,"symbol":"scavenger_thread_main","symbolLocation":1164,"imageIndex":18},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":8},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":13118960,"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":8},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":16},{"imageOffset":17984616,"sourceLine":147,"sourceFile":"condition_variable.h","symbol":"void std::__1::condition_variable::wait<margelo::DispatchQueue::dispatch_queue::dispatch_thread_handler()::$_0>(std::__1::unique_lock<std::__1::mutex>&, margelo::DispatchQueue::dispatch_queue::dispatch_thread_handler()::$_0)","imageIndex":2,"symbolLocation":64},{"imageOffset":17983096,"sourceLine":58,"sourceFile":"MGLDispatchQueue.cpp","symbol":"margelo::DispatchQueue::dispatch_queue::dispatch_thread_handler()","imageIndex":2,"symbolLocation":84},{"imageOffset":17990608,"sourceLine":117,"sourceFile":"invoke.h","symbol":"decltype(*std::declval<margelo::DispatchQueue::dispatch_queue*>().*std::declval<void (margelo::DispatchQueue::dispatch_queue::*)()>()()) std::__1::__invoke[abi:de190102]<void (margelo::DispatchQueue::dispatch_queue::*)(), margelo::DispatchQueue::dispatch_queue*, void>(void (margelo::DispatchQueue::dispatch_queue::*&&)(), margelo::DispatchQueue::dispatch_queue*&&)","imageIndex":2,"symbolLocation":124},{"imageOffset":17990332,"sourceLine":198,"sourceFile":"thread.h","symbol":"void std::__1::__thread_execute[abi:de190102]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (margelo::DispatchQueue::dispatch_queue::*)(), margelo::DispatchQueue::dispatch_queue*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (margelo::DispatchQueue::dispatch_queue::*)(), margelo::DispatchQueue::dispatch_queue*>&, std::__1::__tuple_indices<2ul>)","imageIndex":2,"symbolLocation":48}, {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336648192,
    "size" : 245760,
    "uuid" : "4068b2ee-a54f-397e-882d-c5e3a40b789a",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4335812608,
    "size" : 65536,
    "uuid" : "e9238785-e581-3e65-bedb-179c698d3554",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4337713152,
    "size" : 49152,
    "uuid" : "a31fa6bc-f00c-3232-9da8-4e5d7922ed9a",
    "path" : "\/Volumes\/VOLUME\/*\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6446174208,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 3989504,
    "uuid" : "e965e773-9803-3e02-8243-5cb8f4365f11",
    "path" : "\/Volumes\/VOLUME\/*\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "3208"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6717054976,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.GraphicsServices",
    "size" : 36864,
    "uuid" : "9c82f9b7-b20c-3255-80a1-c4a1e74ef754",
    "path" : "\/Volumes\/VOLUME\/*\/GraphicsServices.framework\/GraphicsServices",
    "name" : "GraphicsServices",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6523006976,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 30662656,
    "uuid" : "24ff1688-4bc4-3da8-8f17-c73d22f96263",
    "path" : "\/Volumes\/VOLUME\/*\/UIKitCore.framework\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "8220.1.104"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6450683904,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 12832768,
    "uuid" : "b8e40415-c88f-3ceb-971c-82679743b9be",
    "path" : "\/Volumes\/VOLUME\/*\/Foundation.framework\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "3208"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443487232,
    "size" : 507892,
    "uuid" : "3e34edd7-d111-3f74-bacd-9a4e955d66e6",
    "path" : "\/Volumes\/VOLUME\/*\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6445486080,
    "size" : 536564,
    "uuid" : "924c08a7-28c0-3c03-87e9-197d387ee4c9",
    "path" : "\/Volumes\/VOLUME\/*\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6517923840,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CFNetwork",
    "size" : 3678208,
    "uuid" : "28f30cff-18c1-3fb9-b1e9-e185e004ac74",
    "path" : "\/Volumes\/VOLUME\/*\/CFNetwork.framework\/CFNetwork",
    "name" : "CFNetwork",
    "CFBundleVersion" : "1568.300.101"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6835236864,
    "CFBundleShortVersionString" : "8620",
    "CFBundleIdentifier" : "com.apple.JavaScriptCore",
    "size" : 25268192,
    "uuid" : "2a5d8fdd-97c9-3ca4-bd81-6bf42408de17",
    "path" : "\/Volumes\/VOLUME\/*\/JavaScriptCore.framework\/JavaScriptCore",
    "name" : "JavaScriptCore",
    "CFBundleVersion" : "8620.1.16.10.11"
  }
],
  "sharedCache" : {
  "base" : 6442450944,
  "size" : 3878830080,
  "uuid" : "012a89c6-1062-3195-8b4c-f91d7d345084"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)\nWritable regions: Total=2.1G written=7800K(0%) resident=2120K(0%) swapped_out=5680K(0%) unallocated=2.1G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                          128K        5 \nCoreAnimation                     5744K       22 \nFoundation                          16K        1 \nIOSurface                         90.4M       13 \nJS JIT generated code            512.0M        3 \nKernel Alloc Once                   32K        1 \nMALLOC                           785.6M      185 \nMALLOC guard page                  192K       12 \nSQLite page cache                  384K        3 \nSTACK GUARD                       56.2M       13 \nStack                             14.9M       13 \nVM_ALLOCATE                      153.1M       23 \nVM_ALLOCATE (reserved)           384.0M        1         reserved VM address space (unallocated)\nWebKit Malloc                    192.1M        6 \n__DATA                            31.6M      781 \n__DATA_CONST                      86.9M      799 \n__DATA_DIRTY                        91K       11 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       739.0M       11 \n__OBJC_RW                         2703K        1 \n__TEXT                           897.4M      812 \n__TPRO_CONST                       148K        2 \ndyld private memory                2.5G       21 \nlibnetwork                         128K        8 \nmapped file                       51.8M       43 \npage table in kernel              2120K        1 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              6.4G     2794 \nTOTAL, minus reserved VM space     6.1G     2794 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "com.facebook.react.runtime.JavaScript"
  }
},
  "logWritingSignature" : "7bde6467271ebcd03c015a72e49b801e2115aac6",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "64c17a9925d75a7281053d4c",
      "factorPackIds" : {
        "SIRI_AUDIO_DISABLE_MEDIA_ENTITY_SYNC" : "64d29746ad29a465b3bbeace"
      },
      "deploymentId" : 240000001
    },
    {
      "rolloutId" : "63f9578e238e7b23a1f3030a",
      "factorPackIds" : {

      },
      "deploymentId" : 240000005
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "f18344bb-554f-48ae-8449-e108a8813a55",
      "experimentId" : "6685b5584477001000e8c6c9",
      "deploymentId" : 400000009
    }
  ]
}
}
MANDATORY Reproducer

https://github.com/IAMDeveloperChetanSharma/CAppReproducer

Screenshots and Videos

Can you suggest any changes in the AppDelegate.swift file if required?
Let me know if you need any information.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Begin with the supplied AppDelegate.swift and reproduce the crash using yarn reinstall followed by yarn ios. Inspect the stack trace around RNSScreenContainer.mm:274 and compare the button-triggered failure with the New Architecture and TurboModule settings; done means identifying a reproducible cause and validating that the app no longer crashes when the button is clicked.

Written by the indexing model from the issue text.

Assessment

Tech stack
firebase, react-native, swift
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.