Closed
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
18.0.3 (also 18.0.0-beta.1, 19.0.0-alpha.1, 20.0.0-nightly.20220411)
What operating system are you using?
Windows
Operating System Version
Windows 11 Pro version 21H2 build 22000.593
What arch are you using?
x64
Last Known Working Electron version
17.4.0 (also 18.0.0-alpha.5)
Expected Behavior
- Press ⊞ Win+Ctrl+Enter to start Windows Narrator.
- Start this fiddle, which just displays
<img src="https://…/icon.png" />
. - Electron should not crash.
Actual Behavior
- Electron crashes on start.
Testcase Gist URL
https://gist.github.com/4d0c8b4e45baa84cc152ef7a545dcd98
Additional Information
I believe this is the crash that was supposed to be fixed by
but although that was backported in 18.0.2 (#33616), the crash is evidently not fixed.
Cc @MarshallOfSound.