Closed Bug 1493607 Opened 7 years ago Closed 7 years ago

Crash in java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/data/org.mozilla.fennec_aurora/lib/libmozglue.so" not found at java.lang.Runtime.load0(Runtime.java)

Categories

(Firefox for Android Graveyard :: General, defect)

Unspecified
Android
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: gsvelto, Unassigned)

Details

(Keywords: crash)

Crash Data

This bug was filed from the Socorro interface and is report bp-4fc228f3-c8cd-40eb-9ff5-00d040180922. ============================================================= Java stack trace: java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/data/org.mozilla.fennec_aurora/lib/libmozglue.so" not found at java.lang.Runtime.load0(Runtime.java:928) at java.lang.System.load(System.java:1621) at org.mozilla.gecko.background.nativecode.NativeCrypto.<clinit>(NativeCrypto.java:26) at org.mozilla.gecko.background.nativecode.NativeCrypto.sha256init(Native Method) at org.mozilla.gecko.icons.storage.DiskStorage.createKey(DiskStorage.java:255) at org.mozilla.gecko.icons.storage.DiskStorage.getMapping(DiskStorage.java:212) at org.mozilla.gecko.icons.preparation.LookupIconUrl.lookupFromDisk(LookupIconUrl.java:44) at org.mozilla.gecko.icons.preparation.LookupIconUrl.prepare(LookupIconUrl.java:24) at org.mozilla.gecko.icons.IconTask.prepareRequest(IconTask.java:117) at org.mozilla.gecko.icons.IconTask.call(IconTask.java:52) at org.mozilla.gecko.icons.IconTask.call(IconTask.java:24) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764) Low-volume crasher, the affected code is trying to manually load mozglue: https://searchfox.org/mozilla-central/rev/0640ea80fbc8d48f8b197cd363e2535c95a15eb3/mobile/android/services/src/main/java/org/mozilla/gecko/background/nativecode/NativeCrypto.java#29 Shouldn't we be using GeckoLoader.loadMozGlue()? Or is it unavailable in this context?
No crashes with this signature in the last month so I'm closing the bug. Perhaps it was fixed with work in some other bug.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.