flipper icon indicating copy to clipboard operation
flipper copied to clipboard

Android App crash - React Native Flipper

Open daxaxelrod opened this issue 2 years ago • 34 comments

🐛 Bug Report

Following the React Native guide in the repo, Main Activity invokes the ReactNativeFlipper class. After creating a client and setting up some plugins, the app consistently crashes after client.start() run. I tried to use the debugger but even a force step into client.start() crashes immediately.

Crashes with

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x13 in tid 8831 (FlipperEventBas), pid 8540 (tion.androiddev)

To Reproduce

Flipper v0.127.0 ReactNativeFlipper.java from here

Environment

Flipper desktop Version 0.127.0 (50.0.0) Flipper SDk version 0.127.0 M1 Macbook

daxaxelrod avatar Jan 13 '22 16:01 daxaxelrod