delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/09/21/18:29:23

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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" <nick AT nick-kennedy DOT com>
To: <cygwin AT cygwin DOT com>
References: <CAA3P5HMEWibqgdNXc4pazB1wdoBtxcDAbHrHQfHFBi5y925ZMA AT mail DOT gmail DOT com> <CAA3P5HPNrvCLCAoLwukbrmrkVNBmRdSjMgMw0O739XxLXY9o=g AT mail DOT gmail DOT com> <BAY169-DS380D0D49EEEF1B5B9D64E3A7460 AT phx DOT gbl>
In-Reply-To: <BAY169-DS380D0D49EEEF1B5B9D64E3A7460@phx.gbl>
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
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019