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:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=tqwAo+VhybTYvyUJYqFMqkZ8VDkmpk7twmhHqOJ2Qrc 3jfiTNvc7/vWn86NUHeOEMPuMXLIIid1EB2zJWd6Ri+ORnyvMPVMX5OJc5CVuoI2 3VlVsq4/VyPl9QOXSKsnkKZXmVhoYSV1nnwHmytZPcJ0RXMx6mCFZRrTHQf6vJlY = 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:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=PHRLxHO+Py05c/xM2yt9RtmJTP0=; b=jWVUZj7LpKyWgrjwV FDBpw02rofTdOl6cy9vUOhdCvefJY+GAnp8jV8FJjGQZrCRwO5g9tx6m7sLl6QsF Jb/5a3n1+5RIrYVqjqCNg857ZjrYjygvYGoVM63Ov+8TYdRuixjPvLtMJ6kL4f65 PLEV4iJcH7uGUsGiDNJCGk5Uas= 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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :thread-index:content-language; bh=Is/Qrs5p6F3m9AD2VJo81pce7dX8/d4q74oHlL6hREQ=; b=QKpNu9zMpdbYmfx5Atp40Su+0EeOsnScq5rEq0LuVzRWRfMwc3KW2jHCxqm+KwNEPR Btk8Nd4o/ll3WffqOwDVK0rKz+7RQMa93U54qoc8ZyT/hFPmskkgmlmBUwzpIeCjAjKm phm8V/te0TBuRrdt5OEfYC+jsixKJFKIWGPsJXqSTOe4gsCaIWQC1nSYZUc2wGqcgsBQ E4s4seLHW6Q0WVyJ/4188JCYlnElCJb7o/ZBSeTHqnfozufWoFwidH7L5TTgZzMokgUM CO9c6Tytel8SzkGKiIuLO1l7Q25qmTA75yQ2p2cLFS+yNPIDNSy5A4UmwfhyKT5b0IxF 1sSg== X-Gm-Message-State: ALoCoQlgB2Q7x+9ossHRVFALmvPbItF5oAaj8uLVUdfYmVkvqTZE3veKnzRNIE6HD83RDFk5kq7z X-Received: by 10.180.102.195 with SMTP id fq3mr16387500wib.7.1442874539829; Mon, 21 Sep 2015 15:28:59 -0700 (PDT) From: "Nick Kennedy" To: References: In-Reply-To: Subject: RE: cmake fails to run/build under Cygwin Date: Mon, 21 Sep 2015 23:28:57 +0100 Message-ID: <003201d0f4bc$e85a85e0$b90f91a0$@nick-kennedy.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8LMTIKF000619 On 21 September 2015 Tony Kelman wrote: > Could you try at least taking the win32 cmake off your path? > Or as an experiment, running `PATH=/usr/bin cmake .` ? I've just tried that - no difference. > Problems with exec'ing external programs would otherwise lead me to suspect BLODA or something trying to inject hooks > into all processes on startup. You aren't trying to run this in conemu by any chance? I'm just running in a normal Cygwin session. The most likely BLODA culprit would be Kaspersky Internet Security. I've also got Visual Studio and the Windows debugging toolkit installed, but I don't think either of those are likely. Using gdb, the external process seems to get launched normally. The response from `uname` is received, which is just one line of text. But then there seems to be an infinite loop within ProcessUNIX.c in cmsysProcess_WaitForData (lines 1129-1130). This repeatedly calls kwsysProcessWaitForPipe which keeps returning false and so the loop goes on. The underlying Windows function called seems to be ntdll!ZwWaitForMultipleObjects. I've tried pausing Kaspersky which doesn't help. I'll also try uninstalling it at some point. Thanks for the help to date anyway. Nick -- 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