Closed
Bug 912298
Opened 10 years ago
Closed 10 years ago
Nightly crashes after being killed in the background
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec26+)
RESOLVED
FIXED
Firefox 26
Tracking | Status | |
---|---|---|
fennec | 26+ | --- |
People
(Reporter: bnicholson, Assigned: lucasr)
References
Details
Attachments
(1 file)
2.15 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
STR: 1) Open Nightly 2) Push home and make Nightly be background-killed (using oom-fennec or opening several other apps) 3) Open Nightly 09-03 17:26:48.323 29969 29969 E GeckoAppShell: >>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 1 ("main") 09-03 17:26:48.323 29969 29969 E GeckoAppShell: java.lang.ClassCastException: android.view.ViewStub cannot be cast to android.view.ViewGroup 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:901) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1088) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1070) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.support.v4.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:1861) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.support.v4.app.FragmentActivity.onStart(FragmentActivity.java:547) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1163) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.Activity.performStart(Activity.java:5068) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2109) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2174) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.ActivityThread.access$700(ActivityThread.java:141) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1267) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.os.Handler.dispatchMessage(Handler.java:99) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.os.Looper.loop(Looper.java:137) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at android.app.ActivityThread.main(ActivityThread.java:5059) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at java.lang.reflect.Method.invokeNative(Native Method) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at java.lang.reflect.Method.invoke(Method.java:511) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555) 09-03 17:26:48.323 29969 29969 E GeckoAppShell: at dalvik.system.NativeStart.main(Native Method)
Reporter | ||
Updated•10 years ago
|
Summary: Nightly crashes after killed in the background → Nightly crashes after being killed in the background
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #799476 -
Flags: review?(sriram)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lucasr.at.mozilla
Updated•10 years ago
|
tracking-fennec: ? → 26+
Comment 4•10 years ago
|
||
Comment on attachment 799476 [details] [diff] [review] HomePager's stub and view should not share the same id Review of attachment 799476 [details] [diff] [review]: ----------------------------------------------------------------- Is this trivial enough to just land today with my r+? I'd very much like to verify this fix in Nightly, not Aurora...
Attachment #799476 -
Flags: review+
Assignee | ||
Comment 5•10 years ago
|
||
All green: https://tbpl.mozilla.org/?tree=Try&rev=65a454ecc39b Pushed: https://hg.mozilla.org/integration/fx-team/rev/ead32b24b522
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 799476 [details] [diff] [review] HomePager's stub and view should not share the same id This is a kinda urgent fix. Pushed with rnewman's r+.
Attachment #799476 -
Flags: review?(sriram)
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ead32b24b522
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Comment 8•10 years ago
|
||
This hasn't appeared in a nightly yet, because of bug 913842.
Updated•3 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
•