-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Drop support for macOS 10.11 and 10.12 #123374
Comments
I've been getting Visual Studio Code freezes too which may be Electron related.
My symptoms are that VSC works fine for some days then, all of a sudden, freezes on startup. After killing it via task manager rerunning results in a freeze on startup. The uninstaller freezes (so that I can't uninstall it). The installer freezes (so that I can't reinstall it, over an existing install). Another electron based app, Typora, opens but menu command can't work (so Typora sort of freezes too). Other parts of Window become frozen. For example (Win Search > "Restore" > "Create a restore point" > The "System Properties" Dialog becomes frozen). Restarting Windows doesn't resolve this. Instead, as a temporary work around, I've had to:
My suspicions are there is some interaction that is causing the freeze, between one or more of the following:
I've tried opening VSC with These problems occur on one of my machines (my desktop) but not another (my laptop) So, just as for @veriotis's post, there's not much to go on to help anyone who isn't experiencing a freeze to be able to reproduce the problem. And my freezes might have a different cause to the one @veriotis is experiencing. But hopefully I've provided some clues that someone else experiencing a freeze might pick up on. That is, to help us narrow in on a cause. |
@veriotis can you attach the crash report following the steps at https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-and-symbolicating-local-crash-reports, thanks! |
@JohnLukeBentley can you please open a separate issue, I am gonna track this for the crash on macOS |
@deepak1556, I'd be happy to. However, I'd suggest that we'd need, first, to establish they are separate issues. That is, if you find that @veriotis's error is Mac specific then that would make the issues separate. But if you (or we) find that the issue is at the level of Electron/VSC interaction and cross platform, then the issue is not separate. |
The original issue posted here is a crash on startup due to |
@deepak1556, ok noted that they are separate issues (trusting what you can see and without, myself, knowing what |
@deepak1556 Here you have the dmp-file based crash report as a zip-file, see the supplied zip attachment. VSC v1.56.0 always crashes under MacOS 10.11.6 (El Capitan) on startup, no matter if with or without enabled plugins. - The previous version 1.55.x worked fine instead. The MacOS generated crash report always tells that Electron crashes the new v1.56.0! |
It looks like the Electron crash reason is always associated with spdlog.node logging! |
Im also seeing instant crash using 10.11.6
Im falling back to 1.55.0 as that seems to work just fine |
@veriotis can you try with the latest insiders https://code.visualstudio.com/insiders/ which has updated spdlog version. @schroef it should either be |
@deepak1556 I've just tried with the latest insiders release, but it's the same behavior and crashing too in the spdlog.node context ...
|
The problem is with binary node modules located in VSCode.app/Contents/Resources/app/node_modules.asar.unpacked/ I am also tried to copy/paste node_modules.asar and node_modules.asar.unpacked from 1.55 to 1.56. This seems to prevent VSCode from crashing at startup, but instead it just freezes as if app's main thread is deadlocked or stuck in an infinite loop |
@digital-pers0n If a build/compilation with SSE4.2 optimizations is the cause of evil here, then the responsible people for the VSCode Mac related build processes should take this into account. Otherwise VSCode isn't OSX 10.11.6 compliance at all any more and thus not usable on these MacOS systems. @deepak1556 You should cross-check this (SSE4.2 optimizations) with the Mac related build process settings, since it probably influences the overall app behavior for Mac OS systems <= 10.12 then here. BTW nothing changed in this behavior so far for VSCode v.1.57, same sort of crashing, thus actual VSCode versions are unusable on OSX 10.11.6 (El Capitan) systems! |
@veriotis just checking since the issue is |
Noting I'm not the OP and @deepak1556's earlier request to me was reasonably to open a separate issue (given I'm on Windows rather than the OP's OSX), I'll mention that I tracked my issues down, about those 4 months ago, to a Sync problem. That is, I got so far as establishing that turning on Sync Settings caused the freeze (both under VSC and Preview VSC). Since then, out of fear and a need to spend my time elsewhere, I've kept Sync Settings off. So if anyone was highly motivated to try to reproduce a freeze with Sync Settings on, they'd be doing us all a great service. But, with respect to this sync issue, it would be reasonable to close the current issue on the grounds it's encumbent on me to open a new one and try to reproduce the freeze under the latest version(s) of VSC. |
Still (or again) crashes on BIg Sur 16'' Macbook Pro. When I start VSCode (1.6.1) from within Applicatiosn folder, it crashes after startup. If I start it from another folder, it runs - how comes? |
With Electron 22, January milestone:
February milestone:
|
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
See the attached crash_report.txt file
crash_report.txt
The text was updated successfully, but these errors were encountered: