pvolok / mprocs

Run multiple commands in parallel
MIT License
1.5k stars 50 forks source link

When i try to run this app in any of terminals it breaks both mprocs and the terminal in which it was running #36

Open itstheandre opened 2 years ago

itstheandre commented 2 years ago

I try to just run mprocs "ls" to try something. I run it on kitty, it never runs anything and it breaks the kitty instalation. I do it in alacritty... same thing.

Has this happened to anyone else?

Running on MacOs

pvolok commented 2 years ago

I run it on macos and it works for me. Can you provide mode details about what is happening when you run mprocs? Also, did you install it via homebrew or downloaded binaries from the releases page on github?

itstheandre commented 2 years ago

Hey @pvolok . I have tried installing it via homebrew and also via yarn. (when i did via yarn i literally lost the node instalation, having to go through it again) should i trie vie the binaries? What kind of data would you need more?

If you want we can schedule something and you can also see in person this happening. Its very weird

itstheandre commented 2 years ago

i will try in another system, to see if this is just in one computer

itstheandre commented 2 years ago

Ok, its just on one latptop that this is happening. weird

itstheandre commented 2 years ago

It breaks on macs with:

MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports)
Processor: 2.3 GHz Quad-Core Intel Core i7

My colleague also tried on his side and same thing. It "blows up" and even corrupts the app where it was running - kitty on his side

pvolok commented 2 years ago

Do you think if might be some kind of anti-virus software? I had issues when I tried to compress binaries via the upx utility on windows, when default windows anti-virus considered it as a virus (that's why mprocs binaries are not compressed on windows, but are compressed on macos and linux).

pvolok commented 2 years ago

Here is an uncompressed version: mprocs.zip. It is the same binary as in 0.5.0 release, but not compressed via upx. If it works for you, then the problem is likely with upx.