-
Notifications
You must be signed in to change notification settings - Fork 955
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
RN: Crashing APP using Hermes Debugger in Flipper client 0.138.0 or 0.139.0 #3549
Comments
_LIBCPP_INLINE_VISIBILITY |
hermes-chrome-inspector-conn (20): EXC_BAD_ACCESS (code=EXC_I386_GPFLT) And in flipper I see this error: Plugin Status > Hermesdebuggerrn 0.138.0 versions/node/v12.22.8/lib/node_modules/react-devtools/node_modules/react-devtools-core |
More info from console:
Version installed: "name": "metro-inspector-proxy", |
I had this issue on Android RN 0.67.4, Flipper 0.144.0. I ran |
Same issue with Android RN 0.68.2 and Flipper 0.147.1. |
same issue and I try it, but useless |
Unfortunately, I have the same issue! |
Continues with RN 69 and Flipper 161. This makes debugging a nightmare. |
When this issue occurs it also seems to be capable of corrupting the local application, necessitating a full uninstall and reinstall - but it happens quite frequently. |
Persists with Flipper 166. |
same issue on expo sdk 46 and flipper 0.166.0 |
For Expo users, upgrade the following package to the specified version:
Even though Expo says to use |
@Med-Amine-Fredj what's your question? |
I had the same problem, just updating my flipper client to v0.171.0 and this works fine! |
In my case, the old version of Flipper uses RSocket, which unfortunately is not compatible with the WebSocket implementation of Hermes. |
🐛 Bug Report
React Native: Crashing APP using Hermes Debugger in Flipper client 0.138.0 or 0.139.0
To Reproduce
Podfile :
Environment
"react-native": "0.64.1",
"react-native-flipper": "^0.138.0",
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"@types/react": "^17",
"react-devtools-core": "4.24.0"
},
...
More info from Mac Crash console:
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [22017]
Pod installed:
Installing CocoaAsyncSocket (7.6.5)
Installing DoubleConversion (1.1.6)
Installing FBLazyVector (0.64.1)
Installing FBReactNativeSpec (0.64.1)
Installing Firebase (8.10.0)
Installing FirebaseAnalytics (8.10.0)
Installing FirebaseCore (8.10.0)
Installing FirebaseCoreDiagnostics (8.13.0)
Installing FirebaseCrashlytics (8.10.0)
Installing FirebaseInstallations (8.13.0)
Installing Flipper (0.138.0)
Installing Flipper-Boost-iOSX (1.76.0.1.11)
Installing Flipper-DoubleConversion (3.2.0)
Installing Flipper-Fmt (7.1.7)
Installing Flipper-Folly (2.6.10)
Installing Flipper-Glog (0.5.0.3)
Installing Flipper-PeerTalk (0.0.4)
Installing Flipper-RSocket (1.4.3)
Installing FlipperKit (0.138.0)
Installing GoogleAnalytics (3.20.0)
Installing GoogleAppMeasurement (8.10.0)
Installing GoogleDataTransport (9.1.2)
Installing GoogleTagManager (7.4.0)
Installing GoogleUtilities (7.7.0)
Installing OpenSSL-Universal (1.1.1100)
Installing Permission-Notifications (3.2.0)
Installing PromisesObjC (2.0.0)
Installing RCT-Folly (2020.01.13.00)
Installing RCTRequired (0.64.1)
Installing RCTTypeSafety (0.64.1)
Installing RNDateTimePicker (3.5.2)
Installing RNDeviceInfo (8.4.5)
Installing RNFBAnalytics (14.2.2)
Installing RNFBApp (14.2.2)
Installing RNFBCrashlytics (14.2.2)
Installing RNFS (2.18.0)
Installing RNFastImage (8.5.11)
Installing RNGestureHandler (1.10.3)
Installing RNInAppBrowser (3.6.3)
Installing RNPermissions (3.2.0)
Installing RNReanimated (2.2.3)
Installing RNSVG (12.1.1)
Installing RNScreens (2.15.2)
Installing RNVectorIcons (8.1.0)
Installing React (0.64.1)
Installing React-Core (0.64.1)
Installing React-CoreModules (0.64.1)
Installing React-RCTActionSheet (0.64.1)
Installing React-RCTAnimation (0.64.1)
Installing React-RCTBlob (0.64.1)
Installing React-RCTImage (0.64.1)
Installing React-RCTLinking (0.64.1)
Installing React-RCTNetwork (0.64.1)
Installing React-RCTSettings (0.64.1)
Installing React-RCTText (0.64.1)
Installing React-RCTVibration (0.64.1)
Installing React-callinvoker (0.64.1)
Installing React-cxxreact (0.64.1)
Installing React-jsi (0.64.1)
Installing React-jsiexecutor (0.64.1)
Installing React-jsinspector (0.64.1)
Installing React-perflogger (0.64.1)
Installing React-runtimeexecutor (0.64.1)
Installing ReactCommon (0.64.1)
Installing SDWebImage (5.11.1)
Installing SDWebImageWebPCoder (0.8.4)
Installing SocketRocket (0.6.0)
Installing Yoga (1.14.0)
Installing YogaKit (1.18.1)
Installing boost-for-react-native (1.63.0)
Installing glog (0.3.5)
Installing hermes-engine (0.7.2)
Installing libevent (2.1.12)
Installing libwebp (1.2.1)
Installing nanopb (2.30908.0)
Installing react-native-blob-util (0.13.16)
Installing react-native-blur (0.8.0)
Installing react-native-encrypted-storage (4.0.2)
Installing react-native-flipper (0.138.0)
Installing react-native-geolocation-service (5.3.0-beta.3)
Installing react-native-maps (0.29.3)
Installing react-native-restart (0.0.22)
Installing react-native-safe-area-context (3.1.9)
Installing react-native-video (5.2.0)
Installing react-native-voice (3.2.2)
Installing react-native-webview (11.14.2)
Installing sparkfabrik-react-native-idfa-aaid (0.8.3)
The text was updated successfully, but these errors were encountered: