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=l/MSUJkh3oio9J+qW4rcRQJqx6tu6laNxss3zjGCDLt ki7D563YebNTqX2cj1Fh/7C7MQAmsX0DFTisZ7ZVrdam+Z50zwjKkzRIOgW7esU+ HXe1H/y5vD3/qsRMXtMOM3T45cXUGG859sO/ByMBa1w7gPPL0fJN0XAedbu7s9tM = 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=zvCS0q+NOVxy8ZJUgrnWrm1J/sI=; b=VTAGqXcjuvL4fzyiJ NfO4XSykwqzqObPwIqTA9GbhHKKtg1ljdlOy7cNPg2mZSWZKpd9SAd/Ex1Ac62AL 9wGFE3Z0KGik0+6aOTiP+xE5bbH/nTvHLev/KUf5gVWj45s93+itfTmGlH/T9kGd hDN8lW+NiDDXMfwjYpaL2GHPOY= 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=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <555B6F71.4040906@cornell.edu> Date: Tue, 19 May 2015 13:14:25 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin-2 process handling References: <1573487218 DOT 1490468 DOT 1431969356192 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> In-Reply-To: <1573487218.1490468.1431969356192.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/18/2015 1:15 PM, Michael Mauger wrote: > Since the upgrade to cygwin-2 I've been having consistent problems using emacs. My emacs config has not changed and the most recent update to cygwin-2 has helped. I'm using the emacs-w32 executable and have numerous remote cygwin ssh sessions running underneath emacs so that I can edit remote files and run remote shell sessions within emacs. > > When I then start up a Windows console executable (in my case Oracles sqlplus.exe, but cmd.exe works too), I start getting hanging in the cygwin ssh sessions. Filename completion (which involves emacs interacting with a ssh session) or opening a remote file (which involves emacs transferring the file locally via scp or inline) will both hang. It generally requires that I send a SIGUSR2 signal to the emacs-w32 process which emacs responds to by halting whatever is running and returning to the top level interaction loop. When it does so, the process appears to be waiting for input. If I then end the console session, the interaction returns to normal. Trying to start a second Windows console session will also hang. > > In Emacs *scratch* buffer > (shell "*One*") C-j > # > (shell "*Two*") C-j > # > > > (let ((explicit-shell-file-name "/c/Windows/System32/cmd.exe")) (shell "*Three*")) C-j > > # (let ((explicit-shell-file-name "/c/Windows/System32/cmd.exe")) (shell "*Four*")) C-j > *** HANGS *** I can reproduce this, and even more simply. If I start a single shell running cmd.exe, then emacs hangs on the next attempt to call a subprocess. For example, I first evaluate the following in the *scratch* buffer (let ((explicit-shell-file-name "/c/Windows/System32/cmd.exe")) (shell)) I then try to list a directory with 'C-x d', and emacs hangs. The problem appears in the 2015-03-17 cygwin snapshot but not in the 2015-03-11 snapshot. I'm trying to do a git bisection to narrow it down further, but so far I haven't succeeded because I get errors when I try to build the git checkouts from around that time. I'll keep trying. 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