chrome_crashpad_handler constantly crashing on macOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I realize this is really a VS Code problem, but getting support for VS Code is challenging, at best. I'm hoping some experts here might be able to help.
I'm working on a Python add-in using VS Code, as is standard in Fusion. Unfortunately, as soon as VS Code launches, this process down in Electron crashes dozens of times every minute: `chrome_crashpad_handler`. I've found some references to this problem online, but they're a couple years old, and none of the solutions has been applicable to me. Other Electron apps seem to run okay on my machine (e.g. Discord).
It'll settle down after a while if I leave VS Code alone, then starts up again when I start interacting with it.
I'm on the latest released macOS (14.6.1) and latest VS Code (1.93.1), on an M1 MacBook Pro. I've tried restarting.
Any suggestions would be much appreciated.