Closed
Bug 721394
Opened 13 years ago
Closed 13 years ago
java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetPointerId(Native Method)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox11 affected, firefox12 affected)
RESOLVED
DUPLICATE
of bug 706684
People
(Reporter: nhirata, Assigned: kats)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
EGL? EGL+
AdapterVendorID: streak7, AdapterDeviceID: Dell Streak 7.
AdapterDescription: 'Android, Model: 'Dell Streak 7', Product: 'streak7', Manufacturer: 'Dell Inc.', Hardware: 'streak7''.
java.lang.IllegalArgumentException: pointerIndex out of range
at android.view.MotionEvent.nativeGetPointerId(Native Method)
at android.view.MotionEvent.getPointerId(MotionEvent.java:1522)
at android.view.ScaleGestureDetector.onTouchEvent(ScaleGestureDetector.java:213)
at org.mozilla.gecko.gfx.LayerView.onTouchEvent(LayerView.java:89)
at android.view.View.dispatchTouchEvent(View.java:4609)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1560)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1333)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1560)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1333)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1560)
at android.view.ViewGroup.dispatchTouchEven
6a2a087d-4f1f-45ed-bd6f-ed69a2111231
Reporter | ||
Updated•13 years ago
|
status-firefox11:
--- → affected
status-firefox12:
--- → affected
Updated•13 years ago
|
Crash Signature: [@ mozalloc_abort | pthread_mutex_unlock]
Assignee | ||
Comment 1•13 years ago
|
||
This was fixed in bug 706684 by replacing the android ScaleGestureDetector with our own.
Assignee: nobody → bugmail.mozilla
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
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
•