On 13 Sep 2016, at 17:26, Matt Neuburg wrote:
What I'm noticing is a different issue with Ruby. When I run a Ruby script in TextMate 2.0-beta.12.4, it sometimes doesn't stop after the script should come to an end. The Ruby process keeps running behind the scenes, taking over my CPU and causing my fans to blow. I have to restart (with difficulty) to get control of things. It seems like the script runner is not returning properly.
Could this possibly be your script?
When it happens, you should check in Activity Monitor what process is actually using the CPU.
When you close the output window, do you get the ability to stop the command, and if so, does that result in the window closing, but still a process gone haywire?