DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.82k stars 79 forks source link

Overmind Segmentation fault (core dumped) #117

Closed mihtoa closed 2 years ago

mihtoa commented 2 years ago

Hello!

I'm triyng to install Overmind in my system but when I try to execute the file it's show the error:

Segmentation fault (core dumped)

I already install tmux and now I'm triyng to install the overmind-v2.2.2-linux-amd64.gz release. I already try too install using Go but same happens.

Someone know why is this happening? Heeelp

My system is Ubuntu 20.04.3 LTS

Thanks!

mihtoa commented 2 years ago

Updating the case, I managed to solve the installation following the question in #65.

sudo curl -L https://github.com/DarthSim/overmind/releases/download/v2.2.2/overmind-v2.2.2-linux-amd64.gz > overmind.gz
gunzip overmind.gz
sudo mv overmind /usr/local/bin
chmod +x /usr/local/bin/overmind
DarthSim commented 2 years ago

Hey Milene! Glad you solved this! If anything goes wrong again, please include the whole error log :)