Closed
Bug 1090335
Opened 11 years ago
Closed 5 years ago
Crash @ java.lang.RuntimeException: Unable to create application org.mozilla.gecko.GeckoApplication: java.lang.RuntimeException: Fatal: mismatched UID: cannot load.
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox34 affected)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox34 | --- | affected |
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: crash)
Found on the Play Store dashboard under Fx34.
java.lang.RuntimeException: Unable to create application org.mozilla.gecko.GeckoApplication: java.lang.RuntimeException: Fatal: mismatched UID: cannot load.
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3969)
at android.app.ActivityThread.access$1300(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1197)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4507)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Fatal: mismatched UID: cannot load.
at org.mozilla.gecko.mozglue.GeckoLoader.doLoadLibrary(GeckoLoader.java:450)
at org.mozilla.gecko.mozglue.GeckoLoader.loadMozGlue(GeckoLoader.java:504)
at org.mozilla.gecko.GeckoApplication.onCreate(GeckoApplication.java:124)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:972)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3966)
... 10 more
| Reporter | ||
Updated•11 years ago
|
Severity: normal → critical
Comment 1•11 years ago
|
||
This is the error message we use for Bug 1042935 Comment 16.
Either Android's package manager has screwed up installation of an upgrade, or it's screwing up a shared library load across shared UIDs.
This isn't a recoverable error; if rebooting doesn't fix things, then only an uninstall will help.
Comment 2•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•