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

The terminal process #210678

Closed
oibiyemi opened this issue Apr 18, 2024 · 1 comment
Closed

The terminal process #210678

oibiyemi opened this issue Apr 18, 2024 · 1 comment
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@oibiyemi
Copy link

Type: Bug

The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -1073741819.

VS Code version: Code 1.88.1 (e170252, 2024-04-10T17:41:02.734Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 x 2208)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 15.88GB (5.51GB free)
Process Argv --crash-reporter-id a401747b-0a9a-4dfc-b736-8fe409586f40
Screen Reader no
VM 0%
Extensions (69)
Extension Author (truncated) Version
terraform 4op 0.2.5
project-manager ale 12.8.0
aws-toolkit-vscode ama 2.19.0
vscode-django bat 1.15.0
markdown-yaml-preamble bie 0.1.0
gitignore cod 0.9.0
docs-yaml doc 1.0.1
git-extension-pack don 0.1.3
githistory don 0.6.20
python-environment-manager don 1.2.4
python-extension-pack don 1.7.0
gitlens eam 14.9.0
chatgpt-gpt4-gpt3-vscode Eas 1.4.0
code-runner for 0.12.2
copilot Git 1.180.0
copilot-chat Git 0.14.1
vscode-pull-request-github Git 0.86.1
gc-excelviewer Gra 4.2.59
terraform has 2.30.0
kubernetes-snippets ipe 0.1.9
jenkins-pipeline-linter-connector jan 1.2.0
jenkins-declarative-support jmM 0.1.0
vsc-python-indent Kev 1.18.0
vscode-istio-snippets lor 0.1.0
istio-snippets Mak 0.0.2
mongodb-vscode mon 1.5.0
vscode-docker ms- 1.29.0
vscode-kubernetes-tools ms- 1.3.16
autopep8 ms- 2024.0.0
debugpy ms- 2024.5.11001012
isort ms- 2023.13.10681007
python ms- 2024.4.1
vscode-pylance ms- 2024.4.1
jupyter ms- 2024.3.1
jupyter-keymap ms- 1.1.2
jupyter-renderers ms- 1.0.17
vscode-jupyter-cell-tags ms- 0.1.9
vscode-jupyter-slideshow ms- 0.1.6
remote-containers ms- 0.354.0
remote-ssh ms- 0.110.1
remote-ssh-edit ms- 0.86.0
remote-wsl ms- 0.88.0
remote-explorer ms- 0.4.3
remote-server ms- 1.5.1
vsliveshare ms- 1.0.5918
autodocstring njp 0.6.1
vscode-python-typehint njq 1.5.1
docker-compose p1c 0.5.1
jenkins p1c 0.1.0
vscode-yaml-sort Pas 6.5.16
vscode-gitignore-generator pio 1.0.3
jenkinsfile rec 1.2.0
ansible red 24.4.0
java red 1.29.0
vscode-commons red 0.0.6
vscode-yaml red 1.14.0
jenkinsfile-support sec 0.1.0
pdf tom 1.2.2
io tru 3.15.0
intellicode-api-usage-examples Vis 0.2.8
vscodeintellicode Vis 1.3.1
vscode-concourse vmw 1.53.0
vscode-java-debug vsc 0.57.0
vscode-java-dependency vsc 0.23.6
vscode-java-pack vsc 0.26.0
vscode-java-test vsc 0.41.0
vscode-maven vsc 0.44.0
jinja who 0.0.8
vscode-open-in-github ziy 1.3.6

(1 theme extensions excluded)

A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:30899288
vscaat:30438848
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
d34g3935:30971562
fegfb526:30981948
bg6jg535:30979843
ccp2r3:30993541
dsvsc020:30976470
pythonait:31006305
jchc7451:30973076
gee8j676:31009558
showvideot:31016892
dsvsc021:30996838
0ee40948:31013168

@meganrogge
Copy link
Contributor

The error message you're seeing indicates that the PowerShell process terminated unexpectedly. The exit code -1073741819 is a generic error code that Windows uses to indicate that a process crashed.

This issue can be caused by a variety of factors, including:

System resource issues: If your system is low on resources (like memory or CPU), processes might crash. You can check your system's resource usage in the Task Manager.

PowerShell configuration issues: There might be an issue with your PowerShell configuration. You can try resetting your PowerShell profile to see if that resolves the issue.

VS Code issues: There might be an issue with VS Code itself. You can try restarting VS Code, reinstalling VS Code, or updating VS Code to the latest version.

Operating system issues: There might be an issue with your operating system. You can try updating your operating system, or restarting your computer.

@meganrogge meganrogge added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants