Closed
Bug 991499
Opened 12 years ago
Closed 12 years ago
WifiWorker still try to send message to component which is already shutdown
Categories
(Firefox OS Graveyard :: Wifi, defect, P1)
Tracking
(blocking-b2g:1.3T+, firefox29 wontfix, firefox30 fixed, firefox31 fixed, b2g-v1.3T fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: dimi, Assigned: dimi)
References
Details
(Keywords: perf, regression, Whiteboard: [c=power p= s=2014.04.11 u=tarako])
Attachments
(1 file, 1 obsolete file)
|
2.09 KB,
patch
|
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
In Bug 987760 , when run test_wifi_setting multiple times, sometimes the test case fail and show :
Exception... "Component returned failure code: 0xc1f30001
(NS_ERROR_NOT_INITIALIZED) [nsIMessageSender.sendAsyncMessage]
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8401175 -
Flags: review?(vchang)
Comment 2•12 years ago
|
||
Comment on attachment 8401175 [details] [diff] [review]
Fix patch v1
Review of attachment 8401175 [details] [diff] [review]:
-----------------------------------------------------------------
Good catch, thank you. r=me with nit fixed.
::: dom/wifi/WifiWorker.js
@@ +2436,5 @@
> });
> },
>
> _sendMessage: function(message, success, data, msg) {
> + try {
Nit: remove white spaces.
Attachment #8401175 -
Flags: review?(vchang) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Attachment #8401175 -
Attachment is obsolete: true
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5 S1 (9may)
Comment 6•12 years ago
|
||
This should be nominated to 1.3T and approval-mozilla-aurora?
blocking-b2g: --- → 1.3T?
Comment 7•12 years ago
|
||
Vincent, can you please describe the end user impact of not having this patch and why it is needed for tarako? Thanks
Flags: needinfo?(vchang)
Comment 8•12 years ago
|
||
The patch fixes the regression caused by Bug 979841(1.3T). It may break wifi when open/close content process several times.
Flags: needinfo?(vchang)
Comment 9•12 years ago
|
||
THanks Vincent,
1.3T+ for regression
Comment 10•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8401191 -
Flags: approval-mozilla-aurora?
Comment 11•12 years ago
|
||
Comment on attachment 8401191 [details] [diff] [review]
Fix patch v2
literally rubber stamping this as there's no indication of the risk/reward here but it's obviously needed for B2G and WiFi workers should not impact desktop/android FF.
Attachment #8401191 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•12 years ago
|
Comment 13•12 years ago
|
||
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
status-firefox29:
--- → wontfix
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
Target Milestone: 2.0 S1 (9may) → 1.4 S6 (25apr)
Updated•11 years ago
|
Target Milestone: 1.4 S6 (25apr) → 1.4 S5 (11apr)
You need to log in
before you can comment on or make changes to this bug.
Description
•