When doing a "run" command with multiple processes in focus at the same time, kill all of the processes first before restarting any of them. Currently, StartRun.java takes care of the processes sequentially, killing a process, then restarting it, killing the next restarting it, etc.
Fixed in HEAD.