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

New 0.60.5 app fails to run in Firebase Test Lab Pixel, API Level 26 #26075

Closed
lukebaker opened this issue Aug 15, 2019 · 5 comments
Closed

New 0.60.5 app fails to run in Firebase Test Lab Pixel, API Level 26 #26075

lukebaker opened this issue Aug 15, 2019 · 5 comments
Labels
Bug Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@lukebaker
Copy link

New 0.60.5 app created via init fails Robo test when using Android Application Bundle in Firebase Test Lab on Pixel, API Level 26 (and more).

React Native version:

System:
    OS: Linux 4.15 Ubuntu 18.04.3 LTS (Bionic Beaver)
    CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
    Memory: 1.50 GB / 15.43 GB
    Shell: 4.4.20 - /bin/bash
  Binaries:
    Node: 10.14.2 - ~/.nodenv/versions/10.14.2/bin/node
    Yarn: 1.17.3 - /usr/bin/yarn
    npm: 6.4.1 - ~/.nodenv/versions/10.14.2/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    Android SDK:
      API Levels: 23, 25, 26, 27, 28
      Build Tools: 27.0.3, 28.0.3
      System Images: android-19 | Intel x86 Atom, android-22 | Google APIs Intel x86 Atom, android-24 | Google Play Intel x86 Atom, android-27 | Intel x86 Atom, android-27 | Intel x86 Atom_64, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
  npmPackages:
    react: 16.8.6 => 16.8.6 
    react-native: 0.60.5 => 0.60.5 
  npmGlobalPackages:
    react-native-cli: 2.0.1

Steps To Reproduce

  1. react-native init AwesomeProject2
  2. cd AwesomeProject2/android && ./gradlew bundleRelease
  3. Upload app.aab to Firebase Test Lab and run Robo test on Pixel, API Level 26

Describe what you expected to happen:

A successful test.

java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes.so

FATAL EXCEPTION: create_react_context
Process: com.awesomeproject2, PID: 13159
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes.so
	at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:738)
	at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:591)
	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:529)
	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:484)
	at com.facebook.hermes.reactexecutor.HermesExecutor.<clinit>(HermesExecutor.java:20)
	at com.facebook.hermes.reactexecutor.HermesExecutorFactory.create(HermesExecutorFactory.java:27)
	at com.facebook.react.ReactInstanceManager$5.run(ReactInstanceManager.java:949)
	at java.lang.Thread.run(Thread.java:764)

web-build_2019-08-15T13:49:10.847Z_lej5_sailfish-26-en_US-portrait_logcat.log
app.aab.gz

@lukebaker lukebaker added the Bug label Aug 15, 2019
@react-native-bot react-native-bot added the Platform: Linux Building on Linux. label Aug 15, 2019
@emrebicer
Copy link

Having the same problem here, uploaded my app to the google play store, it works fine on emulator(both downloading it from the play store and directly react-native run-android).Should i be concerned about an unhandled error?

@cmcleese
Copy link

I've been in contact with Firebase team in regards to this.
I too was having the same similar issue being reported by Firebase Crashlytics.

From Firebase support:

Upon investigation, our Test Lab engineers observed a known bug in which matrices that were intended to complete successfully were being marked "ERROR" and stuck in "PENDING".

They have worked on a fix for this, but we're still yet to confirm if it's been rolled out in public.

After this supposed update to Test Lab, after uploading a new build to Google Console, I am no longer receiving this previously reported crash.

To note: My crash was being reported on a Nexus 5X.

This maybe be very much related to the issue you mentioned and might be worth trying to upload a new build to test and see if it triggers a crash being reported.

@minhnhattonthat
Copy link

Hi, I am still having the same issue with that Nexus 5X. It just happened today, is the bug fixed or is there any update about this bug?
Thanks!

@stale
Copy link

stale bot commented Apr 7, 2020

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.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Apr 7, 2020
@stale
Copy link

stale bot commented Apr 14, 2020

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.

@stale stale bot closed this as completed Apr 14, 2020
@facebook facebook locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

5 participants