error logging in 'writing login information to the keychain failed with error 'not enough memory resources are available to process this command'
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes/No unable to start container without extensions enabled
- VS Code Version:
- Version: 1.60.0-insider (user setup) Commit: 9dd4f31a21d63deea5e1fc322cfc802413b31d95 Date: 2021-08-16T05:21:19.431Z Electron: 13.1.8 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.22000
- OS Version:
Steps to Reproduce:
VSCode Insiders Edition on Windows Insider gives error every time when logging in to GitHub and other sites 'writing login information to the keychain failed with error ânot enough memory resources are available to process this commandâ. Also, have set up ssh, but still requires web authentication for extensions every time I open VSCode. It gives the error, but then continues to login after the error and does not save login information. after opening VSCode insiders
- click login to github
- displays error and does not save login information
- then tested on current VSCode and doesnât require login every time and no issues with memory (working) Version: 1.59.0 (system setup) Commit: 379476f0e13988d90fab105c5c19e7abc8b1dea8 Date: 2021-08-04T23:13:12.822Z Electron: 13.1.7 Chrome: 91.0.4472.124 Node.js: 14.16.0 V8: 9.1.269.36-electron.0 OS: Windows_NT x64 10.0.22000
Regular Edition does not give the error and I do not have to login to github everytime the app starts. https://www.loom.com/share/b7b2411e8c3147a88b2fec7e1eaa03f3
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:65 (20 by maintainers)
Top GitHub Comments
Yes, these two.
Itâs not that this doesnât happen, but it is diffucult to remember so far back.
I have confirmed that once there are too many credentials, the Windows call
CredWrite
fails withERROR_NOT_ENOUGH_MEMORY
. This issue doesnât have to do with Electron or Node.