flipper icon indicating copy to clipboard operation
flipper copied to clipboard

Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 29810 (FlipperEventBas), pid 29777

Open finger-guns opened this issue 2 years ago • 1 comments

Every time i try to open the app which builds more than happy, on android and android only, only in a physical device. I get this lovely lovely wall of red.

This is on both version 170 and version 177.

Screenshot 2023-01-18 at 2 46 31 pm Screenshot 2023-01-18 at 2 46 41 pm

finger-guns avatar Jan 18 '23 05:01 finger-guns

I also try to test flipper with a fresh blank expo project, and I have the same issue, only on a physical device.

npx create-expo-app debug-expo-flipper

cd debug-expo-flipper/

npx expo run:android

Then open Flipper (latest version or older...), play a bit with the app, close Flipper

It will be impossible to relaunch the app again.

This issue is well-known and comes from Flipper himself.

We can try to play with the FLIPPER_VERSION to solve it as suggested on the issue thread (it didn't works for me) or run this command :

adb shell run-as "com.example.yourapppackage" rm -rf files/sonar (works, but it's not viable in the long term).

ludwig-pro avatar Jan 20 '23 11:01 ludwig-pro

Same problem here with version 0.187.1

cdongieux avatar Apr 03 '23 12:04 cdongieux