Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19990909223419.9105.rocketmail@web1406.mail.yahoo.com> Date: Thu, 9 Sep 1999 15:34:19 -0700 (PDT) From: James Stern Reply-To: stern AT itginc DOT com Subject: cygtclsh80 doesn't clean up child processes To: cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Under Cygwin B20: $ cygtclsh80 % puts [exec ls] % exit $ ps The `ps' command reveals that `ls' is still running. Worse, it's a zombie (parent process id = -1) so I can't kill it. When enough zombies accumulate, Cygwin won't let me do anything more. Does anyone have a zombie killer? Sadly, the `signal' command is TclX and hence is not available inside `cygtclsh80'. Otherwise I would have tried: $ cygtclsh80 % signal trap SIGCHLD {[wait]}; # Untested % puts [exec ls] % exit === -- Opinions expressed above are not necessarily my employer's. James M. Stern ITG Inc. Culver City, CA (213) 270-7955 __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com