v0.10 Developer Tools crash on Ubuntu 20.04
See original GitHub issueReact Native Debugger app version: v0.10 React Native version: Expo SDK 37.0.0 - RN 0.61 Platform: Android Is real device of platform:No Operating System: Ubuntu 20.04
Hi, I just wanted to report that Developer Toots cashes with the following error on Ubuntu 20.04:
seccomp-bpf failure in syscall 0230
This workaround fixes the issue:
https://github.com/rstudio/rstudio/issues/6782#issuecomment-625915754
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Crash on Launch with Driver 460.67 on Ubuntu 20.04
Crash on Launch with Driver 460.67 on Ubuntu 20.04 - Create - NVIDIA Developer Forums.
Read more >Ubuntu Server Documentation
the contents of a crash report by using the standard apport-cli tool that is part of Ubuntu. Copy the crash report to another...
Read more >Nala v0.10.0 - Nala's A Legible Apt : r/linux - Reddit
Nala is a frontend for apt so that we can have prettier output, faster downloads of packages, and a history! You can find...
Read more >Frequent freezes and crashes in Ubuntu 20.04
Hi,I have very frequent crashes (rendering pycharm unusable) with a new machine that runs on ubuntu 20.04. I'm on kernel 5.4.0-29-generic...
Read more >Error installing node-gyp on ubuntu - Stack Overflow
On a fresh Ubuntu 20 installation I had to run sudo apt update before installing build-essential . – Erwol. Feb 1, 2021 at...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve created a fix & PR here #531
Basically, electron needs to be updated to at least
7.1.14
, as that includes this fix: electron/electron#22338I’ll leave this fork here: https://github.com/AnthonyWard/react-native-debugger/tree/v0.10.10-hotfix To build you can clone, switch to branch
v0.10.10-hotfix
and do ayarn
,yarn build
, andyarn pack-linux
👍Released as v0.10.11. Thanks @AnthonyWard!