Closed
Bug 1294772
Opened 9 years ago
Closed 9 years ago
[FlyWeb] NS_ERROR_FAILURE on 'Nightly' builds for Windows and Linux
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: justindarc, Assigned: djvj)
References
Details
(Whiteboard: [necko-would-take])
Attachments
(2 files)
1.06 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
1.19 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
The following error is logged to the console when running an official "Nightly" build for Windows or Linux:
Error: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "<unknown>" data: no]
It seems as though the mDNS fallback implementation is not being included in the builds even though this problem does not happen when doing a local build of m-c.
Assignee | ||
Comment 1•9 years ago
|
||
Test patch. Waiting on try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9aaf49097741
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8780607 [details] [diff] [review]
fix-nightly-package-components.patch
Yeah, this fixes the issue. Change is literally adding files to desktop distribution. I would usually send this to Jonas for review, but Jonas isn't reviewing things anymore. So I'm r+-ing it myself.
Attachment #8780607 -
Flags: review+
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f67dc612d5a6
Add nsDNSServiceDiscovery fallback implementation to desktop package manifest. r=djvj
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ee721407a44a
Backout f67dc612d5a6 for OSX build bustage. r=backout
Assignee | ||
Comment 5•9 years ago
|
||
Previous bustage was due to including un-bundled fallback impl files in the OSX package manifest. New try looks green on build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a8b244aff24
Attachment #8780714 -
Flags: review+
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2fb68854b93a
Add nsDNSServiceDiscovery fallback implementation to desktop package manifest. r=djvj
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•