Flipper: Hermes Debugger does not load in 0.96.0

Created on 1 Jul 2021  路  7Comments  路  Source: facebook/flipper

馃悰 Bug Report

After updating to 0.96.0 the hermes debugger doesn't load. The tab is empty.

To Reproduce

Attempt to open Hermes Debugger (RN) tab

Environment

MacOS 11.4
Node 15.4.0
RN 0.64.1

image

bug

Most helpful comment

That's probably related to my changes in active device/app selection computation. I'll check that.

All 7 comments

For now I have rolled back to 0.95.0 where the hermes debugger still works/loads.

Confirmed, looking into it! Same problem for React DevTools as well

That's probably related to my changes in active device/app selection computation. I'll check that.

We just released 0.96.1 with the fix. Thanks for spotting that and reporting!

Now at 0.96.1 app instantly closes when I select Hermes Debugger in plugins tabs. DevTools seems to be working now though.

Edited:
updated everything again, made a clean build, seems to crash here:
Crashed Thread: 11 hermes-chrome-inspector-conn

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000090
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [98470]

Not sure if complete log will be useful. Should I open a separate issue?

@Pyroboomka probably a duplicate of https://github.com/facebook/hermes/issues/516, best follow along at the Hermes repo.

Does anyone having this issue use react-native-reanimated? I had this same issue until I tracked it down to that package. The 2.2.0 version fixed it for me, even mentions the fix in the release notes: https://github.com/software-mansion/react-native-reanimated/releases/tag/2.2.0

Was this page helpful?
0 / 5 - 0 ratings