X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=iU29bjkP4ZRs2Cwp2cP0JYjWm+prgeMp0IMJrBj1edt DLkEBOdqqu09WszCwDWp+T31SOfcp1L+k+AgerX9QOfzvO/7qOi8xmc020Ev+vQ0 NcA/TxeIv7pqX7IbHOUWJMAcjzVKlnDSEcacipEJwEiXrzM3g27KkHKB6GWwcYR0 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=UBIm14+Z/c5uvZU2HAwKv8K7wt4=; b=wSzJZUozor/2zztmM r6Z6sEbV4hJkp2Oi454Ptm54LA+2bUzwFCR5yQ/bpBO/7OU2yDPH4xFr44dNS9iv uApal0kR/DjAscV35zPev/ZUlqr5ttKOXmJcTlogSmr9lIipqVOXAU53oMc5c3Q9 FGS0HWROOgTMfQpnuN6i7AXmlw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <53DA7E73.1020106@cornell.edu> Date: Thu, 31 Jul 2014 13:35:47 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: (call-process ...) hangs in emacs References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7/31/2014 10:51 AM, Peter Hull wrote: > VC integration in emacs has stopped working for me in the past few > days. Using emacs debugger I found the last function call was to > call-process which never returns. > > I can reproduce this by evaluating in Lisp Interaction mode (using ^J) > (call-process "pwd" nil t) > I would expect to see the PWD and exit code but instead it just hangs > until I Quit it (^G) > > I am using GNU Emacs 24.3.1 and confirmed cygwin and all packages up > to date. (cygwin DLL 1.7.31) I can't reproduce this. I tested both emacs-X11 and emacs-w32, on both 32-bit Cygwin and 64-bit Cygwin. Can you think of anything on your system that has changed in the last few days? And have you tried starting emacs with the '-Q' option to rule out a problem in your initialization files? You should also attach cygcheck output, as suggested at http://cygwin.com/problems.html. Ken -- 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