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

Startup crash through megazord #982

Open
st3fan opened this issue Jan 8, 2020 · 0 comments
Open

Startup crash through megazord #982

st3fan opened this issue Jan 8, 2020 · 0 comments
Labels
🐞 bug Something isn't working

Comments

@st3fan
Copy link
Contributor

st3fan commented Jan 8, 2020

01-08 10:04:38.781 14836 14836 D RustNativeSupport: findMegazordLibraryName(viaduct, 0.47.0
01-08 10:04:38.781 14836 14836 D RustNativeSupport: lib in use: none
01-08 10:04:38.781 14836 14836 D RustNativeSupport: lib configured: none
01-08 10:04:38.781 14836 14836 D RustNativeSupport: No lib configured, trying full megazord
01-08 10:04:38.791 14836 14836 E RustNativeSupport: Default megazord not found: Unable to load library 'megazord':
01-08 10:04:38.791 14836 14836 E RustNativeSupport: dlopen failed: cannot locate symbol "arm_aes_decrypt_cbc_192" referenced by "/data/app/org.mozilla.reference.browser-Vsx2aekVHN7nfe1gf0NG0A==/lib/arm64/libmegazord.so"...
01-08 10:04:38.791 14836 14836 E RustNativeSupport: dlopen failed: cannot locate symbol "arm_aes_decrypt_cbc_192" referenced by "/data/app/org.mozilla.reference.browser-Vsx2aekVHN7nfe1gf0NG0A==/lib/arm64/libmegazord.so"...
01-08 10:04:38.791 14836 14836 E RustNativeSupport: dlopen failed: cannot locate symbol "arm_aes_decrypt_cbc_192" referenced by "/data/app/org.mozilla.reference.browser-Vsx2aekVHN7nfe1gf0NG0A==/lib/arm64/libmegazord.so"...
01-08 10:04:38.791 14836 14836 E RustNativeSupport: Native library (android-aarch64/libmegazord.so) not found in resource path (.)
01-08 10:04:38.791 14836 14836 E RustNativeSupport: megazord not initialized, and default not present. failing to init viaduct
01-08 10:04:38.791 14836 14836 D AndroidRuntime: Shutting down VM
01-08 10:04:38.792 14836 14836 E AndroidRuntime: FATAL EXCEPTION: main
01-08 10:04:38.792 14836 14836 E AndroidRuntime: Process: org.mozilla.reference.browser, PID: 14836
01-08 10:04:38.792 14836 14836 E AndroidRuntime: java.lang.ExceptionInInitializerError
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.httpconfig.LibViaduct.<clinit>(Unknown Source:0)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.httpconfig.RustHttpConfig.setClient(HttpConfig.kt:42)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.components.support.rusthttp.RustHttpConfig.setClient(RustHttpConfig.kt:25)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at org.mozilla.reference.browser.BrowserApplication.onCreate(BrowserApplication.kt:27)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1154)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5920)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.app.ActivityThread.access$1100(ActivityThread.java:200)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1656)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:193)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6718)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: Caused by: mozilla.appservices.support.native.MegazordNotInitialized: The application-services megazord has not yet been initialized, but is needed by "viaduct"
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.support.native.HelpersKt.lookupMegazordLibrary(Helpers.kt:108)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.support.native.HelpersKt.findMegazordLibraryName(Helpers.kt:142)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.httpconfig.LibViaduct$Companion$INSTANCE$1.invoke(LibViaduct.kt:41)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.httpconfig.LibViaduct$Companion$INSTANCE$1.invoke(LibViaduct.kt:15)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	at mozilla.appservices.httpconfig.LibViaduct$Companion.<clinit>(LibViaduct.kt:16)
01-08 10:04:38.792 14836 14836 E AndroidRuntime: 	... 14 more
@st3fan st3fan added the 🐞 bug Something isn't working label Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant