New issue
Advanced search Search tips

Issue 877729 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 31
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug

Blocking:
issue chromedriver:2559



Sign in to add a comment

Chrome crashes in headless mode on Windows machines

Project Member Reported by khachatryan@chromium.org, Aug 25

Issue description

Chrome 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



 
Blocking: chromedriver:2559
Status: WontFix (was: Untriaged)
Closing the bug as it is fixed now by commit: https://chromium.googlesource.com/chromium/src/+/1e87b9aeba21ab5108409067f045861e0620a6a3


Status: Fixed (was: WontFix)
Status: Available (was: Fixed)
Because of commit r586311 we are hitting this bug again.
Reopening the bug.
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

Labels: -Pri-2 Pri-1
Status: Assigned (was: Available)
fdoray@, looks like your commit broke headless Chrome on Windows.
Could you please take a look?

Status: Fixed (was: Assigned)
 fdoray@, could you please put in here the commit revision for this fix?


Sign in to add a comment