Closed
Bug 904631
Opened 11 years ago
Closed 11 years ago
"System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889 TypeError: this._stateRequests is undefined" in green B2G mochitest-4 runs
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(firefox24 unaffected, firefox25 unaffected, firefox26 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox24 | --- | unaffected |
firefox25 | --- | unaffected |
firefox26 | --- | fixed |
People
(Reporter: RyanVM, Assigned: vchang)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
Due to recent improvements in the TBPL log parser, we are catching JS exceptions that previously went unnoticed. While they are currently just a source of logspam, we are intending to eventually make these errors fatal. Vincent, can you please look into this error?
https://tbpl.mozilla.org/php/getParsedLog.php?id=26488320&tree=B2g-Inbound
08:01:13 INFO - 10253 INFO TEST-START | /tests/dom/settings/tests/test_settings_data_uris.html
08:01:13 INFO - 10254 INFO TEST-PASS | /tests/dom/settings/tests/test_settings_data_uris.html | Valid blob
08:01:13 INFO - 10255 INFO TEST-PASS | /tests/dom/settings/tests/test_settings_data_uris.html | Valid blob
08:01:13 INFO - System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889
08:01:13 INFO - TypeError: this._stateRequests is undefined
Thanks!
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → vchang
Reporter | ||
Updated•11 years ago
|
status-firefox24:
--- → unaffected
status-firefox25:
--- → unaffected
status-firefox26:
--- → affected
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #791200 -
Flags: review?(mrbkap)
Comment 2•11 years ago
|
||
Comment on attachment 791200 [details] [diff] [review]
Patch for mc v1.0
Good catch.
Attachment #791200 -
Flags: review?(mrbkap) → review+
Reporter | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Thanks for your help, Ryan.
Reporter | ||
Comment 5•11 years ago
|
||
And because once just wasn't enough, re-pushed due to me accidentally overwriting this change when resolving a merge conflict. Fail.
https://hg.mozilla.org/integration/mozilla-inbound/rev/ce33bf6e6258
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f0dbbb282b5f
https://hg.mozilla.org/mozilla-central/rev/ce33bf6e6258
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•