Closed
Bug 760984
Opened 13 years ago
Closed 13 years ago
java.lang.IndexOutOfBoundsException: index=<n> count=<n-1> at android.view.ViewGroup.addInArray(ViewGroup.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: scoobidiver, Assigned: sriram)
Details
(Keywords: crash, regression, Whiteboard: [native-crash])
Crash Data
It first appeared in 15.0a1/20120602 and happens on Asus TF101. The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=73783bf75c4c&tochange=5199196b65ec
java.lang.IndexOutOfBoundsException: index=12 count=11
at android.view.ViewGroup.addInArray(ViewGroup.java:3092)
at android.view.ViewGroup.addViewInner(ViewGroup.java:3033)
at android.view.ViewGroup.addView(ViewGroup.java:2900)
at android.view.ViewGroup.addView(ViewGroup.java:2857)
at org.mozilla.gecko.GeckoMenu.addItem(GeckoMenu.java:103)
at org.mozilla.gecko.GeckoMenu.add(GeckoMenu.java:88)
at org.mozilla.gecko.GeckoApp.onPrepareOptionsMenu(GeckoApp.java:382)
at org.mozilla.gecko.GeckoApp.invalidateOptionsMenu(GeckoApp.java:355)
at org.mozilla.gecko.GeckoApp$4.run(GeckoApp.java:805)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
More reports at:
https://crash-stats.mozilla.com/query/query?product=FennecAndroid&version=ALL%3AALL&range_value=1&range_unit=weeks&query_search=signature&query_type=contains&query=android.view.ViewGroup.addInArray&reason=&do_query=1
Comment 1•13 years ago
|
||
Sriram, does this new ViewGroup exception look like a regression from your tablet URL bar changes?
Assignee: nobody → sriram
| Assignee | ||
Comment 2•13 years ago
|
||
Does this happen with or without addons?
Comment 3•13 years ago
|
||
Sriram, looking at Scoobidiver's crash reports link, some people have AdBlock Plus ({d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}), some AdBlock Plus and Phony, and some no addons.
URLs:
3 http://www.southparkstudios.com/full-episodes
3 http://news.google.com/nwshp?hl=en&tab=wn
2 http://www.southparkstudios.com/full-episodes/season-5
1 http://www.southparkstudios.com/full-episodes/season-9
1 http://www.reuters.com/article/2012/06/02/us-egypt-mubarak-court-idUSBRE8510C620
1 about:blank
1 http://www.southparkstudios.com/full-episodes/season-4
Have not reproduce the crash as of yet; noticed that the menu bar for the website for southpark moves to the right and you can't pan it back. http://m.splol.com/episodes.rbml
I think the actual link was suppose to be :
http://www.reuters.com/article/2012/06/02/us-egypt-mubarak-trial-idUSBRE85103920120602
[http://reut.rs/KkrImi]
Clicking on the "SHARE THIS ARTICLE" and then clicking back on the web site leaves graphic defects but no crashing as of yet. Will report this as a separate bug.
| Assignee | ||
Comment 7•13 years ago
|
||
This might have been fixed by other changes regarding custom menu.
| Reporter | ||
Comment 8•13 years ago
|
||
I don't see crashes in recent builds.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
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
•