Closed
Bug 1258523
Opened 10 years ago
Closed 9 years ago
crash in java.lang.NullPointerException: at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.updateFromTab(ToolbarDisplayLayout.java) in Firefox 47
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox46 unaffected, firefox47+ fixed, firefox48 unaffected, fennec47+)
RESOLVED
DUPLICATE
of bug 1255767
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | unaffected |
| firefox47 | + | fixed |
| firefox48 | --- | unaffected |
| fennec | 47+ | --- |
People
(Reporter: ritu, Assigned: sebastian)
References
Details
(Keywords: topcrash)
Crash Data
+++ This bug was initially created as a clone of Bug #964861 +++
This bug was filed from the Socorro interface and is
report bp-c31482de-7959-44ec-a98b-a75b82140126.
=============================================================
java.lang.NullPointerException
at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.updateFromTab(ToolbarDisplayLayout.java:267)
at org.mozilla.gecko.toolbar.BrowserToolbar.onTabChanged(BrowserToolbar.java:531)
at org.mozilla.gecko.Tabs$5.run(Tabs.java:595)
This crash signature is associated with top 3rd spot on Fennec Aurora 47 stability.
Comment 1•10 years ago
|
||
[Tracking Requested - why for this release]:
tracking-fennec: --- → ?
status-firefox46:
--- → unaffected
status-firefox47:
--- → affected
status-firefox48:
--- → unaffected
tracking-firefox47:
--- → ?
Summary: crash in java.lang.NullPointerException: at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.updateFromTab(ToolbarDisplayLayout.java) → crash in java.lang.NullPointerException: at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.updateFromTab(ToolbarDisplayLayout.java) in Firefox 47
| Assignee | ||
Comment 2•10 years ago
|
||
This looks a lot like bug 1255767. I'll investigate.
Assignee: nobody → s.kaspari
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•10 years ago
|
||
The stack traces are not really helpful (it's not fully shown the actual line of the NullPointerException):
> java.lang.NullPointerException
> at org.mozilla.gecko.toolbar.ToolbarDisplayLayout.updateFromTab(ToolbarDisplayLayout.java:213)
Code:
http://hg.mozilla.org/releases/mozilla-aurora/file/tip/mobile/android/base/java/org/mozilla/gecko/toolbar/ToolbarDisplayLayout.java#l213
I assume this is bug 1255767 but with a slightly different stack trace (older Android version).
The crashes here are on devices with API 16-19. The crashes in bug 1255767 are on devices with API 21-23. Additionally both crashes are only on Aurora right now. I requested uplift for the patch in bug 1255767 so I expect this to go away too.
| Assignee | ||
Comment 5•9 years ago
|
||
Yep, build 2016-03-23 is the last one with crashes.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
tracking-fennec: ? → 47+
Comment 6•9 years ago
|
||
The dupe fix was uplifted to 47, so this should be fixed as well.
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
•