vscode icon indicating copy to clipboard operation
vscode copied to clipboard

RuntimeError: memory access out of bounds when using Copilot chat

Open merlycortez opened this issue 4 months ago • 1 comments

  • Copilot Chat Extension Version:0.30.1
  • VS Code Version:1.103.1
  • OS Version: Windows 11 Pro
  • Feature (e.g. agent/edit/ask mode):Ask
  • Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet):GPT 4.1
  • Logs:attached

Steps to Reproduce:

  1. Open any code file and select a specific code.

output.log

  1. Prompt: Explain selected code.

It is an error for any prompt.

merlycortez avatar Aug 13 '25 23:08 merlycortez

2025-08-14 09:07:30.130 [error] [GitHub Copilot Chat] RuntimeError: memory access out of bounds
    at wasm://wasm/000b9962:wasm-function[43]:0x7bb4
    at wasm://wasm/000b9962:wasm-function[137]:0x1c02f
    at Parser.setLanguage (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:1:49808)
    at e.parse (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:10:16920)
    at async Object.Rt (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:648)
    at async MessagePort.<anonymous> (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:13096): RefactorsProvider: getDocumentableNodeIfOnIdentifier failed
2025-08-14 09:07:30.130 [error] [GitHub Copilot Chat] RuntimeError: memory access out of bounds
    at wasm://wasm/000b9962:wasm-function[43]:0x7bb4
    at wasm://wasm/000b9962:wasm-function[137]:0x1c02f
    at Parser.setLanguage (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:1:49808)
    at e.parse (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:10:16920)
    at async Object.Lt (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:2614)
    at async MessagePort.<anonymous> (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:13096): RefactorsProvider: getTestableNode failed
2025-08-14 09:07:30.385 [error] [GitHub Copilot Chat] RuntimeError: memory access out of bounds
    at wasm://wasm/000b9962:wasm-function[43]:0x7bb4
    at wasm://wasm/000b9962:wasm-function[137]:0x1c02f
    at Parser.setLanguage (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:1:49808)
    at e.parse (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:10:16920)
    at async Object.Rt (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:648)
    at async MessagePort.<anonymous> (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:13096): RefactorsProvider: getDocumentableNodeIfOnIdentifier failed
2025-08-14 09:07:30.385 [error] [GitHub Copilot Chat] RuntimeError: memory access out of bounds
    at wasm://wasm/000b9962:wasm-function[43]:0x7bb4
    at wasm://wasm/000b9962:wasm-function[137]:0x1c02f
    at Parser.setLanguage (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:1:49808)
    at e.parse (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:10:16920)
    at async Object.Lt (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:2614)
    at async MessagePort.<anonymous> (c:\Users\MCortez\.vscode\extensions\github.copilot-chat-0.30.1\dist\worker2.js:664:13096): RefactorsProvider: getTestableNode failed

roblourens avatar Aug 14 '25 15:08 roblourens