Closed Bug 843851 Opened 12 years ago Closed 12 years ago

Intermittent PROCESS-CRASH | java-exception | java.lang.NullPointerException at org.mozilla.gecko.util.UiAsyncTask.execute(UiAsyncTask.java:45)

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Android
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 22

People

(Reporter: philor, Assigned: bnicholson)

References

Details

(Keywords: crash, intermittent-failure)

Crash Data

Attachments

(1 file)

https://tbpl.mozilla.org/php/getParsedLog.php?id=19965761&tree=Mozilla-Inbound Android Armv6 Tegra 250 mozilla-inbound opt test robocop on 2013-02-21 13:52:13 PST for push 81290fcf5990 slave: tegra-264 PROCESS-CRASH | java-exception | java.lang.NullPointerException at org.mozilla.gecko.util.UiAsyncTask.execute(UiAsyncTask.java:45)
>>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 1 ("main") java.lang.NullPointerException at org.mozilla.gecko.util.UiAsyncTask.execute(UiAsyncTask.java:45) at org.mozilla.gecko.AllPagesTab.loadFaviconsForCurrentResults(AllPagesTab.java:824) at org.mozilla.gecko.AllPagesTab.access$1800(AllPagesTab.java:57) at org.mozilla.gecko.AllPagesTab$AllPagesHandler.handleMessage(AllPagesTab.java:887) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:4627) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) at dalvik.system.NativeStart.main(Native Method)
Regression from bug 842797?
View.getHandler() can return null if the View hasn't yet been attached to a window, which can happen here since we create the view dynamically. This patch just uses GeckoAppShell.getMainHandler() for now until we get around to a proper AwesomeBar refactor.
Assignee: nobody → bnicholson
Status: NEW → ASSIGNED
Attachment #716824 - Flags: review?(mark.finkle)
Blocks: 842797
Attachment #716824 - Flags: review?(mark.finkle) → review+
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
Crash Signature: [@ java.lang.NullPointerException: at org.mozilla.gecko.util.UiAsyncTask.execute(UiAsyncTask.java)]
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: