-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Terminal window crashes in Mac OS #69603
Comments
Can you check devtools (Help > Toggle Developer Tools) for errors when this happens? |
I got these:
|
Feeling the same.. High Sierra Mac OS too.. /Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-window.js:5 [uncaught exception]: TypeError: Cannot read property 'copyCellsFrom' of undefined |
@pitAlex @eladcandroid can you take a screenshot of what your prompt looks like and let me know what shell it is? |
@Tyriar are you asking for what commands I run in the terminal? Those are custom node scripts, most of the time its gulp commands. |
It happened again, here is an error showing under "output" tab with Log(window) selected:
|
@pitAlex is that screenshot after the problem occurs? Could you show me the prompt right after you open the window? It looks like the shell you're using is bash? |
I'm seeing the same as described, it was all working fine until a recent update in the past couple of weeks. Now I have to restart VSCode a several times a day. In case it helps, I'm running: OS: OSX Mojave (10.14.3) Steps to reproduce:
Unfortunately, when this happens I am unable to open developer tools as the whole app is unresponsive |
OS: macOS Mojave (10.14.3) Not sure on repro steps yet. . I do know that I can create a new shell once the old one is frozen. If I try to delete the frozen shell then the whole window becomes unresponsive and I'll be asked to re-open it. This is new behavior since a few weeks ago. I'm going to switch to the "fallback" renderer to see if that helps. |
I'm seeing the same as @RoarkeRandall - the panel freezes, although it's the clicking of the delete button that seems to lead to vscode becoming unresponsive. As a bit of further info - I left the integrated terminal open overnight (1 panel, with 3 terminals open), and it was still working fine for quite a while this morning, it was only when I opened a second panel (clicking the "+" button) that the issue then happened a short while later. |
Similar to others this started happening with one of the recent updates in the past few weeks. I'm also seeing very similar to @amlord. The terminal panel freezes or goes blank, then trying to delete it (using the trash icon) causes vscode to become unresponsive. I've to kill vscode multiple times a day now due to this. I'm seeing it a lot when I have long running tasks in my terminal, e.g. a test runner with live reload, and then creating a split terminal to the right. In my case it seems to happen when I CMD+tab away to another application and then come back to vscode.
OS: macOS Mojave (10.14.3) |
Time consuming bug + happens a lot = bad experience. |
Upstream tracking issue: xtermjs/xterm.js#1932 |
Please let me know if anyone sees this in Insiders, starting from tomorrow's version I expect it to be fixed. |
With the latest update, the problem almost went away. It can still happen when running intense node commands like a gulp job or a scripts bundle command |
Hello,
Lately, after getting the latest updates, the terminal window of VSCode in high sierra has started to crash randomly. To be more specific it freezes, everything in it becomes blank, it becomes unresponsive to kill command and it can sometimes even freeze the app itself. The only way out it is to force close the app. I can be reproduce if you leave the terminal window open for a while, like 20-30 minutes and run some commands in it.
The text was updated successfully, but these errors were encountered: