Closed
Bug 1349147
Opened 8 years ago
Closed 6 years ago
Crash in java.lang.IllegalStateException: stateLabelString and stateString must not be null, but: (stateLabelString == null) = true and (stateString == null) = true at org.mozilla.gecko.fxa.authenticator.AndroidFxAccount.getState(AndroidFxAccount.java)
Categories
(Firefox for Android Graveyard :: Firefox Accounts, defect, P5)
Tracking
(fennec+, firefox54 wontfix, firefox55 wontfix, firefox56 wontfix, firefox60 wontfix, firefox61 wontfix, firefox64 wontfix, firefox65 fix-optional, firefox66 fix-optional)
RESOLVED
DUPLICATE
of bug 1508600
Tracking | Status | |
---|---|---|
fennec | + | --- |
firefox54 | --- | wontfix |
firefox55 | --- | wontfix |
firefox56 | --- | wontfix |
firefox60 | --- | wontfix |
firefox61 | --- | wontfix |
firefox64 | --- | wontfix |
firefox65 | --- | fix-optional |
firefox66 | --- | fix-optional |
People
(Reporter: sflorean, Unassigned)
References
Details
(Keywords: crash)
This bug was filed from the Socorro interface and is
report bp-bc79eaa4-7089-469b-bd04-9a8ff2170321.
=============================================================
The steps to reproduce this crash isn't 100% clear but found this after I disconnected my account from Settings -> Sign In (user is logged in) -> Disconnect.
Then close the tabs and go to History panel -> Synced devices -> Get Started -> Have an account -> Sign In.
Reproducible 3/4 times.
Reporter | ||
Updated•8 years ago
|
status-firefox54:
--- → affected
Reporter | ||
Updated•7 years ago
|
status-firefox56:
--- → affected
Comment 1•7 years ago
|
||
I'm able to reproduce this crash in Nightly 56.0a1 (2017-06-21), by simply disconnecting from sync.
Not 100% reproducible but it happened 2/3 times.
tracking-fennec: --- → ?
Comment 2•7 years ago
|
||
[triage@July 5th] seems >50% repro rate though not a usual scenario (logged in, then disconnect, then log in again), may worth look into it.
Priority: -- → P2
Comment 3•7 years ago
|
||
change tracking flag since Wesly updated its importance
tracking-fennec: ? → +
Comment 4•7 years ago
|
||
This feels like some kind of a race to either clean or fill the account bundle. Something's going wrong around the edges there.
Comment 5•7 years ago
|
||
There are crash reports for this from 50 to 57, but 88% of all crashes are in 55, so this might be a side-effect of some 55 change.
Updated•7 years ago
|
Updated•7 years ago
|
Comment 6•7 years ago
|
||
I'm hoping to see the crash volume subside a bit now that Bug 1401318 landed.
Updated•7 years ago
|
Reporter | ||
Updated•7 years ago
|
status-firefox60:
--- → affected
Comment 7•7 years ago
|
||
The issue still happened on Nightly 61.0a1 (2018-04-15) but have received a different crash signature report 10c34ce8-2618-459c-81ea-f9a110180416 (https://crash-stats.mozilla.com/report/index/10c34ce8-2618-459c-81ea-f9a110180416).
The steps where the same by disconnecting from the FxAccount. The crash only happened once and was not able to reproduce it.
status-firefox61:
--- → affected
Comment 8•6 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P2 → P5
Reporter | ||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Hi,
I was able to reproduce the issue (4/4) following this STR:
1. Go to Settings -> Sign in, and sign in with valid credentials.
2. Go to Settings -> Disconnect from your FxAccount
3. Nightly crashes
Updated•6 years ago
|
Status: NEW → RESOLVED
Crash Signature: [@ java.lang.IllegalStateException: stateLabelString and stateString must not be null, but: (stateLabelString == null) = true and (stateString == null) = true at org.mozilla.gecko.fxa.authenticator.AndroidFxAccount.getState(AndroidFxAccount.java)]
Closed: 6 years ago
Resolution: --- → DUPLICATE
status-firefox66:
--- → fix-optional
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
•