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

UtilityProcess console logs when starting fom command line #179253

Closed
aeschli opened this issue Apr 5, 2023 · 0 comments
Closed

UtilityProcess console logs when starting fom command line #179253

aeschli opened this issue Apr 5, 2023 · 0 comments
Assignees
Labels
debt Code quality issues insiders-released Patch has been released in VS Code Insiders sandbox Running VSCode in a node-free environment
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Apr 5, 2023

Version: 1.77.1
Commit: b7886d7
Date: 2023-04-04T23:20:37.202Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Linux x64 5.15.0-69-generic
Sandboxed: No

  • install code from gz.tar
  • start ./code from terminal
  • Lot of log output is shown. See blow
  • Developer: Show Log Level shows that the log level is Info
martin@martin-pc:~/vscode/1.77.1-b7886d74/VSCode-linux-x64$ ./code 
[192468:0405/141323.937181:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
[main 2023-04-05T12:13:23.977Z] [SharedProcess] using utility process
[main 2023-04-05T12:13:24.192Z] update#setState idle
[main 2023-04-05T12:13:26.038Z] [UtilityProcess type: shared-process, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.056Z] [UtilityProcess id: 4, type: fileWatcher, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.072Z] [UtilityProcess type: shared-process, pid: 192711]: successfully created
[main 2023-04-05T12:13:26.079Z] [UtilityProcess id: 4, type: fileWatcher, pid: 192712]: successfully created
[main 2023-04-05T12:13:26.188Z] [UtilityProcess id: 1, type: extensionHost, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.199Z] [UtilityProcess id: 1, type: extensionHost, pid: 192729]: successfully created
[main 2023-04-05T12:13:26.515Z] [UtilityProcess id: 2, type: fileWatcher, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.522Z] vscode-file: Refused to load resource /snap/code/x1/usr/share/code/resources/app/extensions/theme-seti/icons/seti.woff from vscode-file: protocol (original URL: vscode-file://vscode-app/snap/code/x1/usr/share/code/resources/app/extensions/theme-seti/icons/seti.woff)
[main 2023-04-05T12:13:26.553Z] [UtilityProcess id: 3, type: fileWatcher, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.594Z] [UtilityProcess id: 2, type: fileWatcher, pid: 192753]: successfully created
[main 2023-04-05T12:13:26.610Z] [UtilityProcess id: 3, type: fileWatcher, pid: 192755]: successfully created
[main 2023-04-05T12:13:26.779Z] [UtilityProcess id: 3, type: extensionHost, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.801Z] [UtilityProcess id: 3, type: extensionHost, pid: 192781]: successfully created
[main 2023-04-05T12:13:26.875Z] [UtilityProcess id: 4, type: extensionHost, pid: <none>]: creating new...
[main 2023-04-05T12:13:26.960Z] [UtilityProcess id: 4, type: extensionHost, pid: 192782]: successfully created
[main 2023-04-05T12:13:27.040Z] [UtilityProcess id: 1, type: fileWatcher, pid: <none>]: creating new...
[main 2023-04-05T12:13:27.150Z] [UtilityProcess id: 1, type: fileWatcher, pid: 192807]: successfully created
[main 2023-04-05T12:13:27.183Z] [UtilityProcess id: 2, type: extensionHost, pid: <none>]: creating new...
[main 2023-04-05T12:13:27.314Z] [UtilityProcess id: 2, type: extensionHost, pid: 192825]: successfully created
[main 2023-04-05T12:13:54.194Z] update#setState checking for updates
[main 2023-04-05T12:13:54.213Z] update#setState available for download
[main 2023-04-05T12:14:48.687Z] [UtilityProcess id: 3, type: fileWatcher, pid: 192755]: attempting to kill the process...
[main 2023-04-05T12:14:48.688Z] [UtilityProcess id: 3, type: fileWatcher, pid: 192755]: successfully killed the process
[main 2023-04-05T12:14:48.695Z] [UtilityProcess id: 3, type: fileWatcher, pid: 192755]: received exit event with code 15
[main 2023-04-05T12:14:48.695Z] [UtilityProcessWorker]: terminated unexpectedly with code 15, signal: unknown

@bpasero bpasero added this to the April 2023 milestone Apr 5, 2023
@bpasero bpasero added debt Code quality issues sandbox Running VSCode in a node-free environment labels Apr 5, 2023
@bpasero bpasero closed this as completed in ba56899 Apr 6, 2023
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Apr 6, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues insiders-released Patch has been released in VS Code Insiders sandbox Running VSCode in a node-free environment
Projects
None yet
Development

No branches or pull requests

3 participants