microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
322 stars 29 forks source link

GitHub Copilot Chat crashing whole IDE with OOM #1557

Open bcarthic opened 3 weeks ago

bcarthic commented 3 weeks ago

Steps to Reproduce:

Interestingly the crash happens only when a folder is opened. If there is no folder or workspace opened, the chat works fine

image

image

@TylerLeonhardt @aeschli, I have the dmp file, let me know how should I send it

rzhao271 commented 3 weeks ago

The dump file suggests that Electron is crashing on a callback involving processing a URL rather than there being an OOM error.

  1. When there is no folder or workspace opened, does the chat output any URLs or file paths?
  2. Does the crash occur when a single file is opened (e.g. by running code some_file.js)?
bcarthic commented 2 weeks ago

The dump file suggests that Electron is crashing on a callback involving processing a URL rather than there being an OOM error.

  1. When there is no folder or workspace opened, does the chat output any URLs or file paths?
  2. Does the crash occur when a single file is opened (e.g. by running code some_file.js)?