Extension host keeps crashing if a button in the UI is clicked leaving the webview blank #1605
-
Hi, I have a bug that one button in the webview will cause the extension host to crash with the only log this event produces being an entry in "Main": 2024-09-05 19:44:05.219 [error] CodeWindow: failed to load (reason: ERR_BLOCKED_BY_CLIENT, code: -20)
2024-09-05 19:45:15.764 [info] Extension host with pid 34964 exited with code: 0, signal: unknown.
2024-09-05 19:45:15.764 [error] [UtilityProcess id: 68, type: extensionHost, pid: 34964]: crashed with code 1 and reason 'killed'
2024-09-05 19:45:33.178 [error] Blocked vscode-webview request vscode-webview://07ah2qk3gn0a6knrq6q3pnd6p9d310f8gqc9g48lfsosvfbe2dc2/index.html?some-radio=0&different-radio=0&new-radio=0 It first happens if I leave a UL positioned absolute open and then click the button but now i got the debugger process running somehow in a state that if i restart and click the button without doing anything it makes the extension host crashing. Does someone has a hint what the issue could be or where to find out more? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It would be a bug of VS Code. It is appropriate to report it to https://github.com/microsoft/vscode with reproducible steps. |
Beta Was this translation helpful? Give feedback.
-
Anyone having the same issue I want to note that the issue (in my case) was caused by having a |
Beta Was this translation helpful? Give feedback.
It would be a bug of VS Code. It is appropriate to report it to https://github.com/microsoft/vscode with reproducible steps.