Closed
Bug 912323
Opened 12 years ago
Closed 5 years ago
js-ctypes-jni issues on latest Nightly as of 20130903
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: diegocr, Unassigned)
Details
The following code causes Nightly[1] to crash, while it works ok under latest stable[2]:
let Context = JNI.LoadClass(jenv, "android.content.Context", {
methods: [
{ name: "getContentResolver",
sig: "()Landroid/content/ContentResolver;" },
],
});
[1] : Mozilla Fennec 26.0a1 20130903030201 Android arm-eabi-gcc3
[2] : Mozilla Fennec 23.0 20130730111902 Android arm-eabi-gcc3
That is by using jni.jsm as found at https://github.com/mozilla-services/product-announcements-test-addon/blob/master/jni.jsm
Crash Report: https://crash-stats.mozilla.com/report/index/7f6025cf-edf0-4bed-bf4d-8cc742130904
Comment 1•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
•