Closed
Bug 820702
Opened 13 years ago
Closed 13 years ago
Failure in "MW0: Every app is successfully launched into the foreground"; Homescreen app fails to load
Categories
(Firefox OS Graveyard :: Gaia::System, defect, P1)
Tracking
(blocking-basecamp:+)
People
(Reporter: cjones, Assigned: jlal)
References
Details
(Keywords: regression)
Attachments
(1 file)
STR
(1) Follow the steps at https://wiki.mozilla.org/B2G/Memory_acceptance_criteria#MW0:_Every_app_is_successfully_launched_into_the_foreground_.5BPASS.5D
(2) After step 18, the homescreen failed to load
Switching to a different app and back to homescreen, locking and unlocking the screen, repeatedly tapping where the homescreen should have been, failed to get it to reload.
Extremely bad bug.
| Reporter | ||
Comment 1•13 years ago
|
||
We're also failing "MW2: Active call stays active" because of this bug.
| Reporter | ||
Comment 2•13 years ago
|
||
Guys, we need an owner of this. This bricks the device until rebooting.
blocking-basecamp: --- → ?
Comment 3•13 years ago
|
||
Any idea what the regression that caused this is? Can we identify and backout asap?
Keywords: regression,
regressionwindow-wanted
| Reporter | ||
Comment 4•13 years ago
|
||
Passes
http://git.mozilla.org/?p=releases/gaia.git;a=commit;h=60f8ed91c1e02e8fd9f3197af99f3c7004afb524
Fails
http://git.mozilla.org/?p=releases/gaia.git;a=commit;h=460ba0c43e1a0c942aedf272ec0f3cbe20905ed5
Please, we need an owner of this bug.
Comment 5•13 years ago
|
||
To Vivien for now, but awake time in CET is ending. Sent email to mgrs to see if we can assign PST & CST people.
Assignee: nobody → 21
Comment 6•13 years ago
|
||
James, can you start investigation on this one?
Assignee: 21 → jlal
blocking-basecamp: ? → +
Target Milestone: --- → B2G C3 (12dec-1jan)
| Assignee | ||
Comment 7•13 years ago
|
||
Sure I will shelf other stuff and start looking into this now.
| Assignee | ||
Comment 8•13 years ago
|
||
I was able to run though the MW0 case successfully with an eng otoro build from the 12-12 build. Going to try the mentioned build above to verify I can reproduce failure.
| Assignee | ||
Comment 9•13 years ago
|
||
On the 12-11 build it seems possible to reproduce the issue.
Upon investigating it seems like if the home screen is currently in the foreground then killed it cannot be restarted without rebooting the phone.
Its fairly easy to reproduce this by:
1. Unlocking the phone
2. Page to first set of apps
3. get pid (adb shell b2g-ps)
4. kill homescreen while it is in the foreground (adb shell kill $PID)
| Assignee | ||
Comment 10•13 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Comment 11•13 years ago
|
||
Comment on attachment 692125 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7012
See github for comments. The STR I gave can be used to confirm if this works or not without going through the whole MW0 steps.
Attachment #692125 -
Flags: review?(chris)
| Reporter | ||
Updated•13 years ago
|
Attachment #692125 -
Flags: review?(chris) → review?(timdream+bugs)
Comment 12•13 years ago
|
||
Comment on attachment 692125 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7012
r=me. I was having trouble understand your code due to diff output but read through it again I think it will work.
Attachment #692125 -
Flags: review?(timdream+bugs) → review+
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 13•13 years ago
|
||
Thanks for jumping on this, James!
Updated•13 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•