Closed
Bug 773952
Opened 13 years ago
Closed 13 years ago
java.lang.NoSuchMethodError: org.mozilla.gecko.GeckoApp$MenuPanel.onPopulateAccessibilityEvent at org.mozilla.gecko.GeckoApp$MenuPanel.dispatchPopulateAccessibilityEvent(GeckoApp.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox15+ fixed, firefox16+ fixed)
RESOLVED
FIXED
Firefox 16
People
(Reporter: scoobidiver, Assigned: eeejay)
References
Details
(Keywords: crash, regression, topcrash, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
1.20 KB,
patch
|
mfinkle
:
review+
mfinkle
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
There are four crashes from the same user in 16.0a1/20120714: bp-42389037-7dc8-469d-812c-a48892120714.
java.lang.NoSuchMethodError: org.mozilla.gecko.GeckoApp$MenuPanel.onPopulateAccessibilityEvent
at org.mozilla.gecko.GeckoApp$MenuPanel.dispatchPopulateAccessibilityEvent(GeckoApp.java:554)
at android.widget.RelativeLayout.dispatchPopulateAccessibilityEvent(RelativeLayout.java:956)
at android.widget.RelativeLayout.dispatchPopulateAccessibilityEvent(RelativeLayout.java:956)
at android.view.View.sendAccessibilityEventUnchecked(View.java:3452)
at android.view.View.sendAccessibilityEvent(View.java:3428)
at android.widget.PopupWindow$PopupViewContainer.sendAccessibilityEvent(PopupWindow.java:1540)
at android.view.ViewRoot.sendAccessibilityEvents(ViewRoot.java:3465)
at android.view.ViewRoot.handleMessage(ViewRoot.java:2188)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4126)
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:844)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=java.lang.NoSuchMethodError%3A+org.mozilla.gecko.GeckoApp%24MenuPanel.onPopulateAccessibilityEvent+at+org.mozilla.gecko.GeckoApp%24MenuPanel.dispatchPopulateAccessibilityEvent%28GeckoApp.java%29
Comment 1•13 years ago
|
||
Eitan, this looks like it broke with bug 773039. I didn't see anything wrong when i tested it yesterday.
Reporter | ||
Updated•13 years ago
|
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=414e5d57e009
Not near a build env, so just making sure with try first.
Reporter | ||
Updated•13 years ago
|
status-firefox15:
--- → affected
status-firefox16:
--- → affected
tracking-firefox15:
--- → ?
tracking-firefox16:
--- → ?
Keywords: topcrash
Assignee | ||
Updated•13 years ago
|
Attachment #642259 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #642259 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → eitan
Target Milestone: --- → Firefox 15
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 642259 [details] [diff] [review]
Fix crasher on pre-ICS in MenuPanel.dispatchPopulateAccessibilityEvent
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug #773039.
User impact if declined: Crashes on pre-ICS devices when menu comes up.
Testing completed (on m-c, etc.): Not yet, but pretty strong conviction that this works well.
Risk to taking this patch (and alternatives if risky): None.
String or UUID changes made by this patch:
Attachment #642259 -
Flags: approval-mozilla-aurora?
Comment 6•13 years ago
|
||
Comment on attachment 642259 [details] [diff] [review]
Fix crasher on pre-ICS in MenuPanel.dispatchPopulateAccessibilityEvent
I agree that this is a simple fix that should get on fx15
Attachment #642259 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c2760174d698
Target milestone is used for tracking when a fix lands on m-c. Please use the tracking flags for aurora/beta landings.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: Firefox 15 → Firefox 16
Comment 8•13 years ago
|
||
Flags: in-testsuite-
Reporter | ||
Updated•13 years ago
|
Comment 9•13 years ago
|
||
Backed out of aurora for winxp M2 crashes:
https://tbpl.mozilla.org/php/getParsedLog.php?id=13562129&tree=Mozilla-Aurora
https://hg.mozilla.org/releases/mozilla-aurora/rev/d7602223c982
Comment 10•13 years ago
|
||
Sorry, just had it pointed out that this was android only (I hadn't looked at the diff before backing out, oops), must have just been bad luck two pushes in a row.
Relanded on aurora:
https://hg.mozilla.org/releases/mozilla-aurora/rev/c511865c8ab1
Updated•13 years ago
|
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
•