-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
VSCode freezes if run as a background process on Linux (0.10.6) #1940
Comments
I'm fairly sure I'm having the same issue but instead of just freezing vscode it's also freezing my whole desktop environment(cinnamon) |
I also encounter freezing (using latest version now, but always got freezing since December when I start using it) Only vscode freezes, not anything else, after a few hours of usage.
|
@Tyriar is this solved with the new launcher? |
I think so, no more need to use |
For me it's freezing when launching in a terminal as |
So the freezing happens when calling with What's coming in March may fix your problems, it's a new launch script and CLI. The launch logic past the command line args parsing hasn't changed much. |
So the freezing happens when calling with ./code -- yes.
|
@RussBaz @mariusa I can't reproduce this, can you try reproduce on the latest insider's build using the deb or rpm packages to install? |
@Tyriar installed the insiders rpm package 2 days ago, and now it froze. Note that I haven't restarted vscode since starting it 2 days ago. |
@bpasero @joaomoreno have you two seen the issue before that @mariusa has been experiencing? |
Is VS Code running out of memory after starting and causing it to crash? |
If there's any data I could provide next time (please see previous console output), I'd be glad to, just let me know exactly what/how please. |
To clarify: The freeze only happens when you open VS Code on a folder that prompts for git credentials? |
That is correct in my case. (some others sound like they may be having other issues?) I've had git support disabled to get around this though. |
I tried to reproduce on Ubuntu 15 and I am not even getting the git login dialog there, but VS Code otherwise works fine. @joaomoreno what is needed to get the dialog on Linux? |
|
Maybe people have configured some special git credential helper that causes this? |
Closing as duplicate of #1796. |
I could start it easily from a terminal as a background process in Fedora 23 (using ampersand). However, after an upgrade to 0.10.6 (64bit), it freezes soon after opening. It was not the case in the previous versions.
I suspect it might be related to the git integration somehow. It freezes if a folder is under git source control. It does not freeze otherwise. When I run it with the verbose option, it stops right before prompting for my repository credentials (which it normally does if not frozen).
vscode:
Version 0.10.6
Commit a80232b
Date 2015-12-19T11:26:42.359Z
Shell 0.34.5
Renderer 45.0.2454.85
Node 4.1.1
git:
2.5.0
Normal start-up (with a git repository address being changed):
Failed start-up (freezes after opening):
The text was updated successfully, but these errors were encountered: