wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Spawns zombie beam.smp process at 160% cpu #62

Open dbackeus opened 7 years ago

dbackeus commented 7 years ago

So I was doing atom ~/.zshrc to edit my shell config file and noticed the fans on my Macbook Pro going crazy after a while.

Looking at the activity monitor I find:

screen shot 2017-02-07 at 10 16 30

Inspecting that I could see that Atom was the parent process. After quitting Atom however the beam process remained, eating up all my CPU power as a zombie process until force killed. Disabling autocomplete-elixir avoids the process from spawning.

Another sad fact is that I don't even have a single Elixir project on my harddrive at the moment.

Would suggest: