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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=cAO xIntP/ycCiM0fSwY7M+Hn77FFiiZhL/IWNpvqFLLtGeIODFsTpzwztj3NvqbJlb2 LtXb25XgFCBrHx95ek1YTINavDhfbTTU5lIcwj18hLsYfF+OZIBU9Cf0wwaIX7bJ 2h1vjjJpUctMU7h1QlzJogALyGgkWv37fPpKuN6o= 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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=SAnUplH5D KUlhE7KwPE+uV3Qka8=; b=kO+gV+G0NStgMNkcMEbLTpFFGMZiAUt882XJl3wg0 0o4av0O9zenQ9108r+sv0SO8msAEkOXGSuQy0K/M3rS1o5QhiYQ87BqGBYrZzRkB IehS8KzAgGU1fJg3zSNc79PC7+FasBLinheXvGSoh2MPhil1j2XGSk5Utc1Zsf1w EY= 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.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_MANY_HDRS_LCASE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout2.w1.samsung.com From: Pavel Fedin

To: cygwin AT cygwin DOT com Subject: fork/exec vs spawn() - possible bug Date: Tue, 14 Apr 2015 14:54:59 +0300 Message-id: <107101d076a9$d6155fe0$82401fa0$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-IsSubscribed: yes Hello! I decided to try to return to my GNU make patch making use of spawn() on Cygwin. Since upstream project refused to cooperate, i use my own patched version of Make. And i came across a problem. When spawn() is used, sub-process fails to process Ctrl-C. Ctrl-C is simply ignored. If i want to interrupt the process, i have to use task manager. With unmodified Make everything works fine. Can this be considered a bug ? Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- 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