Closed
Bug 1336007
Opened 9 years ago
Closed 9 years ago
Crash in java.lang.NullPointerException: Attempt to invoke virtual method ''int java.lang.String.length()'' on a null object reference at org.mozilla.gecko.sync.Utils.hex2Byte(Utils.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox52 unaffected, firefox53 unaffected, firefox54 fixed)
RESOLVED
FIXED
Firefox 54
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | unaffected |
| firefox53 | --- | unaffected |
| firefox54 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
2.26 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-5b2eb814-4bc6-45ca-8061-838b12170201.
=============================================================
Looks like regression from bug 1333586
| Assignee | ||
Comment 1•9 years ago
|
||
The refactor patch removed a try/catch block that would have caught this
error before. Instead of using try/catch, this patch checks for the
affected items and send an error when the items are missing.
Attachment #8834472 -
Flags: review?(s.kaspari)
Updated•9 years ago
|
Attachment #8834472 -
Flags: review?(s.kaspari) → review+
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e7edcb82063f
Ignore invalid key/tokens when updating account; r=sebastian
Comment 3•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•9 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
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
•