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

java.lang.RuntimeException on Android 8.0 production environment #16049

Closed
michelebombardi opened this issue Sep 21, 2017 · 1 comment
Closed
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@michelebombardi
Copy link

michelebombardi commented Sep 21, 2017

Is this a bug report?

YES

Have you read the Contributing Guidelines?

YES

Environment

Environment:
OS: not important
Node: 7.8.0
Yarn: 1.0.2
npm: 4.6.1
Watchman: none
Xcode: not important
Android Studio: not important

Packages: (wanted => installed)
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"date-fns": "^1.28.5",
"fetchival": "^0.3.2",
"firebase": "^4.3.1",
"moment": "^2.18.1",
"native-base": "^2.3.2",
"node-fetch": "^1.7.1",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-moment": "^0.6.0",
"react-native": "0.48.3",
"react-native-loading-spinner-overlay": "^0.5.1",
"react-native-modalbox": "^1.4.1",
"react-native-vector-icons": "^4.3.0",
"react-native-version-number": "^0.1.3",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^4.8.2",
"redux-persist-transform-filter": "^0.0.15",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rxjs": "^5.4.2"

Target Platform: Android 8.0

Actual Behavior

On production environment the sometimes crash with the following error:

java.lang.RuntimeException: 
   at com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromAssets (Native Method)
   at com.facebook.react.bridge.CatalystInstanceImpl.loadScriptFromAssets (CatalystInstanceImpl.java:206)
   at com.facebook.react.bridge.JSBundleLoader$1.loadScript (JSBundleLoader.java:34)
   at com.facebook.react.bridge.CatalystInstanceImpl.runJSBundle (CatalystInstanceImpl.java:224)
   at com.facebook.react.ReactInstanceManager.createReactContext (ReactInstanceManager.java:993)
   at com.facebook.react.ReactInstanceManager.access$600 (ReactInstanceManager.java:109)
   at com.facebook.react.ReactInstanceManager$4.run (ReactInstanceManager.java:802)
   at java.lang.Thread.run (Thread.java:764)
@hramos
Copy link
Contributor

hramos commented Sep 21, 2017

Thanks for opening the issue! It does not appear like a community member will be able to reliably reproduce this issue. This may be for several reasons; perhaps it affects a particular app but a minimal repro has not been provided, or the issue may be sporadic. As it happens, we need a concrete set of steps that can demonstrably reproduce the issue as this will allow your fellow community members to validate a fix. We'll close the issue for now, but feel free to submit a new issue once you're able to reliably reproduce the issue locally. Thanks for your understanding!

@hramos hramos closed this as completed Sep 21, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Sep 21, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Sep 21, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants