Closed
Bug 1399148
Opened 7 years ago
Closed 7 years ago
Crash in java.lang.NullPointerException: Attempt to invoke interface method ''int android.text.Editable.getSpanEnd(java.lang.Object)'' on a null object reference at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.scrollTitle(ToolbarDisplayLayout.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox-esr52 unaffected, firefox55 unaffected, firefox56 unaffected, firefox57 fixed)
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: calixte, Assigned: JanH)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, topcrash, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-d1057240-3880-4736-a7b4-232de0170912.
=============================================================
There are 79 crashes in nightly 57 with buildid 20170912100132. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1271998.
[1] https://hg.mozilla.org/mozilla-central/rev/953adb3e5e83
Flags: needinfo?(jh+bugzilla)
Reporter | ||
Updated•7 years ago
|
Crash Signature: [@ java.lang.NullPointerException: Attempt to invoke interface method ''int android.text.Editable.getSpanEnd(java.lang.Object)'' on a null object reference at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.scrollTitle(ToolbarDisplayLayout.java)] → [@ java.lang.NullPointerException: Attempt to invoke interface method ''int android.text.Editable.getSpanEnd(java.lang.Object)'' on a null object reference at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.scrollTitle(ToolbarDisplayLayout.java)]
[@ java.…
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jh+bugzilla
Flags: needinfo?(jh+bugzilla)
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8907182 [details]
Bug 1399148 - Check we actually have an Editable before searching for a span.
https://reviewboard.mozilla.org/r/178860/#review184164
Attachment #8907182 -
Flags: review?(topwu.tw) → review+
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/autoland/rev/8a9ed6ede914
Check we actually have an Editable before searching for a span. r=jwu
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
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
•