Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode crashes on startup #119196

Closed
EgbertB opened this issue Mar 17, 2021 · 2 comments
Closed

VSCode crashes on startup #119196

EgbertB opened this issue Mar 17, 2021 · 2 comments

Comments

@EgbertB
Copy link

EgbertB commented Mar 17, 2021

  • VS Code Version: code_1.54.3-1615806378_amd64.deb
  • OS Version: Linux Mint 20.1

Steps to Reproduce:

  1. Start VSCode

Does this issue occur when all extensions are disabled?: Yes

VSCode version 1.54.3 keeps crashing on startup. (Strangely VSCode-insiders works fine.) I tried purging VSCode, removing the Code folder home/.../.config and reinstalling, but same issue.

Attached the dump file (hope this works) 6ef46ea8-2cd1-4249-181c24ba-0870f9bb.dmp.tar.gz

Here attached the --verbose log.

egbert@egbert-desktop ~ $ code --verbose --log trace --disable-extensions --disable-gpu --crash-reporter-directory=/home/egbert/Documents/vscode_crash
Found --crash-reporter-directory argument. Setting crashDumps directory to be '/home/egbert/Documents/vscode_crash'
[15027:0317/184524.128719:ERROR:appcenter_api.cc(53)] expecting appcenter url prefix
[main 2021-03-17T17:45:24.312Z] Starting VS Code
[main 2021-03-17T17:45:24.313Z] from: /usr/share/code/resources/app
[main 2021-03-17T17:45:24.313Z] args: {
  _: [],
  diff: false,
  add: false,
  goto: false,
  'new-window': false,
  'reuse-window': false,
  wait: false,
  help: false,
  'list-extensions': false,
  'show-versions': false,
  version: false,
  verbose: true,
  log: 'trace',
  status: false,
  'prof-startup': false,
  'prof-v8-extensions': false,
  'disable-extensions': true,
  'disable-gpu': true,
  telemetry: false,
  debugRenderer: false,
  logExtensionHostCommunication: false,
  'skip-release-notes': false,
  'disable-telemetry': false,
  'disable-updates': false,
  'disable-keytar': false,
  'disable-crash-reporter': false,
  'crash-reporter-directory': '/home/egbert/Documents/vscode_crash',
  'skip-add-to-recently-opened': false,
  'unity-launch': false,
  'open-url': false,
  'file-write': false,
  'file-chmod': false,
  'driver-verbose': false,
  force: false,
  'do-not-sync': false,
  trace: false,
  'force-user-env': false,
  'force-disable-user-env': false,
  'open-devtools': false,
  __sandbox: false,
  'no-proxy-server': false,
  nolazy: false,
  'force-renderer-accessibility': false,
  'ignore-certificate-errors': false,
  'allow-insecure-localhost': false,
  logsPath: '/home/egbert/.config/Code/logs/20210317T184524'
}
[main 2021-03-17T17:45:24.317Z] Resolving machine identifier...
[main 2021-03-17T17:45:24.318Z] Resolved machine identifier: 33fbd91f884ae9698bacd96b901e90c8cb90caff3269fb735a1d5af6b6eb9402
[main 2021-03-17T17:45:24.318Z] Main->SharedProcess#connect
[main 2021-03-17T17:45:24.349Z] StorageMainService: creating global storage
[main 2021-03-17T17:45:24.350Z] lifecycle (main): phase changed (value: 2)
[main 2021-03-17T17:45:24.351Z] windowsManager#open
[main 2021-03-17T17:45:24.352Z] windowsManager#open pathsToOpen [ [Object: null prototype] {} ]
[main 2021-03-17T17:45:24.354Z] window#validateWindowState: validating window state on 2 display(s) {
  width: 1024,
  height: 768,
  mode: 1,
  x: 2688,
  y: 336,
  hasDefaultState: true
}
[main 2021-03-17T17:45:24.354Z] window#validateWindowState: multi-monitor working area { x: 1920, y: 0, width: 2560, height: 1440 }
[main 2021-03-17T17:45:24.354Z] window#ctor: using window state {
  width: 1024,
  height: 768,
  mode: 1,
  x: 2688,
  y: 336,
  hasDefaultState: true
}
[main 2021-03-17T17:45:24.451Z] windowsManager#open used window count 1 (workspacesToOpen: 0, foldersToOpen: 0, emptyToRestore: 0, emptyToOpen: 1)
[main 2021-03-17T17:45:24.452Z] lifecycle (main): phase changed (value: 3)
[main 2021-03-17T17:45:24.453Z] update#setState idle
[main 2021-03-17T17:45:24.453Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
(node:15027) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https:/electron/electron/issues/23506 for more information
[main 2021-03-17T17:45:24.574Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
(node:15084) Electron: Loading non-context-aware native module in renderer: '/usr/share/code/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node'. This is deprecated, see https:/electron/electron/issues/18397.
[15027:0317/184525.272798:INFO:CONSOLE(626)] "%cTRACE color: #888 [lifecycle] starting up (startup kind: 1)", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.273793:INFO:CONSOLE(626)] "%cTRACE color: #888 lifecycle: phase changed (value: 2)", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.276974:INFO:CONSOLE(626)] "%cTRACE color: #888 Renderer->SharedProcess#connect", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.281769:INFO:CONSOLE(626)] "%cTRACE color: #888 Skipping initializing user data in desktop", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.581874:INFO:CONSOLE(626)] "%cTRACE color: #888 Layout#layout, height: 743, width: 1024", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.622170:INFO:CONSOLE(626)] "%cTRACE color: #888 workbench configuration {"_":[],"verbose":true,"log":"trace","disable-extensions":true,"disable-gpu":true,"crash-reporter-directory":"/home/egbert/Documents/vscode_crash","logsPath":"/home/egbert/.config/Code/logs/20210317T184524","appRoot":"/usr/share/code/resources/app","machineId":"33fbd91f884ae9698bacd96b901e90c8cb90caff3269fb735a1d5af6b6eb9402","nodeCachedDataDir":"/home/egbert/.config/Code/CachedData/2b9aebd5354a3629c3aba0a5f5df49f43d6689f8","mainPid":15027,"execPath":"/usr/share/code/code","userEnv":{"VSCODE_IPC_HOOK":"/run/user/1000/vscode-b0a30353-1.54.3-main.sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}"},"isInitialStartup":true,"backupPath":"/home/egbert/.config/Code/Backups/1616003124631","windowId":1,"sessionId":"window:1","logLevel":0,"colorScheme":{"dark":true,"highContrast":false},"autoDetectHighContrast":true,"perfMarks":[{"name":"code/timeOrigin","startTime":1616003123988},{"name":"code/didStartMain","startTime":1616003124110},{"name":"code/mainAppReady","startTime":1616003124193},{"name":"code/willLoadMainBundle","startTime":1616003124198},{"name":"code/fork/willLoadCode","startTime":1616003124218},{"name":"code/registerFilesystem/file","startTime":1616003124291},{"name":"code/didLoadMainBundle","startTime":1616003124294},{"name":"code/willOpenNewWindow","startTime":1616003124440}],"partsSplashPath":"/home/egbert/.config/Code/rapid_render.json","os":{"release":"5.4.0-67-generic"}}", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.626879:INFO:CONSOLE(626)] "%cTRACE color: #888 lifecycle: phase changed (value: 3)", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[main 2021-03-17T17:45:25.651Z] SharedProcess: on vscode:createSharedProcessMessageChannel
[main 2021-03-17T17:45:25.651Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
(node:15027) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https:/electron/electron/issues/23506 for more information
[main 2021-03-17T17:45:25.719Z] menubarService#updateMenubar 1
[main 2021-03-17T17:45:25.812Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[15027:0317/184525.852421:INFO:CONSOLE(626)] "%cTRACE color: #888 Error while resolving configuration file 'vscode-userdata:/home/egbert/.config/Code/User/settings.json': Unable to read file 'vscode-userdata:/home/egbert/.config/Code/User/settings.json' (Error: Unable to resolve non-existing file 'vscode-userdata:/home/egbert/.config/Code/User/settings.json')", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.852476:INFO:CONSOLE(626)] "%cTRACE color: #888 Error while resolving configuration file 'vscode-userdata:/home/egbert/.config/Code/User/tasks.json': Unable to read file 'vscode-userdata:/home/egbert/.config/Code/User/tasks.json' (Error: Unable to resolve non-existing file 'vscode-userdata:/home/egbert/.config/Code/User/tasks.json')", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184525.853861:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/renderer1.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[main 2021-03-17T17:45:26.004Z] SharedProcess: IPC ready
[main 2021-03-17T17:45:26.018Z] Main->SharedProcess#connect: connection established
(node:15103) Electron: Loading non-context-aware native module in renderer: '/usr/share/code/resources/app/node_modules.asar.unpacked/spdlog/build/Release/spdlog.node'. This is deprecated, see https:/electron/electron/issues/18397.
[15027:0317/184526.039558:INFO:CONSOLE(626)] "%cTRACE color: #888 Settings Sync: Initializing accounts", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.039615:INFO:CONSOLE(626)] "%cTRACE color: #888 Settings Sync: Getting accounts for microsoft", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[main 2021-03-17T17:45:26.040Z] RequestService#request https://update.code.visualstudio.com/api/update/linux-x64/stable/2b9aebd5354a3629c3aba0a5f5df49f43d6689f8
[15027:0317/184526.054074:INFO:CONSOLE(626)] "%cTRACE color: #888 StartupGettingStarted: false", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.072975:INFO:CONSOLE(25)] "%cTRACE color: #888 sharedProcess configuration {"machineId":"33fbd91f884ae9698bacd96b901e90c8cb90caff3269fb735a1d5af6b6eb9402","windowId":2,"appRoot":"/usr/share/code/resources/app","nodeCachedDataDir":"/home/egbert/.config/Code/CachedData/2b9aebd5354a3629c3aba0a5f5df49f43d6689f8","backupWorkspacesPath":"/home/egbert/.config/Code/Backups/workspaces.json","userEnv":{"VSCODE_IPC_HOOK":"/run/user/1000/vscode-b0a30353-1.54.3-main.sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}"},"args":{"_":[],"diff":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"version":false,"verbose":true,"log":"trace","status":false,"prof-startup":false,"prof-v8-extensions":false,"disable-extensions":true,"disable-gpu":true,"telemetry":false,"debugRenderer":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"disable-telemetry":false,"disable-updates":false,"disable-keytar":false,"disable-crash-reporter":false,"crash-reporter-directory":"/home/egbert/Documents/vscode_crash","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"driver-verbose":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"__sandbox":false,"no-proxy-server":false,"nolazy":false,"force-renderer-accessibility":false,"ignore-certificate-errors":false,"allow-insecure-localhost":false,"logsPath":"/home/egbert/.config/Code/logs/20210317T184524"},"logLevel":0}", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.093456:INFO:CONSOLE(25)] "%cTRACE color: #888 Started scanning system extensions", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.094125:INFO:CONSOLE(25)] "%cTRACE color: #888 Started scanning user extensions", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[main 2021-03-17T17:45:26.095Z] SharedProcess: Overall ready
[15027:0317/184526.195874:INFO:CONSOLE(25)] "%cTRACE color: #888 Extension VSIX downlads cache dir does not exist", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.196054:INFO:CONSOLE(25)] "%cTRACE color: #888 Scanned user extensions: 0", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.216661:INFO:CONSOLE(25)] "%cDEBUG background: #eee; color: #888 Writing language packs {}", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.244282:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.247751:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/egbert/.config/Code/logs/20210317T184524/output_1_20210317T184525", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.296063:INFO:CONSOLE(626)] "%cTRACE color: #888 Renderer->SharedProcess#connect: connection established", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.296117:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/egbert/.config/Code/logs/20210317T184524/sharedprocess.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.296181:INFO:CONSOLE(25)] "%cTRACE color: #888 Scanned system extensions: 85", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.296215:INFO:CONSOLE(25)] "%cDEBUG background: #eee; color: #888 Writing language packs {}", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.318145:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.320501:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.320607:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.323589:INFO:CONSOLE(25)] "%cTRACE color: #888 Started scanning system extensions", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.323629:INFO:CONSOLE(25)] "%cTRACE color: #888 Started scanning user extensions", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.324942:INFO:CONSOLE(25)] "%cTRACE color: #888 Started scanning system extensions", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.324995:INFO:CONSOLE(25)] "%cTRACE color: #888 Started scanning user extensions", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.333005:INFO:CONSOLE(25)] "%cTRACE color: #888 Scanned user extensions: 0", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.334759:INFO:CONSOLE(25)] "%cTRACE color: #888 Scanned user extensions: 0", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.352229:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.352800:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/egbert/.config/Code/logs/20210317T184524/userDataSync.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.353171:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/renderer1.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.355195:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.356278:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.357475:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.358760:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.359856:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.361127:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.363072:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.365266:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.369300:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.369926:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.371125:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.371697:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.376684:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.440210:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.441059:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.479970:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/egbert/.config/Code/logs/20210317T184524/exthost1", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.482528:INFO:CONSOLE(25)] "%cTRACE color: #888 Scanned system extensions: 85", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.482564:INFO:CONSOLE(25)] "%cTRACE color: #888 Scanned system extensions: 85", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
[15027:0317/184526.519892:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.536903:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.540883:INFO:CONSOLE(626)] "%cTRACE color: #888 CommandService#executeCommand extension.js-debug.clearAutoAttachVariables", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[main 2021-03-17T17:45:26.690Z] menubarService#updateMenubar 1
[15027:0317/184526.700401:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/main.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.705571:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.739472:INFO:CONSOLE(626)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.741834:INFO:CONSOLE(626)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.741891:INFO:CONSOLE(626)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.745086:INFO:CONSOLE(626)] "%cTRACE color: #888 MainThreadTreeViews#$registerTreeViewDataProvider jsBrowserBreakpoints [object Object]", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.776168:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.782500:INFO:CONSOLE(626)] "%cTRACE color: #888 Settings Sync: Updated accounts for microsoft", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.782859:INFO:CONSOLE(626)] "%cTRACE color: #888 Settings Sync: Getting accounts for github", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.784876:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.846150:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.873217:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
[15027:0317/184526.873274:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/telemetry.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626)
terminate called after throwing an instance of 'char const*'
[15027:0317/184526.875449:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/egbert/.config/Code/logs/20210317T184524/renderer1.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626) ```







@vscodebot
Copy link

vscodebot bot commented Mar 17, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@EgbertB
Copy link
Author

EgbertB commented Mar 17, 2021

Deleting keyring as mentioned in #116690 (comment) fixed the issue, feel free to delete this thread

@EgbertB EgbertB closed this as completed Mar 17, 2021
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant