Closed
Bug 1072424
Opened 10 years ago
Closed 8 years ago
crash in java.lang.NullPointerException: at com.amazon.internal.policy.impl.AmazonPhoneWindow.getOptionsMenuXY(AmazonPhoneWindow.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox32 affected, firefox33 affected, firefox34 affected, firefox35 affected)
People
(Reporter: aaronmt, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [needs Fire Phone])
Crash Data
This bug was filed from the Socorro interface and is
report bp-0e046098-f505-42ce-98de-b4d2a2140923.
=============================================================
java.lang.NullPointerException
at com.amazon.internal.policy.impl.AmazonPhoneWindow.getOptionsMenuXY(AmazonPhoneWindow.java:251)
at com.amazon.internal.policy.impl.AmazonPhoneWindow.openPanel(AmazonPhoneWindow.java:168)
at com.android.internal.policy.impl.PhoneWindow.openPanel(PhoneWindow.java:529)
at android.app.Activity.openOptionsMenu(Activity.java:2861)
at org.mozilla.gecko.BrowserApp.openOptionsMenu(BrowserApp.java:2527)
at org.mozilla.gecko.GeckoApp.onKeyDown(GeckoApp.java:499)
at org.mozilla.gecko.BrowserApp.onKeyDown(BrowserApp.java:418)
at android.view.KeyEvent.dispatch(KeyEvent.java:2609)
at android.app.Activity.dispatchKeyEvent(Activity.java:2417)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1856)
at android.view.ViewRootImpl.deliverKeyEventPostIme(ViewRootImpl.java:3769)
at android.view.ViewRootImpl.handleImeFinishedEvent(ViewRootImpl.java:3719)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:2848)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:151)
at android.app.ActivityThread.main(ActivityThread.java:5185)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
Comment 1•10 years ago
|
||
Brad, can you reproduce this? Should be opening the options menu.
Flags: needinfo?(blassey.bugs)
Reporter | ||
Comment 2•10 years ago
|
||
> it seems that Firefox crashes if one were to attempt to access the setting in landscape mode with tablet ui on.
> While using the tablet UI, whenever I attempt to access the settings, firefox seems to crash and now I cannot switch back to the phone UI.
> crashed when attempting to access the setting
> crashed while watching videos on youtube
Updated•10 years ago
|
Keywords: steps-wanted
Whiteboard: [needs Fire Phone]
Comment 4•10 years ago
|
||
Curious about the status of this one...
Comment 5•10 years ago
|
||
Without being able to reproduce it locally, there's no real status to report.
A guess is that the options menu has either no coordinates or invalid coordinates, but the crash is inside Amazon code, so.
Comment 6•10 years ago
|
||
Been seeing it a lot in my app. I guess the consensus is that it cannot be helped on our end. Very well. Thanks Richard.
Comment 7•10 years ago
|
||
Knowing that it's not specific to Firefox is useful information. Thanks for commenting!
Updated•9 years ago
|
Crash Signature: [@ java.lang.NullPointerException: at com.amazon.internal.policy.impl.AmazonPhoneWindow.getOptionsMenuXY(AmazonPhoneWindow.java)] → [@ java.lang.NullPointerException: at com.amazon.internal.policy.impl.AmazonPhoneWindow.getOptionsMenuXY(AmazonPhoneWindow.java)]
[@ java.lang.NullPointerException: at com.amazon.internal.policy.impl.AmazonPhoneWindow.getOptionsMenuXY]
Comment 8•8 years ago
|
||
Signatures show 0 crashes in the last week across all channels.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
Comment 9•2 years ago
|
||
Removing steps-wanted
keyword because this bug has been resolved.
Keywords: steps-wanted
Comment 10•2 years ago
|
||
Removing steps-wanted
keyword because this bug has been resolved.
You need to log in
before you can comment on or make changes to this bug.
Description
•