Closed
Bug 720509
Opened 14 years ago
Closed 13 years ago
java.lang.NullPointerException at org.mozilla.gecko.GeckoApp.onPrepareOptionsMenu(GeckoApp.java:487)
Categories
(Firefox for Android Graveyard :: General, defect, P4)
Tracking
(firefox11 affected, firefox12 affected, fennec11+)
RESOLVED
FIXED
Firefox 13
People
(Reporter: nhirata, Assigned: bnicholson)
Details
(Keywords: crash, reproducible, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
1.35 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
From Socorro:
248 Crash count for :
EGL? EGL+
AdapterVendorID: herring, AdapterDeviceID: Nexus S.
AdapterDescription: 'Android, Model: 'Nexus S', Product: 'soju', Manufacturer: 'samsung', Hardware: 'herring''.
java.lang.NullPointerException
at org.mozilla.gecko.GeckoApp.onPrepareOptionsMenu(GeckoApp.java:487)
at android.app.Activity.onPreparePanel(Activity.java:2462)
at com.android.internal.policy.impl.PhoneWindow.preparePanel(PhoneWindow.java:416)
at com.android.internal.policy.impl.PhoneWindow.onKeyDownPanel(PhoneWindow.java:759)
at com.android.internal.policy.impl.PhoneWindow.onKeyDown(PhoneWindow.java:1424)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1813)
at android.view.ViewRootImpl.deliverKeyEventPostIme(ViewRootImpl.java:3327)
at android.view.ViewRootImpl.handleFinishedEvent(ViewRootImpl.java:3300)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2460)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.lo
473171f1-46a3-4070-8ded-57f882111230
64ec9ff8-89f6-4ceb-814d-8ade22111229
bd9361b3-41ea-4bf8-952e-b3f802120111
c7554b7d-b65c-4a01-816c-a74d42120109
https://crash-stats.mozilla.com/report/index/47bae3e8-abc1-497c-a93c-0fa8e2111225
Updated•14 years ago
|
Assignee: nobody → fabrice
tracking-fennec: --- → 11+
Priority: -- → P4
Updated•14 years ago
|
Severity: normal → critical
Crash Signature: [@ mozalloc_abort | Java_org_mozilla_gecko_GeckoAppShell_nativeRun]
![]() |
Reporter | |
Comment 1•14 years ago
|
||
Java signature. It's hard to tell what's going on without getting a socorro report
status-firefox11:
--- → affected
status-firefox12:
--- → affected
Comment 2•14 years ago
|
||
Here are crash reports:
https://crash-stats.mozilla.com/report/list?signature=java.lang.NullPointerException%3A%20at%20org.mozilla.gecko.GeckoApp.onPrepareOptionsMenu%28GeckoApp.java%29
Crash Signature: [@ mozalloc_abort | Java_org_mozilla_gecko_GeckoAppShell_nativeRun] → [@ mozalloc_abort | Java_org_mozilla_gecko_GeckoAppShell_nativeRun]
[@ java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.onPrepareOptionsMenu(GeckoApp.java)]
Comment 3•14 years ago
|
||
Steps to reproduce:
1. Open new tab
2. Write anything (ex. mozillane..)
3. Do a Search - press the magnifying glass button
4. Press Menu buttons
Assignee | ||
Updated•14 years ago
|
Assignee: fabrice → bnicholson
Assignee | ||
Comment 5•14 years ago
|
||
When doing a search "foo" in the AwesomeScreen, the tab URL gets set to "foo" before being resolved to a URL. Since this isn't an actual URL, getScheme() will be null.
Attachment #595466 -
Flags: review?(mark.finkle)
Comment 6•14 years ago
|
||
Comment on attachment 595466 [details] [diff] [review]
patch
hmm, can we try to fix the Tab.getURL to not get set to anything but a URL. I am a little worried that we have a non-URL in the URL field. Could be trouble in other areas of the code.
r+ on this for now
Attachment #595466 -
Flags: review?(mark.finkle) → review+
Updated•13 years ago
|
status-firefox13:
--- → affected
Keywords: checkin-needed
Assignee | ||
Comment 7•13 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #6)
> Comment on attachment 595466 [details] [diff] [review]
> patch
>
> hmm, can we try to fix the Tab.getURL to not get set to anything but a URL.
> I am a little worried that we have a non-URL in the URL field. Could be
> trouble in other areas of the code.
>
> r+ on this for now
Filed bug 726080.
Comment 9•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 13
Updated•13 years ago
|
Attachment #595466 -
Flags: approval-mozilla-beta?
Attachment #595466 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
status-firefox13:
affected → ---
Comment 10•13 years ago
|
||
Comment on attachment 595466 [details] [diff] [review]
patch
[Triage Comment]
Mobile only - approved for Aurora 12 and Beta 11.
Attachment #595466 -
Flags: approval-mozilla-beta?
Attachment #595466 -
Flags: approval-mozilla-beta+
Attachment #595466 -
Flags: approval-mozilla-aurora?
Attachment #595466 -
Flags: approval-mozilla-aurora+
Comment 11•13 years ago
|
||
Comment on attachment 595466 [details] [diff] [review]
patch
clearing beta approval per akeybl on IRC, No Fennec Native Shipping for Gecko 11
Attachment #595466 -
Flags: approval-mozilla-beta+
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
•