Closed
Bug 1147943
Opened 10 years ago
Closed 7 years ago
Intermittent test_webapps_actor.html | application crashed [@ nsSocketTransport::InitiateSocket()] (FATAL ERROR: Non-local network connections are disabled and a connection attempt to bugzilla.mozilla.org (63.245.215.80) was made.)
Categories
(Core Graveyard :: DOM: Apps, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
1.13 KB,
patch
|
Details | Diff | Splinter Review |
Any idea why we're trying to hit BMO during this test sometimes?
06:52:43 INFO - 1442 INFO TEST-START | toolkit/devtools/apps/tests/test_webapps_actor.html
06:52:43 INFO - FATAL ERROR: Non-local network connections are disabled and a connection attempt to bugzilla.mozilla.org (63.245.215.80) was made.
06:52:43 INFO - You should only access hostnames available via the test networking proxy (if running mochitests) or from a test-specific httpd.js server (if running xpcshell tests). Browser services should be disabled or redirected to a local server.
06:52:44 INFO - TEST-INFO | Main app process: killed by SIGHUP
06:52:44 INFO - 1443 INFO == SETUP ==
06:52:44 WARNING - TEST-UNEXPECTED-FAIL | toolkit/devtools/apps/tests/test_webapps_actor.html | application terminated with exit code 1
06:52:44 INFO - runtests.py | Application ran for: 0:13:39.987782
06:52:44 INFO - zombiecheck | Reading PID log: /var/folders/fd/fh___tdj14n15by4ct164knh00000w/T/tmpdxTiVypidlog
06:52:44 INFO - mozcrash Downloading symbols from: https://queue.taskcluster.net/v1/task/8yn-gg5BRF6eJdfWel49Uw/artifacts/public/build/firefox-39.0a1.en-US.mac.crashreporter-symbols.zip
06:53:12 INFO - mozcrash Saved minidump as /builds/slave/test/build/blobber_upload_dir/1AA3B31E-FEC9-4DAA-88FC-22AE27057BFB.dmp
06:53:12 INFO - mozcrash Saved app info as /builds/slave/test/build/blobber_upload_dir/1AA3B31E-FEC9-4DAA-88FC-22AE27057BFB.extra
06:53:12 WARNING - PROCESS-CRASH | toolkit/devtools/apps/tests/test_webapps_actor.html | application crashed [@ nsSocketTransport::InitiateSocket()]
Flags: needinfo?(poirot.alex)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•10 years ago
|
||
What?! no, really, that shouldn't happen!
There is a link to BMO in the html page, but that's just for documentation purpose...
http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/apps/tests/test_webapps_actor.html?force=1#14
Comment 3•10 years ago
|
||
Could be worth removing the link... maybe firefox itself does something with links :/
Comment 4•10 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=459cd993ad8c
I removed all references to BMO, just to see if that's related...
hopefully this is enough intermittent to be able to verify this?!
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 6•10 years ago
|
||
Hum. this is a mochitest-plain test, not a dt one, new try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9ecf6039e28f
Flags: needinfo?(poirot.alex)
Comment 7•10 years ago
|
||
As it can be a recent intermitent, I cancelled the previous try and run this one against today's master:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1b892ddacb25
Comment 8•10 years ago
|
||
Try looks green with 10runs,
let's see with an empty changeset to see if you can reproduce it:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e74982af5796
Comment 9•10 years ago
|
||
This intermittent doesn't reproduce on 10runs or disappeared?
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 11•10 years ago
|
||
Hum is it MacOS only? I launched a batch of new run on my linux try...
Comment 12•10 years ago
|
||
New runs on OSX 10.10 debug:
With the patch:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=37a500e8adaa
Tip:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c780dfcd265a
Comment 13•10 years ago
|
||
Still not able to reproduce it on try without any modification :'(
Note that in the reports, netwerk/test/mochitests/test_rel_preconnect.html also fails before webapps tests with the same assertion.
Comment 14•10 years ago
|
||
Oh wait, it looks like something like this could happen in we run test_rel_preconnect.html in parrallel to any other tests having a <a> link to non-localhost URL.
But mochitests are running sequentialy, right?
Or, it could be that test_rel_preconnect, or, some other test/code set network.http.speculative-parallel-limit to something greater than 0.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Comment 17•10 years ago
|
||
I'm sure that this being coupled to a test_rel_preconnect.html timeout is a total coincidence :)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 31•9 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Updated•8 years ago
|
Product: Core → Core Graveyard
Comment 32•7 years ago
|
||
Core Graveyard / DOM: Apps is inactive. Closing all bugs in this component.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•