Chrome crashes in headless mode on Windows machines |
||||||
Issue descriptionChrome crashes in headless mode on Windows machines after the commit r585272: Repro steps: Run Chrome with headless option: Get Chrome build per commit for revision 585272 and run chrome.exe with the headless option. Monitor with task manager and see that after some time Chrome disappears from the active tasks list. This breaks ChromeDriver buils for Windows build bot at https://ci.chromium.org/buildbot/chromium.chromedriver/Win7/ ChromeDriver bug for this issue is https://bugs.chromium.org/p/chromedriver/issues/detail?id=2559
,
Aug 26
Closing the bug as it is fixed now by commit: https://chromium.googlesource.com/chromium/src/+/1e87b9aeba21ab5108409067f045861e0620a6a3
,
Aug 26
,
Aug 28
Because of commit r586311 we are hitting this bug again. Reopening the bug.
,
Aug 29
To reproduce this bug by running our tests: 1. Download "chromedriver" from https://chromedriver.storage.googleapis.com/index.html?path=2.41/ 2. Get 'chrome' binaries for the revision 586311 3. In your 'chromium' project go to src/chrome/test/chromedriver/test 4. run the following command: python run_py_tests.py --chromedriver=<path>\chromedriver --log-path=<path>\HeadlessInvalidCertificateTest.log --filter=__main__.HeadlessInvalidCertificateTest.* --chrome=<path>\586311\full-build-win32\chrome
,
Aug 29
fdoray@, looks like your commit broke headless Chrome on Windows. Could you please take a look?
,
Aug 31
,
Sep 7
fdoray@, could you please put in here the commit revision for this fix? |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by khachatryan@chromium.org
, Aug 25