Closed
Bug 949876
Opened 12 years ago
Closed 12 years ago
B2G RIL: setRadioEnabled bug in concurrent cases
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.3+, firefox27 wontfix, firefox28 fixed, firefox29 fixed, b2g-v1.3 fixed)
People
(Reporter: aknow, Assigned: aknow)
References
Details
Attachments
(1 file, 1 obsolete file)
2.22 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
Some defect in original code when gecko receive two setRadioEnabled request at the same time.
Assignee | ||
Comment 1•12 years ago
|
||
1. Should also queue the new request if the previous one is still working.
2. should do "this._processNextMessage();" after "this.request = null;". Otherwise, the new request object may be overwritten to null unexpectedly.
Attachment #8347024 -
Flags: review?(htsai)
Comment 2•12 years ago
|
||
Thanks aknow !
I just update the dependency on this bug.
Comment 3•12 years ago
|
||
Comment on attachment 8347024 [details] [diff] [review]
Fix setRadioEnabled queueing method
Review of attachment 8347024 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good!
Attachment #8347024 -
Flags: review?(htsai) → review+
Comment 4•12 years ago
|
||
set to 1.3+ for this blocks bug 945140, which is important bug fixing.
blocking-b2g: --- → 1.3+
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #8347024 -
Attachment is obsolete: true
Attachment #8347138 -
Flags: review+
Assignee | ||
Comment 6•12 years ago
|
||
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C1/1.4 S1(20dec)
Comment 9•12 years ago
|
||
status-b2g-v1.3:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Thanks aknow,
I will update gaia part after got green from Travis !
You need to log in
before you can comment on or make changes to this bug.
Description
•