Closed
Bug 720092
Opened 13 years ago
Closed 13 years ago
java.lang.IndexOutOfBoundsException: getChars (0 ... 88168) ends beyond length 0
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, firefox12 fixed, fennec11+)
RESOLVED
FIXED
Firefox 12
People
(Reporter: mfinkle, Assigned: dougt)
References
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
1.36 KB,
patch
|
alexp
:
review+
blassey
:
approval-mozilla-aurora+
blassey
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
This is one of the types of TouchMemory errors.
java.lang.IndexOutOfBoundsException: getChars (0 ... 88168) ends beyond length 0
at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:943)
at android.text.SpannableStringBuilder.getChars(SpannableStringBuilder.java:847)
at android.text.SpannableStringBuilder.toString(SpannableStringBuilder.java:869)
at org.mozilla.gecko.GeckoInputConnection.getExtractedText(GeckoInputConnection.java:201)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:318)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:86)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:150)
at org.mozilla.gecko.GeckoApp$31.run(GeckoApp.java:1547)
Updated•13 years ago
|
Comment 1•13 years ago
|
||
alex, dupe as appropriate
Assignee: nobody → alexp
tracking-fennec: --- → 11+
Priority: -- → P1
dup of bug 717932?
Comment 5•13 years ago
|
||
Made this bug the main one, as it is about the actual exception in Java code, causing the crashes:
https://crash-stats.mozilla.com/report/index/ecc2e65d-fc9e-40eb-afb9-14a3b2120121
https://crash-stats.mozilla.com/report/index/829fd557-b272-480f-b1f5-fbcc52120121
https://crash-stats.mozilla.com/report/index/ecc2e65d-fc9e-40eb-afb9-14a3b2120121
https://crash-stats.mozilla.com/report/list?query_search=signature&query_type=contains&reason_type=contains&range_value=4&range_unit=weeks&hang_type=any&process_type=any&signature=mozalloc_abort%20|%20__swrite%20|%20dlfree%20|%20dlfree%20|%20loadLibs
Comment 6•13 years ago
|
||
As mentioned in the bug 720085, the following issue might be related
http://code.google.com/p/android/issues/detail?id=5164
Updated•13 years ago
|
Crash Signature: [@ TouchBadMemory] → [@ TouchBadMemory]
[@ mozalloc_abort | dexDataMapAlloc]
Assignee | ||
Comment 7•13 years ago
|
||
Assignee: alexp → doug.turner
Attachment #593128 -
Flags: review?(alexp)
Updated•13 years ago
|
Attachment #593128 -
Flags: review?(alexp) → review+
Assignee | ||
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 9•13 years ago
|
||
Comment on attachment 593128 [details] [diff] [review]
patch v.1
[Triage Comment]
simple try-catch to catch the condition and not crash
Attachment #593128 -
Flags: approval-mozilla-beta+
Attachment #593128 -
Flags: approval-mozilla-aurora+
Comment 10•13 years ago
|
||
It landed just before 12.0 becomes Aurora: http://hg.mozilla.org/mozilla-central/rev/801015738a12.
An Aurora approval means it will land twice in 12.0.
Assignee | ||
Comment 11•13 years ago
|
||
Updated•13 years ago
|
No longer blocks: 719373
Crash Signature: [@ TouchBadMemory]
[@ mozalloc_abort | dexDataMapAlloc] → [@ java.lang.IndexOutOfBoundsException: getChars (0 ... 88168) ends beyond length 0 at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java)]
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
•