Skip to content
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

RN 0.60.4 android app crashes after splash screen when Hermes is enabled #25864

Closed
tarasvakulka opened this issue Jul 29, 2019 · 9 comments
Closed
Labels
Bug Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.

Comments

@tarasvakulka
Copy link

React Native version:
0.60.4
Enabled Hermes

Crash on release android build after splash screen
07-29 14:06:59.334 21833 21833 F DEBUG : #00 pc 000000000001a170 /data/app/app.theMovieExpert-wKzSD-OkiRBPXzh7GD8Acw==/lib/arm64/libhermes.so (facebook::hermes::detail::hermesFatalErrorHandler(void*, std::__ndk1::basic_string<char, std::__ndk1::char_traits, std::__ndk1::allocator> const&, bool)+28)

@react-native-bot react-native-bot added the Platform: Android Android applications. label Jul 29, 2019
@themeadery
Copy link

I'm anxiously awaiting Hermes support to be fixed, but I do see activity on it. There is one commit that looks like it should fix things and Issue #25599 is alive with progress as well. I'm expecting the next release to contain all the fixes.

@affanhashone
Copy link

@Phorensic Any Idea When The Next Version Will be Releasing ? I added hermes library. but still the app crash in release apk

@glauberfc
Copy link

@tarasvakulka do you executed cd android && ./gradlew clean after you'd active Hermes?

@tarasvakulka
Copy link
Author

@glauberfc yes of course, I executed cd android && ./gradlew clean

@themeadery
Copy link

@Phorensic Any Idea When The Next Version Will be Releasing ? I added hermes library. but still the app crash in release apk

Hard to tell. There are lots of commits, but there is no release schedule. It is ready when it is ready type of thing.

@liganghui
Copy link

liganghui commented Aug 4, 2019

A similar problem, I tried to upgrade the App from 0.59.9 to 0.60.4 and I copied the code into a new project. When I enable Hermes, the Android app can start, but it doesn't run smoothly. If I disable Hermes, the app will crash after the splash screen.

@affanhashone
Copy link

@liganghui RUn in debugging mode, it is super fast

@taschik
Copy link

taschik commented Aug 16, 2019

@tarasvakulka did you solve the problem?

@tarasvakulka
Copy link
Author

@taschik, yes, problem was not in hermes, my method array sort worked incorrect and hermesvm throw error, I refactor my code and now my problem solved

@facebook facebook locked as resolved and limited conversation to collaborators Oct 5, 2021
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

7 participants