Closed
Bug 733138
Opened 13 years ago
Closed 13 years ago
crash [@ java.lang.StringIndexOutOfBoundsException: at java.lang.String.substring(String.java) ]
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect, P4)
Tracking
(firefox14 affected, firefox16 fixed, blocking-fennec1.0 -)
RESOLVED
FIXED
Firefox 16
People
(Reporter: nhirata, Assigned: cpeterson)
References
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-6916983f-497e-48a0-af08-6c2182120229 .
=============================================================
java.lang.StringIndexOutOfBoundsException
at java.lang.String.substring(String.java:1651)
at org.mozilla.gecko.GeckoInputConnection.performContextMenuAction(GeckoInputConnection.java:174)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:310)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:79)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at org.mozilla.gecko.GeckoApp$32.run(GeckoApp.java:1777)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
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)
Only one crash :
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&query_search=signature&query_type=contains&query=java.lang.StringIndexOutOfBoundsException%3A%20at%20java.lang.String.substring%28String.java%29&reason_type=contains&date=03%2F05%2F2012%2022%3A02%3A31&range_value=30&range_unit=days&hang_type=any&process_type=any&do_query=1&signature=java.lang.StringIndexOutOfBoundsException%3A%20at%20java.lang.String.substring%28String.java%29
![]() |
Reporter | |
Updated•13 years ago
|
Whiteboard: [native-crash]
Updated•13 years ago
|
Version: Firefox 13 → Firefox 12
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → cpeterson
Assignee | ||
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
blocking-fennec1.0: ? → -
Priority: -- → P4
Assignee | ||
Updated•13 years ago
|
Component: General → IME
Assignee | ||
Comment 1•13 years ago
|
||
I believe this crash was fixed by bug 734156.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Target Milestone: --- → Firefox 14
Comment 2•13 years ago
|
||
(In reply to Chris Peterson (:cpeterson) from comment #1)
> I believe this crash was fixed by bug 734156.
Bug 734156 landed on March 10 while there are crashes up to 14.0a2/20120607 and 14.0b6.
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Assignee | ||
Comment 3•13 years ago
|
||
My fix for bug 765831 (part-1-extract-Span-class.patch) should fix this String.substring() exception.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
status-firefox14:
--- → affected
status-firefox16:
--- → fixed
Depends on: 765831
Resolution: --- → FIXED
Target Milestone: Firefox 14 → Firefox 16
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
•