Closed
Bug 1091598
Opened 11 years ago
Closed 7 years ago
crash in java.lang.UnsatisfiedLinkError: Native method not found: org.mozilla.gecko.mozglue.GeckoLoader.putenv:(Ljava/lang/String;)V at org.mozilla.gecko.mozglue.GeckoLoader.putenv(Native Method)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox36 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox36 | --- | affected |
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-9243b631-1da6-4fae-ae43-4f70e2141029.
=============================================================
java.lang.UnsatisfiedLinkError: Native method not found: org.mozilla.gecko.mozglue.GeckoLoader.putenv:(Ljava/lang/String;)V
at org.mozilla.gecko.mozglue.GeckoLoader.putenv(Native Method)
at org.mozilla.gecko.mozglue.GeckoLoader.setupPluginEnvironment(GeckoLoader.java:76)
at org.mozilla.gecko.mozglue.GeckoLoader.setupGeckoEnvironment(GeckoLoader.java:144)
at org.mozilla.gecko.GeckoThread.initGeckoEnvironment(GeckoThread.java:113)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:171)
Comment 1•11 years ago
|
||
Seems fine to me:
mozglue/android/nsGeckoUtils.cpp
17:Java_org_mozilla_gecko_mozglue_GeckoLoader_putenv(JNIEnv *jenv, jclass, jstring map)
mobile/android/base/mozglue/GeckoLoader.java.in
560: private static native void putenv(String map);
Looks like two crashes, same device, same build.
Comment 2•11 years ago
|
||
Could this be related to Bug 1091991, I wonder?
Seems like too much of a coincidence...
Updated•10 years ago
|
Crash Signature: [@ java.lang.UnsatisfiedLinkError: Native method not found: org.mozilla.gecko.mozglue.GeckoLoader.putenv:(Ljava/lang/String;)V at org.mozilla.gecko.mozglue.GeckoLoader.putenv(Native Method)] → [@ java.lang.UnsatisfiedLinkError: Native method not found: org.mozilla.gecko.mozglue.GeckoLoader.putenv:(Ljava/lang/String;)V at org.mozilla.gecko.mozglue.GeckoLoader.putenv(Native Method)]
[@ java.lang.UnsatisfiedLinkError: Native method not found: org…
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| 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
•