-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
Version: 1.62.3 (Universal)
Commit: ccbaa2d
Date: 2021-11-17T07:59:13.865Z
Electron: 13.5.2
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 19.6.0 - OS Version: macOS Catalina 10.15.7 (19H1519)
Steps to Reproduce:
- Open VSCode
- Leave open for some time
- Click on window close button
Clicking on the close button has no effect. File -> Exit and CTRL+Q do not work as well. This also happens on fresh installation without any extension and anything opened, same as issue #119451.
Window Log:
[2021-12-01 16:04:46.583] [renderer3] [error] Socket is closed: Error [ERR_SOCKET_CLOSED]: Socket is closed
at Socket._writeGeneric (net.js:775:8)
at Socket._write (net.js:797:8)
at doWrite (internal/streams/writable.js:377:12)
at clearBuffer (internal/streams/writable.js:529:7)
at Socket.Writable.uncork (internal/streams/writable.js:317:7)
at ClientRequest._flushOutput (_http_outgoing.js:909:10)
at ClientRequest._flush (_http_outgoing.js:878:22)
at _http_client.js:325:47
at callSocketMethod (_http_client.js:834:7)
at ClientRequest.onSocket (_http_client.js:839:7)
at Object.onceWrapper (events.js:422:26)
at ClientRequest.emit (events.js:327:22)
at tickOnSocket (_http_client.js:778:7)
at onSocketNT (_http_client.js:817:5)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
[2021-12-01 16:16:05.142] [renderer3] [error] Error: XHR failed
at XMLHttpRequest.C.onerror (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:85:24735)
[2021-12-01 16:16:05.144] [renderer3] [error] Error: XHR failed
at XMLHttpRequest.C.onerror (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:85:24735)
[2021-12-01 16:19:00.573] [renderer3] [warning] [lifecycle] onWillShutdown is taking a long time, pending operations: join.closeStorage
[2021-12-01 16:34:46.167] [renderer3] [error] Socket is closed: Error [ERR_SOCKET_CLOSED]: Socket is closed
at Socket._writeGeneric (net.js:775:8)
at Socket._write (net.js:797:8)
at doWrite (internal/streams/writable.js:377:12)
at clearBuffer (internal/streams/writable.js:529:7)
at Socket.Writable.uncork (internal/streams/writable.js:317:7)
at ClientRequest._flushOutput (_http_outgoing.js:909:10)
at ClientRequest._flush (_http_outgoing.js:878:22)
at _http_client.js:325:47
at callSocketMethod (_http_client.js:834:7)
at ClientRequest.onSocket (_http_client.js:839:7)
at Object.onceWrapper (events.js:422:26)
at ClientRequest.emit (events.js:327:22)
at tickOnSocket (_http_client.js:778:7)
at onSocketNT (_http_client.js:817:5)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster