Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chromedriver.exe crashes in Windows 11. #157

Open
woodedlot opened this issue Oct 22, 2024 · 1 comment
Open

chromedriver.exe crashes in Windows 11. #157

woodedlot opened this issue Oct 22, 2024 · 1 comment

Comments

@woodedlot
Copy link

Chrome webdriver chromedriver.exe, current stable version 130.0.6723.58, intermittently crashes on Windows 11. This driver is used in an autotest with pretty recent Chrome browser, 130.0.6723.59.

This happens when testing UI involving with opening popup and closing popup. Don't know if this relates to an issue (filed by other user) to Selenium HQ that the switching between browser windows does not work, driver.switchTo().window(nameOrHandleString).

Windows reported
Faulting application name: chromedriver.exe, version: 0.0.0.0, time stamp: 0x670d7f1f
Faulting module name: chromedriver.exe, version: 0.0.0.0, time stamp: 0x670d7f1f
Exception code: 0xc0000005
Fault offset: 0x00000000000cf299
Faulting process id: 0x0x1813C
Faulting application start time: 0x0x1DB24A0A077C29E
Faulting application path: C:...\chromedriver.exe
Faulting module path: C:...\chromedriver.exe
Report Id: d3eef661-6e74-4175-badb-11777377d9a0
Faulting package full name:
Faulting package-relative application ID:

Exception reported in a dump file:
rax=0000141000098f00 rbx=00000000ca2db701 rcx=7f6ff6ffefebffff
rdx=0000002b4f0fee88 rsi=0000002b4f0fee88 rdi=0000000000000c41
rip=00007ff6248af299 rsp=0000002b4f0fe6c8 rbp=0000002b4f0fed90
r8=0000000000000c41 r9=00000113ca2db701 r10=0000000000000001
r11=fffffffff6f22d9a r12=00001410000fcad0 r13=0000002b4f0fe980
r14=0000141000098f00 r15=aaaaaaaaaaaaaaaa
iopl=0 nv up ei pl nz na po nc
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010206
chromedriver+0xcf299:
00007ff6248af299 488b01 mov rax,qword ptr [rcx] ds:7f6ff6ffefebffff=????????????????

Thanks,

@adam-zjy
Copy link

I see the same problem with chrome 125 and 129 on ubuntu:23.04, coincidentally, I also observed that some scenarios will be crashed when open the pop up.

I didn't see any useful logs or debug logs with the argument --enable-logging=stderr --v=1, how can I fetch more details logs?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants