On 4 April 2011 06:44, Daniel Colascione wrote: > Attached is a small program that runs a set of processes under an NT job > object, allowing you to stop, resume, and kill them using normal Cygwin > job control --- whether or not these processes are Cygwin programs.
Very nice. One issue I frequently see with mintty (and any other pty-based terminal) is with trees of native processes, e.g. a Visual Studio build through vcbuild. ^Cing it in mintty kills the top process point blank (via TerminateProcess), which means its child processes continue to run. Your utility appears to address that. Could its approach be used in the Cygwin DLL? Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple