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<1>: received exit event with code [object Object] #157609

Closed
bpasero opened this issue Aug 9, 2022 · 0 comments · Fixed by #158025
Closed

UtilityProcess<1>: received exit event with code [object Object] #157609

bpasero opened this issue Aug 9, 2022 · 0 comments · Fixed by #158025
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member extension-host Extension host issues insiders-released Patch has been released in VS Code Insiders sandbox Running VSCode in a node-free environment verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Aug 9, 2022

I noticed this in smoke test runner logs leading me to think that the type of the exit code is not a number but an object now?

this._logService.info(`UtilityProcess<${this.id}>: received exit event with code ${code}.`);

[2022-08-08 19:12:17.223] [main] [info] update#ctor - updates are disabled by the environment
[2022-08-08 19:12:21.084] [main] [info] UtilityProcess<1>: Creating new...
[2022-08-08 19:12:21.103] [main] [info] UtilityProcess<1>: received spawn event.
[2022-08-08 19:12:23.404] [main] [info] Keytar is disabled. Using in-memory credential store instead.
[2022-08-08 19:12:30.644] [main] [info] UtilityProcess<1>: received exit event with code [object Object].
[2022-08-08 19:12:30.644] [main] [info] Extension host with pid 10013 exited with code: [object Object], signal: .
@alexdima alexdima removed their assignment Aug 9, 2022
@alexdima alexdima added extension-host Extension host issues sandbox Running VSCode in a node-free environment labels Aug 9, 2022
@deepak1556 deepak1556 added bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member labels Aug 9, 2022
@deepak1556 deepak1556 added this to the August 2022 milestone Aug 9, 2022
@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 Aug 13, 2022
@connor4312 connor4312 added the verified Verification succeeded label Aug 25, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member extension-host Extension host issues insiders-released Patch has been released in VS Code Insiders sandbox Running VSCode in a node-free environment verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants