From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18570 invoked by alias); 2 Jun 2011 10:44:01 -0000 Received: (qmail 18561 invoked by uid 22791); 2 Jun 2011 10:44:00 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ww0-f45.google.com (HELO mail-ww0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 10:43:41 +0000 Received: by wwi36 with SMTP id 36so621710wwi.2 for ; Thu, 02 Jun 2011 03:43:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.64.209 with SMTP id c59mr4061419wed.41.1307011420404; Thu, 02 Jun 2011 03:43:40 -0700 (PDT) Received: by 10.216.89.131 with HTTP; Thu, 2 Jun 2011 03:43:40 -0700 (PDT) Date: Thu, 02 Jun 2011 10:44:00 -0000 Message-ID: Subject: Mercurial not returning with 20110601 snapshot From: Chris Sutcliffe To: The Cygwin Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-06/txt/msg00027.txt.bz2 Testing the 20110601 snapshot I've run in to an issue where Mercurial (specifically python) will not return to the command line when the command completes: csutclif@bmotec3017201lt:[/usr/src/emerge/default] $ uname -a CYGWIN_NT-5.1 BMOTEC3017201LT 1.7.10s(0.248/5/3) 20110601 01:49:05 i686 Cygwin csutclif@bmotec3017201lt:[/usr/src/emerge/default] $ hg pull -u running ssh ir0nh34d@emerge.hg.sourceforge.net "hg -R hgroot/emerge/emerge serve --stdio" pulling from ssh://ir0nh34d@emerge.hg.sourceforge.net/hgroot/emerge/emerge searching for changes no changes found I have to Ctrl-C to get back to the prompt, doing a ps -efa in a second window I see that the python process is still active (before the Ctrl-C): csutclif@bmotec3017201lt:[~] $ ps -efa UID PID PPID TTY STIME COMMAND csutclif 1840 1 ? 06:30:38 /usr/bin/mintty csutclif 5984 1840 tty0 06:30:38 /usr/bin/mksh csutclif 4172 1840 ? 06:38:06 /usr/bin/mintty csutclif 3884 4172 tty1 06:38:07 /usr/bin/mksh csutclif 5304 5984 tty0 06:41:19 /usr/bin/python csutclif 5620 5304 tty0 06:41:19 /usr/bin/ssh csutclif 4952 3884 tty1 06:42:13 /usr/bin/ps I'm guessing this is related to the recent changes to pipe handling? Cheers, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- 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