WARNING: pipe error Connection reset by peer
Execution of my test cases finish fine but I always get a warning message at the end of execution saying:
WARNING: pipe error (3): Connection reset by peer: file /builds/worker/workspace/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353
What is this about?

Command used: java -Dwebdriver.gecko.driver=/usr/local/bin/geckodriver -jar selenese-runner.jar --headless --proxy xxxt:121 --html-result /opt/selenium/resultados /opt/selenium/tests/test_suite.html
Hi,
Hmmm, I think it is Selenium problem. Please provide more information.
- OS
- Java version
- Browser version
- Selenium Drivers version
- Selenese Runner version (I released new version 3.13.0 which caught up Selenium 3.10.0)
Hi,
OS: Red Hat Enterprise Linux Server release 7.4
Java version: openjdk version "1.8.0_144" OpenJDK Runtime Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)
Browser version: Mozilla Firefox 57.0.4
Selenium Drivers version: I am not calling it directly so I assume it is packaged with Selenese. See following line.
Selenese Runner version: Selenese Runner 3.12.0 (with Selenium 3.9.1)
Note: I tried the same test with Selenese Runner 3.13.0 JAR and I get the same WARING at the end:
[Child 14005, Chrome_ChildThread] WARNING: pipe error (3): Connection reset by peer: file /builds/worker/workspace/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353
(see attached screenshot)