> On 5 May 2016, at 5:14 pm, Bram Moolenaar <[email protected]> wrote: > > Andrew Stewart wrote: >> >> I've just realised that every time a job runs, a new process is >> spawned as a child of vim's process, and they're all in the zombie >> state. They only disappear once I quit Vim or it crashes. > > This must be a Mac specific problem, it doesn't call waitpid() to get > the status of the child. You can try using Vim as it's build on Unix, > should also work on Mac in a terminal.
I get this behaviour using "pure" Vim (built with homebrew on OS X 10.11.4), not MacVim. v7.4.1817 this time. I'm watching the processes using htop in tree view. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
