Closed
Bug 855781
Opened 12 years ago
Closed 12 years ago
NullPointerException @ org.mozilla.gecko.GeckoApp.onMenuOpened(GeckoApp.java:562)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox20 affected)
RESOLVED
DUPLICATE
of bug 839359
| Tracking | Status | |
|---|---|---|
| firefox20 | --- | affected |
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
|
54.48 KB,
text/plain
|
Details |
E "03-27 10:54:37.689" 12068 GeckoAppShell ">>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 1 (""main"")" 12068 333
E "03-27 10:54:37.689" 12068 GeckoAppShell java.lang.NullPointerException 12068 334
E "03-27 10:54:37.689" 12068 GeckoAppShell " at org.mozilla.gecko.GeckoApp.onMenuOpened(GeckoApp.java:562)" 12068 335
E "03-27 10:54:37.689" 12068 GeckoAppShell " at com.android.internal.policy.impl.PhoneWindow.openPanel(PhoneWindow.java:455)" 12068 336
E "03-27 10:54:37.689" 12068 GeckoAppShell " at com.android.internal.policy.impl.PhoneWindow.onKeyUpPanel(PhoneWindow.java:703)" 12068 337
E "03-27 10:54:37.689" 12068 GeckoAppShell " at com.android.internal.policy.impl.PhoneWindow.onKeyUp(PhoneWindow.java:1475)" 12068 338
E "03-27 10:54:37.689" 12068 GeckoAppShell " at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1845)" 12068 339
E "03-27 10:54:37.689" 12068 GeckoAppShell " at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2758)" 12068 340
E "03-27 10:54:37.689" 12068 GeckoAppShell " at android.view.ViewRoot.deliverKeyEvent(ViewRoot.java:2720)" 12068 341
E "03-27 10:54:37.689" 12068 GeckoAppShell " at android.view.ViewRoot.handleMessage(ViewRoot.java:2005)" 12068 342
E "03-27 10:54:37.689" 12068 GeckoAppShell " at android.os.Handler.dispatchMessage(Handler.java:99)" 12068 343
E "03-27 10:54:37.689" 12068 GeckoAppShell " at android.os.Looper.loop(Looper.java:150)" 12068 344
E "03-27 10:54:37.689" 12068 GeckoAppShell " at android.app.ActivityThread.main(ActivityThread.java:4385)" 12068 345
E "03-27 10:54:37.689" 12068 GeckoAppShell " at java.lang.reflect.Method.invokeNative(Native Method)" 12068 346
E "03-27 10:54:37.689" 12068 GeckoAppShell " at java.lang.reflect.Method.invoke(Method.java:507)" 12068 347
E "03-27 10:54:37.689" 12068 GeckoAppShell " at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)" 12068 348
E "03-27 10:54:37.689" 12068 GeckoAppShell " at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)" 12068 349
E "03-27 10:54:37.689" 12068 GeckoAppShell " at dalvik.system.NativeStart.main(Native Method)" 12068 350
Comment 1•12 years ago
|
||
Any info on how you got here? STR?
| Reporter | ||
Comment 2•12 years ago
|
||
Nope, this was UI exercised during our Beta 7 run https://appthwack.com/public/r65YvuZown/jobrun/1516023; there's the Monkey file for viewing there
Comment 3•12 years ago
|
||
Duplicate of bug 839359?
Severity: normal → critical
Crash Signature: [@ java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.onMenuOpened(GeckoApp.java)]
Whiteboard: [native-crash]
Comment 4•12 years ago
|
||
This bug looks a lot like bug 839359, but that bug was supposedly fixed in February.
Comment 5•12 years ago
|
||
(In reply to Chris Peterson (:cpeterson) from comment #4)
> This bug looks a lot like bug 839359, but that bug was supposedly fixed in
> February.
It's fixed in 21.0 while this bug is filed for 20.0, if the Version field is right.
Comment 6•12 years ago
|
||
Yup. Based on comment 0, the relevant line of code is at http://hg.mozilla.org/releases/mozilla-release/file/91fbf8798210/mobile/android/base/GeckoApp.java#l562 (20.0 beta 7, GeckoApp.java line 562) which is exactly the line that was patched in bug 839359.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
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
•