Closed
Bug 739137
Opened 14 years ago
Closed 14 years ago
Force-kill b2g if it hangs while shutting down
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cjones, Assigned: cjones)
Details
Attachments
(1 file)
|
3.36 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
When trying to apply an update, we need to restart b2g. However, if something refuses to quit during that process, the update is never applied and the user's phone is hosed.
| Assignee | ||
Comment 1•14 years ago
|
||
It looks like the wifi code in ICS is hanging on shutdown again. That's a bug we should fix, but in the meantime, we should try harder to ensure that those kinds of bugs don't interfere with applying an update.
This patch isn't 100% guaranteed to kill of b2g, but it does work for the problematic cases I've seen so far (something spinning an XPCOM event loop waiting for other stuff to finish).
Assignee: nobody → jones.chris.g
Attachment #609229 -
Flags: review?(fabrice)
Updated•14 years ago
|
Attachment #609229 -
Flags: review?(fabrice) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•