Android crashes: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
See original GitHub issueI hope this is the correct place to create the issue since it seems to be caused by some changes in the way standalone apps are built using expo build:android
.
We are detecting crashes on multiple devices:
The error:
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
<anonymous>
Backtrace is almost empty:
The interesting part is:
- standalone build that was built March 5th and is using the same Expo SDK version and very similar code works fine
- when the app was opened via older Expo client app it worked
- the app again crashes when opened in the latest Expo client app (v33)
This makes me think that the issue is caused by a build option that was added in the last few weeks.
Expo CLI 2.18.7 environment info:
System:
OS: macOS 10.14.4
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.15.1 - ~/.nvm/versions/node/v8.15.1/bin/node
Yarn: 1.13.0 - ~/.nvm/versions/node/v8.15.1/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v8.15.1/bin/npm
Watchman: 4.7.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5522156
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
@types/expo: ^32.0.10 => 32.0.10
@types/react: ^16.4.14 => 16.8.10
@types/react-native: ^0.57.43 => 0.57.43
@types/react-navigation: ^3.0.6 => 3.0.6
expo: ^32.0.5 => 32.0.6
react: 16.5.0 => 16.5.0
react-native: https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz => 0.57.1
react-navigation: ^3.8.1 => 3.8.1
npmGlobalPackages:
expo-cli: 2.18.7
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Android Fatal signal 11 (SIGSEGV) at 0x636f7d89 (code=1 ...
First, get your tombstone stack trace, it will be printed every time your app crashes. Something like this:
Read more >Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) #2456
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) #2456 ... Android (crashed on all versions of Android 10.x and Android 11.x that we tested)....
Read more >Android signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault ...
I'm new to android NDK, if I left out some information please let me know. ... E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR),...
Read more >Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault ...
This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. No native Android...
Read more >Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) error on ...
I am able to run my android qt app on a real android 11 (general mobile G510) mobile phone BUT I cannot run...
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
Yes, we updated sdk-32 by accident with jsc used in react-native@0.59. Sdk32 build will be fixed first, so you need to just rebuild app when it’s ready.
For client we have 2 options
Thank you, I can confirm that rebuilding the app fixed the issue.