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

Extension host terminated unexpectedly. Code: 3221225477 Signal: null #34692

Closed
gonefuture opened this issue Sep 20, 2017 · 28 comments
Closed

Extension host terminated unexpectedly. Code: 3221225477 Signal: null #34692

gonefuture opened this issue Sep 20, 2017 · 28 comments
Assignees
Labels
freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues git GIT issues info-needed Issue requires more information from poster

Comments

@gonefuture
Copy link

  • VSCode Version: Code 1.16.1 (27492b6, 2017-09-14T16:38:23.027Z)
  • OS Version: Windows_NT x64 10.0.15063
  • Extensions:
Extension Author (truncated) Version
html-snippets abu 0.1.0
vscode-eslint dba 1.3.2
javadebugger don 0.1.3
python don 0.7.0
vscode-javac geo 0.0.46
vue-snippets hol 0.1.5
cpptools ms- 0.12.4
vscode-docker Pet 0.0.18
open-in-browser tec 1.1.0
python tht 0.2.3
vscode-react-native vsm 0.4.2

Steps to Reproduce:

Reproduces without extensions: Yes/No

@vscodebot vscodebot bot added new release extensions Issues concerning extensions labels Sep 20, 2017
@gonefuture
Copy link
Author

Extension host terminated unexpectedly. Code: 3221225477 Signal: null

I can't resolve this bug .It is useless that restarting it or reinstall.

@ramya-rao-a ramya-rao-a removed the extensions Issues concerning extensions label Sep 21, 2017
@alexdima
Copy link
Member

@gonefuture Can you please try launching Code.exe --disable-extensions from a command prompt ?

@alexdima alexdima added info-needed Issue requires more information from poster freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues labels Sep 21, 2017
@onofremartins
Copy link

onofremartins commented Sep 21, 2017

Hi, same problem here. i observe a massive use of RAM and CPU while i try restart the Extension host process.
image

More details, has 2 process 'code.exe', when i kill one, the other get more RAM
image

Now see, when i kill the process with more 2GB RAM, this error is show on console
image

@alexdima
Copy link
Member

@onofremartins This all depends on what extensions you have installed. Does the massive usage of RAM reproduce when disabling all extensions ?

@vscodebot vscodebot bot closed this as completed Oct 4, 2017
@vscodebot
Copy link

vscodebot bot commented Oct 4, 2017

This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.

@gonefuture
Copy link
Author

image

image

The The problem still exists。I try to remove all extensions and reinstall ,but it is useless.

I find that I can't use git in the vscode。 It reminds me that "your system does not seem to have Git. installed." However ,I has install git,and set the git environment variable 。

image

It say that "Source code management provider that has no activity." and "Extension host terminated unexpectedly."

@gonefuture gonefuture changed the title Extension host terminated unexpectedly. Code: 3221225477 Signal: null Extension host terminated unexpectedly. Code: 3221225477 Signal: null Oct 8, 2017
@alexdima alexdima reopened this Oct 9, 2017
@alexdima alexdima added the git GIT issues label Oct 9, 2017
@alexdima alexdima removed their assignment Oct 9, 2017
@gonefuture
Copy link
Author

image

in vscode Developer Tools

@joaomoreno
Copy link
Member

@gonefuture @onofremartins What language is your Windows installation?

@gonefuture
Copy link
Author

simple chinese

@onofremartins
Copy link

My OS has English default. Windows 7.

In my case I found the problem. This was my git repository, many files being processed by the git extension. I removed the git repository because I did not need on this project anymore and the problem did not happen again. but I do not know which of the extensions below was.

image

@gonefuture
Copy link
Author

I has delete all extension and remove the git repository, however,wen use vscode to open file, the problem still exist.

##What's more, I use anything about git in vscode . I can clone git proplem, it reminded me I has no git ,but I have and use git normally in other program.

@joaomoreno
Copy link
Member

@gonefuture What is the value of the following 3 environment variables, in your system:

  • ProgramW6432
  • ProgramFiles(x86)
  • ProgramFiles

@vscodebot vscodebot bot closed this as completed Oct 26, 2017
@vscodebot
Copy link

vscodebot bot commented Oct 26, 2017

This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.

@gonefuture
Copy link
Author

@joaomoreno
How to see those environment variables ?

@that-richan
Copy link

I'm really new to all of this, I just installed VSCode and got this error straight up from the box.

@ojhariddhish
Copy link

ojhariddhish commented Nov 26, 2017

Hi,
Has there been a fix for this issue. I'm also facing this issue.

My Configuration:
Windows 10 Home: Update 1709
VS Code: 1.18.1 x64
Node: 9.2.0
NPM: 5.5.1
Extensions Installed: Babel ES6/ES7, Beautify, C/C++, C#, Code Runner, Dart Code, ESLint, Flutter Snippets, Go, Kotlin Language, MagicPython, markdownlint, Node Debug 2, One Dark Pro, Powershell, Project Manager, Python, React Native Tools, TSLint, Visual Studio Team Services & vscode-react-templates.

This is the exception thrown in developer tools
vscodeissue

Tried re-installing VSCode, removed all extensions & re-installed them. Nothing works.

Please let me know if there is any workaround for this issue.

@gonefuture
Copy link
Author

@ojhariddhish

The problem still exists, no matter how I upgrade the system or uninstall the software reinstall, I even tried the zip version of vscode.I think, which should be related to git, because my source code management function there is different from others

@gonefuture
Copy link
Author

@ojhariddhish
default

@ojhariddhish
Copy link

@gonefuture yes, the problem exists and its the same error we've been getting. I guess, now only #VScode team only can help us.

@joaomoreno joaomoreno reopened this Nov 27, 2017
@joaomoreno
Copy link
Member

Does it reproduce with out latest insider release? https://go.microsoft.com/fwlink/?Linkid=850640

@gonefuture
Copy link
Author

@joaomoreno
Oh, yes! The insider version is not wrong. When will the release version out?

@ojhariddhish
Copy link

@joaomoreno thanks for the latest insider release. This release helped me find out which extension was causing this issue for me. It was React Native Tools. I've uninstalled this extension from stable as well as insider release and now the issue is gone.

@gonefuture do you have React Native Tools extension installed? If yes, can you please confirm whether this is the extension causing the issue or its just on my system.

@joaomoreno
Copy link
Member

joaomoreno commented Nov 27, 2017

Great news, closing then!

@gonefuture #38268

@gonefuture
Copy link
Author

@joaomoreno
Thanks.

@gonefuture
Copy link
Author

@ojhariddhish
default
Yes,I can use React-Native tool.

@ojhariddhish
Copy link

Thanks @gonefuture. So, basically this extension was not the causing the issue for you but for me it was.

Its good that @joaomoreno has provided us with Insider release.

@anonymouswalkalone
Copy link

@joaomoreno
Thanks.

@lolyaltyCN
Copy link

image

我下载了最新版本的vsc但是他仍然是不好使的,node debug 失效,并且他卡住了
I downloaded the latest version of VSC, but he was still not good, node debug failed, and he stuck it

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues git GIT issues info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

10 participants