-
Notifications
You must be signed in to change notification settings - Fork 697
Razor pages server crashing in vscode #5347
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
Comments
Same problem. Nothing more to add to far I've had several issues with libssl3 on ubuntu with the latest update. This feels like another issue on the stack
|
i hope the team help us so that dotnet 6 runs stable on vscode just like dotnet 5. |
Hi everyone, I'm facing the same issue. Environent data
VS Code
C# Extension version: Razor Log
|
@OmniSharp should help us solve this issue i think |
LogsOmniSharp
Workspace informationRazor document:Expand
<MudNavMenu>
<MudNavLink Href="" Match="NavLinkMatch.All" Icon="@Icons.Material.Filled.Home">Home</MudNavLink>
</MudNavMenu>
Projected CSharp document:Expand
////////////////////// Projected CSharp as seen by extension ///////////////////////
////////////////////// Projected CSharp as seen by VSCode ///////////////////////
// 0 Projected Html document:Expand
////////////////////// Projected Html as seen by extension ///////////////////////
////////////////////// Projected Html as seen by VSCode ///////////////////////
// 0 Machine informationVSCode version: 1.71.2
|
Extension | Author | Version |
---|---|---|
azure-account | ms-vscode | 0.11.1 |
bash-ide-vscode | mads-hartmann | 1.14.0 |
blazorwasm-companion | ms-dotnettools | 1.1.0 |
csharp | ms-dotnettools | 1.25.0 |
github-vscode-theme | GitHub | 6.3.2 |
gitlens | eamodio | 12.2.2 |
jupyter | ms-toolsai | 2022.8.1002431955 |
jupyter-keymap | ms-toolsai | 1.0.0 |
jupyter-renderers | ms-toolsai | 1.0.9 |
python | ms-python | 2022.14.0 |
shellcheck | timonwong | 0.22.0 |
vscode-aks-tools | ms-kubernetes-tools | 1.3.4 |
vscode-azurefunctions | ms-azuretools | 1.7.4 |
vscode-azureresourcegroups | ms-azuretools | 0.5.6 |
vscode-docker | ms-azuretools | 1.22.1 |
vscode-dotnet-runtime | ms-dotnettools | 1.5.0 |
vscode-kubernetes-tools | ms-kubernetes-tools | 1.3.10 |
vscode-pylance | ms-python | 2022.9.20 |
vscode-yaml | redhat | 1.10.1 |
I posted a workaround in #5321 |
Sadly that does not resolve the issue for me. :\ |
also doesn't work for me too |
Hi @elestedt. Same here :(. The workaround doesn't work |
Hi, I have the same problem, and it's really annoying. :( |
Probably the workaround I found solves a different, but related, issue. Too bad. |
This workaround likely works because you have OpenSSL 1.1 installed alongside OpenSSL 3. Most Linux distros have removed nearly old traces of 1.1, including the compat libraries, so that's not going to work in this case. I have compiled 1.1 on Fedora 26 for a Ruby install but I don't know what environment variable this would look to for that path. Any ideas for that? Based on what else I've read about this issue, the Razor Language Server packaged with the extension needs to be upgraded. It might do to point people to where they can get a newer version of it and point out the extension setting for its path. As it is, I'm still searching. |
The VSCode team claims its a C++ issue, couldn't figure out how. here |
As noted in the linked issue, this should be resolved in the 1.25.4 version of the extension. |
I updated the C# extension to version 1.25.4 and problema apparently was solved. |
the issue is fixed 🎉 |
bug report |
when i open vscode Razor pages i get this error
The Razor Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.
`--------------------------------------------------------------------------------
Razor.VSCode version 6.0.0-preview.5.21358.6
Razor's trace level is currently set to 'Off'
Cannot get required symbol EVP_MD_size from libssl
[Info - 2:39:23 AM] Connection to server got closed. Server will restart.
[Error - 2:39:23 AM] Request textDocument/codeAction failed.
Error: Connection got disposed.
at Object.dispose (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:994214)
at Object.dispose (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:1050936)
at x.handleConnectionClosed (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:1051111)
at x.handleConnectionClosed (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:1070276)
at t (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:1049310)
at n.invoke (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:979052)
at r.fire (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:979782)
at $ (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:986274)
at n.invoke (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:979052)
at r.fire (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:979782)
at t.StreamMessageWriter.fireClose (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:999879)
at Socket. (/home/muchirajunior/.vscode/extensions/ms-dotnettools.csharp-1.25.0-linux-x64/dist/extension.js:2:1000249)
at Socket.emit (node:events:390:28)
at Pipe. (node:net:687:12)
The text was updated successfully, but these errors were encountered: