Closed
Bug 1306743
Opened 8 years ago
Closed 8 years ago
Crash in java.lang.NullPointerException: Attempt to read from field ''org.mozilla.gecko.EventDispatcher org.mozilla.gecko.GeckoApp.eventDispatcher'' on a null object reference at org.mozilla.gecko.GeckoApp.getEventDispatcher(GeckoApp.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: jchen, Assigned: droeh)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
(deleted),
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-51762322-75a0-429f-b46b-081c62160930.
=============================================================
Regression from bug 1294821. Looks like PushService is registering a listener without an active GeckoApp.
Assignee | ||
Comment 1•8 years ago
|
||
I think it's a mistake to be using the activity-specific EventDispatcher here; it should be the singleton EventDispatcher.
Attachment #8796750 -
Flags: review?(nchen)
Reporter | ||
Updated•8 years ago
|
Attachment #8796750 -
Flags: review?(nchen) → review+
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d10b44e4e488
Make PushService use the singleton EventDispatcher. r=jchen
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
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
•