Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS crash on react-native 0.76 with new arch and react StrictMode #3184

Open
0xDing opened this issue Oct 24, 2024 · 0 comments
Open

iOS crash on react-native 0.76 with new arch and react StrictMode #3184

0xDing opened this issue Oct 24, 2024 · 0 comments
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided

Comments

@0xDing
Copy link

0xDing commented Oct 24, 2024

Description

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: hopi [1353]

Triggered by Thread: 0

Last Exception Backtrace:
0 CoreFoundation 0x1804b70e0 __exceptionPreprocess + 160
1 libobjc.A.dylib 0x18008ede8 objc_exception_throw + 72
2 Foundation 0x180e73c40 -[NSMutableDictionary(NSMutableDictionary) classForCoder] + 0
3 hopi.debug.dylib 0x10e1eb6f0 -[RNGestureHandlerRegistry attachHandlerWithTag:toView:withActionType:] + 300
4 hopi.debug.dylib 0x10e1e3e48 -[RNGestureHandlerManager attachGestureHandler:toViewWithTag:withActionType:] + 1184
5 hopi.debug.dylib 0x10e1e3f0c __77-[RNGestureHandlerManager attachGestureHandler:toViewWithTag:withActionType:]_block_invoke + 52
6 libdispatch.dylib 0x180178de0 _dispatch_client_callout + 16
7 libdispatch.dylib 0x18017c780 _dispatch_continuation_pop + 804
8 libdispatch.dylib 0x18018fde0 _dispatch_source_invoke + 1620
9 libdispatch.dylib 0x180187ad8 _dispatch_main_queue_drain + 880
10 libdispatch.dylib 0x180187758 _dispatch_main_queue_callback_4CF + 40
11 CoreFoundation 0x18041ae3c CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12
12 CoreFoundation 0x180415534 __CFRunLoopRun + 1944
13 CoreFoundation 0x180414960 CFRunLoopRunSpecific + 536
14 GraphicsServices 0x190183b10 GSEventRunModal + 160
15 UIKitCore 0x185aa2b40 -[UIApplication _run] + 796
16 UIKitCore 0x185aa6d38 UIApplicationMain + 124
17 hopi.debug.dylib 0x10cdf7bcc __debug_main_executable_dylib_entry_point + 112 (main.swift:11)
18 dyld_sim 0x104121410 start_sim + 20
19 dyld 0x104296274 start + 2840

Steps to reproduce

ENV['RCT_NEW_ARCH_ENABLED'] = '1'

Snack or a link to a repository

https://snack.expo.dev/@borisding/biased-indigo-pizza

Gesture Handler version

2.20.2

React Native version

0.76

Platforms

iOS

JavaScript runtime

Hermes

Workflow

Expo bare workflow

Architecture

Fabric (New Architecture)

Build type

Debug mode

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

@github-actions github-actions bot added Repro provided A reproduction with a snack or repo is provided Platform: iOS This issue is specific to iOS labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided
Projects
None yet
Development

No branches or pull requests

1 participant