Closed
Bug 1508216
Opened 6 years ago
Closed 4 years ago
Crash in java.lang.IllegalArgumentException: at org.mozilla.gecko.sync.Utils.throwIfNull(Utils.java)
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P3)
Tracking
(firefox65 wontfix, firefox66 wontfix, firefox67 ?)
RESOLVED
INCOMPLETE
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-091f6f3b-220a-4bc8-9d12-54b800181119.
=============================================================
Java stack trace:
java.lang.IllegalArgumentException
at org.mozilla.gecko.sync.Utils.throwIfNull(Utils.java:537)
at org.mozilla.gecko.fxa.login.Married.<init>(Married.java:33)
at org.mozilla.gecko.fxa.login.StateFactory.fromJSONObjectV4(StateFactory.java:190)
at org.mozilla.gecko.fxa.login.StateFactory.fromJSONObject(StateFactory.java:61)
at org.mozilla.gecko.fxa.authenticator.AndroidFxAccount.getState(AndroidFxAccount.java:765)
at org.mozilla.gecko.fxa.devices.FxAccountDeviceRegistrator.doFxaRegistration(FxAccountDeviceRegistrator.java:198)
at org.mozilla.gecko.fxa.devices.FxAccountDeviceRegistrator.handlePushSubscriptionResponse(FxAccountDeviceRegistrator.java:183)
at org.mozilla.gecko.fxa.devices.FxAccountDeviceRegistrator.handleMessage(FxAccountDeviceRegistrator.java:151)
at org.mozilla.gecko.EventDispatcher$2.run(EventDispatcher.java:337)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:43)
Comment 1•6 years ago
|
||
Fairly low-volume crash, calling it P3.
status-firefox65:
--- → wontfix
status-firefox66:
--- → wontfix
status-firefox67:
--- → ?
Priority: -- → P3
Comment 2•4 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: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 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
•