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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=mA4 XmoucvrBFYGCsYlPRrQpobKsrV16623nz9rVGBr3ySmNG7e6Vdqab1MmSPE0rgsN mM7YYmveeZvfTF1nDcanMBiCRQypJ6hPoZDxslvb7mJY5osp7K5QJ60HsFgV2Q10 +TupA582aFQKVaN5LawzZ3FeaI/yQMRUl1nWjfPA= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=wCa9QEGav 56O6hIylDiMYYwpncg=; b=G3UGYbQS3qnzE2eoTTT7Sf0jkE76iVqHJ3wdghxsj MtTUbTwrD5Y2P2QgADdUTnwCpT0mkMg7AdPCYKlJ1mN+GJ4XbqhXxZ2VMUIGfw41 Zk7yWf+WHbftK2Pkq6gnav4unyMnLgbBoB/3/0fWVuVMQdeshCO3Ubdl7gy+fW+7 b4= 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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f53.google.com X-Received: by 10.98.72.71 with SMTP id v68mr79647816pfa.40.1448965688787; Tue, 01 Dec 2015 02:28:08 -0800 (PST) To: cygwin AT cygwin DOT com From: nu774 Subject: fork issue when lauching cygwin64 process from 32bit native app on Windows 10 TH2 Message-ID: <565D762E.4090109@gmail.com> Date: Tue, 1 Dec 2015 19:27:58 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-IsSubscribed: yes After upgrading to Windows 10 TH2 (ver 1511, build 10586), any attempt to launch a cygwin64 process from 32bit native app (for example, C:\windows\syswow64\cmd.exe) *always* results in a fork error. To be precise, I can execute 64bit bash.exe from 32bit cmd.exe. However, this bash process never succeeds in forking a child (ls or something). Also, I cannot launch 64bit mintty.exe from 32bit cmd.exe. It always fails in a error dialog saying that: mintty: could not detach from caller Try '--help' for more information. When launching from 64bit app, this issue doesn't happen. -- 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