-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android-RN 0.59.8] Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xee0f0434 in tid 16493 (mqt_js) #25060
Comments
Check out #24261. There are alternate jsc builds that have been posted that you can switch to which has solved it for us and others. |
Magical part of code saved my life. add this to |
Cutting out the 64 bit builds with ndk filters (which is what that code does) only fixes it for certain phones unfortunately. For our app, we though it fixed it but found other phones crashing without a full JSC switchout to get rid of the JIT. |
@RomanovYurii When we removed 64 bit ndk filters "arm64-v8a", "x86_64" from ndk abiFilters in defaultConfig block of build.gradle by provide only 32 bit support. The crash has gone but as per Google 64 bit support mandate this needs to be fixed with 64 bit ndk support . |
See: * #8366 * realm/realm-js#2282 * facebook/react-native#25060 Signed-off-by: Jakub Sokołowski <jakub@status.im>
@ducNgbk could you please test with 59.10 since it contains an updated jsc, and if it works then close this ticket? |
Check your native-lib.cpp, the syntax has changed. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Hi I want to build my project on RN 0.59.8. MY app use react-native-webgl
Building process is fine, but app crashes right after it starts.
However, everything works fine on RN 0.57.8
React Native version:
Steps To Reproduce
react-native run-android
Describe what you expected to happen:
Snack, code example, or link to a repository:
The text was updated successfully, but these errors were encountered: