Closed
Bug 758961
Opened 13 years ago
Closed 6 years ago
java.lang.IndexOutOfBoundsException: charAt: <n> >= length 0 at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java)
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Tracking
(firefox16 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox16 | --- | affected |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
There's one crash in 14.0b3: bp-aaa4f069-f385-4d05-bbc0-43f002120526.
java.lang.IndexOutOfBoundsException: charAt: 46 >= length 23
at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java:112)
at android.text.method.QwertyKeyListener.onKeyDown(QwertyKeyListener.java:114)
at android.text.method.TextKeyListener.onKeyDown(TextKeyListener.java:132)
at org.mozilla.gecko.GeckoInputConnection.processKeyDown(GeckoInputConnection.java:856)
at org.mozilla.gecko.GeckoInputConnection.onKeyPreIme(GeckoInputConnection.java:804)
at org.mozilla.gecko.gfx.LayerView.onKeyPreIme(LayerView.java:143)
at android.view.View.dispatchKeyEventPreIme(View.java:3959)
at android.view.ViewGroup.dispatchKeyEventPreIme(ViewGroup.java:776)
at android.view.ViewGroup.dispatchKeyEventPreIme(ViewGroup.java:776)
at android.view.ViewGroup.dispatchKeyEventPreIme(ViewGroup.java:776)
at android.view.ViewGroup.dispatchKeyEventPreIme(ViewGroup.java:776)
at android.view.ViewRoot.deliverKeyEvent(ViewRoot.java:2736)
at android.view.ViewRoot.handleMessage(ViewRoot.java:2000)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:670)
at dalvik.system.NativeStart.main(Native Method)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=java.lang.IndexOutOfBoundsException%3A+charAt%3A+46+%3E%3D+length+23+at+android.text.SpannableStringBuilder.charAt%28SpannableStringBuilder.java%29
Reporter | ||
Updated•12 years ago
|
status-firefox16:
--- → affected
Component: General → Keyboards and IME
Summary: java.lang.IndexOutOfBoundsException: charAt: 46 >= length 23 at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java) → java.lang.IndexOutOfBoundsException: charAt: <n> >= length 0 at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java)
Version: Firefox 14 → Firefox 16
Comment 1•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
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
•