Closed
Bug 944635
Opened 11 years ago
Closed 10 years ago
B2G RIL: Exception in updateDisplayCondition() ... "TypeError: RIL.operator is null"
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.4+, firefox31 wontfix, firefox32 fixed, firefox33 fixed, b2g-v1.3T affected, b2g-v1.4 fixed, b2g-v2.0 fixed, b2g-v2.1 fixed)
People
(Reporter: edgar, Assigned: sku)
References
Details
(Whiteboard: [good first bug])
Attachments
(1 file, 1 obsolete file)
11-28 11:29:05.900 I/Gecko ( 106): RIL Worker[0]: Parcel handling threw TypeError: RIL.operator is null
11-28 11:29:05.900 I/Gecko ( 106): updateDisplayCondition@resource://gre/modules/ril_worker.js:12526
11-28 11:29:05.900 I/Gecko ( 106): callback@resource://gre/modules/ril_worker.js:11477
11-28 11:29:05.900 I/Gecko ( 106): processICCIOReadBinary@resource://gre/modules/ril_worker.js:11301
11-28 11:29:05.900 I/Gecko ( 106): ICC_COMMAND_READ_BINARY@resource://gre/modules/ril_worker.js:11335
11-28 11:29:05.900 I/Gecko ( 106): processICCIO@resource://gre/modules/ril_worker.js:11071
11-28 11:29:05.900 I/Gecko ( 106): REQUEST_SIM_IO@resource://gre/modules/ril_worker.js:5263
11-28 11:29:05.900 I/Gecko ( 106): handleParcel@resource://gre/modules/ril_worker.js:4885
11-28 11:29:05.900 I/Gecko ( 106): processParcel@resource://gre/modules/ril_worker.js:149
11-28 11:29:05.900 I/Gecko ( 106): processIncoming@blob:20620634-c668-4585-ac92-4d20b92f204e:536
11-28 11:29:05.900 I/Gecko ( 106): onRILMessage@resource://gre/modules/ril_worker.js:13555
Please see bug 944230 comment #2.
Reporter | ||
Comment 1•11 years ago
|
||
This bug was reported originally in bug 944230 comment #2.
And the log is located in attachment #8339707 [details].
Whiteboard: [good first bug]
Comment 2•11 years ago
|
||
See this issue on France Orange sim card, too.
Updated•11 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8443222 -
Flags: review?(htsai)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sku
Comment 5•10 years ago
|
||
Comment on attachment 8443222 [details] [diff] [review]
Bug 944635 - B2G RIL: Exception in updateDisplayCondition() ... "TypeError: RIL.operator is null"
Review of attachment 8443222 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #8443222 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8443222 -
Attachment is obsolete: true
Attachment #8444262 -
Flags: review+
Assignee | ||
Comment 7•10 years ago
|
||
try is green - https://tbpl.mozilla.org/?tree=Try&rev=67f008315f5e
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S5 (4july)
status-b2g-v1.3T:
--- → affected
status-b2g-v1.4:
--- → affected
Comment 11•10 years ago
|
||
nominate 1.4? per Sam's comment in bug 1035058
Updated•10 years ago
|
blocking-b2g: backlog → 1.4?
Comment 12•10 years ago
|
||
What's the user impact of not taking fix in 1.4? Sounds like confusing UX, is this right?
Flags: needinfo?(htsai)
Assignee | ||
Comment 13•10 years ago
|
||
(In reply to Preeti Raghunath(:Preeti) from comment #12)
> What's the user impact of not taking fix in 1.4? Sounds like confusing UX,
> is this right?
The impact will be wrong operator name displayed on UI.
Ex:
SPN: ABC
PLMN: 1234
Per 3GPP spec., We might need to display "ABC" as operator name for some circumstance, but show "1234" instead.
Updated•10 years ago
|
blocking-b2g: 1.4? → 1.4+
Comment 15•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/d5fb5bf53526
https://hg.mozilla.org/releases/mozilla-b2g30_v1_4/rev/875de32dc73a
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
status-firefox31:
--- → wontfix
status-firefox32:
--- → fixed
status-firefox33:
--- → fixed
Comment 16•10 years ago
|
||
Could you provide the detailed reproduce steps and video for me to verify this bug. Thanks!
Flags: needinfo?(echen)
Reporter | ||
Comment 17•10 years ago
|
||
Hi Sue, this bug is reproduced in booting up stage with the sim contains EF_SPN inserted.
The easier way to verify this is to check the log, after this fix you should not see any error like comment #0. Hope this help. Thank you.
Flags: needinfo?(echen)
You need to log in
before you can comment on or make changes to this bug.
Description
•