microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.53k stars 29.4k forks source link

Terminal crash after some appication commands #26469

Closed zhengxiaoyao0716 closed 7 years ago

zhengxiaoyao0716 commented 7 years ago

Appication commands means some commands from user application, not shell command. For example:

While a strange problem is, each the first times after the computer restart, those commands works well in vscode, it only happend after a period of time used.

Steps to Reproduce:

  1. Open cmd· or powershell terminal
  2. Input an appication command and execute it
egamma commented 7 years ago

@zhengxiaoyao0716 can you confirm that you can reproduce the crash every time? When you say 'crash' what is exactly crashing, it is VS Code, how does the crash show to you.

zhengxiaoyao0716 commented 7 years ago

I can't. but it really happend frequently.

For example, i input the ipython command:(Don't care the error caused by tslint plugin, it doesn't effect although unintalled.) image

And then, I press Enter, the terminal was closed, with nothing report: image

egamma commented 7 years ago

I can confirm that the tslint error is not related. You have vscode-tslint installed, but not the corresponding tslint library. So it can be ignored.

vscodebot[bot] commented 7 years ago

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.

zhengxiaoyao0716 commented 7 years ago

@egamma @Tyriar I'm sorry that I found the reason of problem today, and it is not vscode caused. In fact, it may only happend on some Chinese programer's windows computer, who installed some safe-helper app such as "Tencent PC manager". That app always recognized some open-source program, include ourselves developed as dangerous program, and killed them...

The next segment for Chinese programer's: 如果你也遇到了VSCode终端闪退的问题,那么我猜你可能跟我一样。这不是VSCode本身的Bug,而是电脑上的杀毒软件造成的,比如我的电脑管家。这不是在黑电脑管家,事实上即使这样我仍在用它。这主要是因为,国内一些类似的杀毒软件习惯于将一些开源,或是我们自己开发的软件标识为高风险,然后将它们拦截并强杀。这个问题我已经向电脑管家反馈了。