schell / steeloverseer

A file watcher and development tool.
BSD 3-Clause "New" or "Revised" License
128 stars 15 forks source link

Sometimes it hangs #31

Open michalrus opened 6 years ago

michalrus commented 6 years ago

85d40083ac893bebc3696ab48f223da8af928874

I can’t quite get how this happens, but look at this screenshot:

For all following modifications of that .hs file, nothing happens: sos doesn’t output interrupted or anything like that. And the commands are not run.

In htop it has 8 instances of Cabal as its child processes, but they are not really Cabal, only named so (look at their mem stats):

schell commented 6 years ago

I wonder how cabal runs its tests. I'll try to reproduce locally and work on some extra debugging options to give us more context. Thanks :)