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=HA+jdk8NovM6TFFeBilhlytXBzjVwVE6nysjlC+W4lF HhCMP+cXCQQ+/lKA92LXNTtOvEbCoO+UQo7ef4GwL0fGembyymoVn+17fYVjtH1m HSTs5FR2LXctCYt0nSN1O0oixAb01UdbJdG3QMgkSUC35gn7TzHhBRWlD+cYwWqg = 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=0yxxdN8FJHKazJ2xk7v2SziKoC0=; b=n1DTnJWT8Un7gw/OM uHYxsdXDlRk8kAzBkC95LkbwNFXXqCixmj75gIebgdP+IYaFd29xm6GDG699xew1 PbSvlsXuzymXzHdqBKCrGrORFJqGuan5RfnK0wyf9gJIVt6aK67zcHpnq7N8wTf0 wgV6rJEsWc4kcZnGP5hQBc4/7g= 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.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: demumfd002.nsn-inter.net Message-ID: <54F8358C.7040507@towo.net> Date: Thu, 05 Mar 2015 11:53:00 +0100 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Bug? attempt to suspend = kill process? References: <54F7C550 DOT 2010609 AT tlinx DOT org> In-Reply-To: <54F7C550.2010609@tlinx.org> X-TagToolbar-Keys: D20150305115259991 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-size: 994 X-purgate-ID: 151667::1425552782-000067C4-5281C20D/0/0 X-IsSubscribed: yes On 05.03.2015 03:54, Linda Walsh wrote: > I usually run the the windows version of 'Gvim' as > it will run even when there is no 'X' running... > ... > I tried pressing ^z, as I would on linux (actually ^y > in my usage). > > In the console window, I got a message that it had > "stopped" like I would in linux: > >> gvim > Stopped >> > > > but actually what > happened was that it was killed. > > ... so.. why no suspend?... it seems like it was trying? I would not expect a Windows program to be compatible with cygwin in subtleties like exchanging signals. The behaviour can be reproduced with any Windows program, e.g. notepad. I don't know which Windows mechanism is used for transferring signals to another process but certainly the Windows gvim does not have the cygwin framework to receive the signal and handle it in a POSIX way. Could signal transfer possibly use Windows in a way that does not have this effect? (Windows experts...) ------ Thomas -- 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