capybara-webkit
capybara-webkit copied to clipboard
EOFError: end of file reached on qt 5.9?
Hello. I'm having some issues with a few tests. The weird thing is that on my other development machine, everything's working smoothly.
Here's the version output.
Capybara: 2.13.0
capybara-webkit: 1.15.0
Qt: 5.9.1
WebKit: 538.1
QtWebKit: 5.9.1
What's interesting is that on my laptop, the one that runs without issues, both Qt and QtWebkit are at 5.5.1.
Here's the output:
1) Error:
Onboarding2018Test#test_registro:_layout_test:
EOFError: end of file reached
test/integration/onboarding_2018_test.rb:17:in `block (2 levels) in <class:Onboarding2018Test>'
test/integration/onboarding_2018_test.rb:16:in `block in <class:Onboarding2018Test>'
Error:
Onboarding2018Test#test_registro:_layout_test:
Capybara::Webkit::CrashError: The webkit_server process crashed!
Broken pipe
This is a bug in capybara-webkit. For help with this crash, please visit:
https://github.com/thoughtbot/capybara-webkit/wiki/Reporting-Crashes
test/test_helper.rb:77:in `teardown'
And here's the debug output.
getting the same errors, when installing the qt packages as suggested here on debian stretch :(
Same thing with qt 5.9.5 and capybara 2.18.0 on ubuntu 18.04
The same for QT 5.9.2 and Capybara 2.18.0 on CentOS 7