Package: chromium
Version: 68.0.3440.75-1~deb9u1
When I run CI tests for my Rails application with Chromium and Selenium
ChromeDriver, Chromium crashes.
Here the generated error from Selenium :
Selenium::WebDriver::Error::WebDriverError:
chrome not reachable
(Session info: headless chrome=68.0.3440.75)
(Driver info: chromedriver=2.41.578700
(2f1ed5f9343c13f73144538f15c00b370eda6706),platform=Linux 4.9.0-8-amd64
x86_64)
#
/cache/nicolas/concerto/wip-test-french-site/ruby/2.5.0/gems/selenium-webdriver-3.14.0/lib/selenium/webdriver/remote/response.rb:69:in
`assert_ok'
#
/cache/nicolas/concerto/wip-test-french-site/ruby/2.5.0/gems/selenium-webdriver-3.14.0/lib/selenium/webdriver/remote/response.rb:32:in
`initialize'
#
/cache/nicolas/concerto/wip-test-french-site/ruby/2.5.0/gems/selenium-webdriver-3.14.0/lib/selenium/webdriver/remote/http/common.rb:84:in
`new'
#
/cache/nicolas/concerto/wip-test-french-site/ruby/2.5.0/gems/selenium-webdriver-3.14.0/lib/selenium/webdriver/remote/http/common.rb:84:in
`create_response'
It's a multi-domain application and the crash happens when I change the
domain name during the tests.
Chromium didn't crash before because I wasn't testing all the domain
name of the application.
Chromium started to crash when I added tests on other domains.
I suspect the issue comes from Chromium and not from Selenium because
the crash only happens with this version of Chromium (68.0.3440.75).
I use ArchLinux on my laptop with Chromium 68.0.3440.106 and it works
very well.
I suggest to update Chromium to 68.0.3440.106.