Closed psyked closed 3 years ago
Hi @psyked thank you for creating the bug and writing exactly how you run, that helps a lot!
I could reproduce it with that URL when I enable the CPU options but only in the Docker container, not when I run on Mac OS. I've seen more problems with Chrome/Chromedriver 90 (see for example https://github.com/sitespeedio/browsertime/issues/1548) so I think there has been undocumented (or un-communicated) changes). Let me have a deeper look and see if I can fix it.
Checking the Chromdriver log:
[1619102730.775][INFO]: [ddc7b3aa7e74a6df7f37391b4b32dae9] RESPONSE ExecuteScript ERROR unknown error: session deleted because of page crash
from tab crashed
(Session info: chrome=90.0.4430.72)
I'm gonna see if I can debug further tonight and then create a upstream bug in Chromedriver and try to make smaller test case.
Let me roll out an alternative docker container tomorrow with Chrome 89 and latest sitespeed.io and then I'll create the issue for Chromedriver/Chrome asap.
I did some more testing this morning at it seems this only happens in our Docker container, I tried with Ubuntu and it works fine there. Also could reproduce with https://www.sitespeed.io. I reverted to Chrome 89 (and Chromedriver 89) and I get it there too, so it must be something that has changed on our side. We changed the start flags for Chrome, I think that could be the thing.
I reverted the updated settings for Chrome and that fixed the problem. I wanna find out exact which setting caused the breakage and then I will roll out a new version.
@psyked I've released 17.1.1 that at least fixes the problem for me, please let me know if it works for you!
@soulgalore that fix works for us - thank you 😄
Overview
Since version 17, I am seeing the following error when using a text file of URLs (with aliases) where there was previously no error (up to 16.10.3)
Error details
Testing only a single URL at a time does not elicit this response.
Replication steps
This is using the Docker images, so the steps to replicate would be:
Text file containing the following (urls.txt):
Config file / CPU enabled via:
Additional information / debugging