-
Notifications
You must be signed in to change notification settings - Fork 196
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
Frequent Crashes Reported By Elixir LS #885
Comments
Please post a repro steps or a project that reproduces it |
ping @apoorv-2204 |
If I find one I will do so! I can’t share the repo I am working on (its proprietary code) |
A minimal repo and repro steps will do |
I've had this issue on every single repo I've ever used ElixirLS with. Even a brand new project with |
@APB9785 I can't help without repro steps. I'm not experiencing it on any of the repos I work with. Please post a minimal repo |
@APB9785 works for me, no crashes Fill out the bug template. Provide versions and detailed repro steps. Otherwise feel free to clone the repo and create a PR with a failing test |
@apoorv-2204 That's not a bug. Please install OTP with doc chunks or build from source with correct flags if you want full documentation support for erlang stdlib. |
|
@apoorv-2204 Did you delete deps directory while ElixirLS is building? This is not getting anywhere. Either post a concrete repro steps or I'm closing that |
Yes I did several times |
A crash is expected in that situation |
We can add a try/rescue in that call but don't expect software to work if you delete files it's trying to read. If you delete deps during mix compile it will crash as well. |
https://elixirforum.com/t/frequent-crashes-reported-by-elixir-ls/57038
Precheck
** There is frequent crashes of elixir ls ,on vscode **
Due to which cant use the features provided by elixir ls.
The standard debugging measures taken are:
Environment
Elixir & Erlang versions (elixir --version):
elixir 1.14.1-otp-25
erlang 25.2.2
Elixir Language Server version:
latest extension on vscode
Operating system:
22.04
Editor or IDE name (e.g. Emacs/VSCode):
VSCode
Editor Plugin/LSP Client name and version:
Current behavior
Expected behavior
The text was updated successfully, but these errors were encountered: