Closed
Bug 1167141
Opened 10 years ago
Closed 7 years ago
Attempt to read from field 'float android.graphics.PointF.x' on a null object reference
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: roman, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 Iceweasel/33.1
Build ID: 20141111034249
Steps to reproduce:
I compiled GeckoViewExample for Android and tried to start it.
Android 5.1 on Moto G
Actual results:
05-21 13:29:56.222 27851-27851/org.mozilla.geckoviewexample E/GeckoPanZoomController﹕ Received impossible touch down while in TOUCHING
05-21 13:29:56.822 27851-27851/org.mozilla.geckoviewexample E/GeckoEvent﹕ Error creating motion point 0
java.lang.NullPointerException: Attempt to read from field 'float android.graphics.PointF.x' on a null object reference
at org.mozilla.gecko.GeckoEvent.addMotionPoint(GeckoEvent.java:440)
at org.mozilla.gecko.GeckoEvent.initMotionEvent(GeckoEvent.java:416)
at org.mozilla.gecko.GeckoEvent.createLongPressEvent(GeckoEvent.java:388)
at org.mozilla.gecko.gfx.JavaPanZoomController.onLongPress(JavaPanZoomController.java:1377)
at android.view.GestureDetector.dispatchLongPress(GestureDetector.java:690)
at android.view.GestureDetector.access$200(GestureDetector.java:37)
at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:266)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5293)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
| Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Android
Hardware: Unspecified → ARM
| Reporter | ||
Updated•10 years ago
|
Component: Untriaged → General
Product: Firefox → Firefox for Android
Comment 2•7 years ago
|
||
Hello,
Due to the lack of additional info, I'll close this issue as Incomplete.
If the reporter (or anyone else) can provide more information, please feel free to reopen or comment on the issue, and we'll have a thorough look on it.
Thank you!
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
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
•