X-Recipient: archive-cygwin@delorie.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=CSrvXM7O/zT6acyGzaqBWLdj3XJtCYTmmbSuZ8f6Snp
	C1YRCjeFYTcdN0/Bvn9MW0pbundA/3I3G8bBy1Y6o45CtB3S9mr+evCudL2wwIQA
	vfBJO9SSu156mvy/2JI/v5LeGUzAw21GqeTMKWWoCVjcXTohhm8AAtRDZANo+woE
	=
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=nlfnNADotl/DG0BIDhPkJnek8gk=; b=VZXJOZgvRrEzCW+W/
	KwW85bpG8yX2Y9GP+qU0B5Sv1cvjtrfufOQp59UdNZ6/27082wHToCw+K9UBKBf2
	8asoVVHnJiZkIFcwk6O3AVrvguwvWiC/f+D4WZPVfWQUcgLlWpMXTU4Ft6jugR6z
	OEHfTVgCvdTUdyWZ9sX9Ur/IUQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f181.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=ggg1xKUjzwUHcEyweA7TAXiKViaH5Q+R13uXaL/t8dc=;        b=S6OBjdFWXETr4GVcfyZrzXZBa0XjibdQ2O/FSFiicxkIaXs2iZdfkZBVdfymldtkCa         JZeM76fB0+77wOq4tEQ8K5jiTs9S/Y7aSG7fFpZ7Srr3/+bCyyiTXpBgFOIg4GhJx8kO         wF46gpMVat3j9fbRfBbbNSuEvuPd4Lh7Iuz7gV35m8kxSy+HVd+wocU1048q6W7lBwGW         n3NLmBbl93JVUi9pqg2K1MjXuIsC5LVxBLJJG9/zRKPwxgkwUdRIwVQfcpAMZXFXZBmW         oH59d0fmzHVldA+8wG3t61wzKQ72zFFXL80Ud9wU+uroiJ/gIDp7pxtEQhAK66sOriPx         1Pkw==
X-Gm-Message-State: ALoCoQmO9lO3UCC1/D48TAy41qS0L7atjDOMFkclbwhx1MDcoBV8PNMvKSJbmb5T8UR2kOty3him
X-Received: by 10.194.122.66 with SMTP id lq2mr29639428wjb.156.1442934021561;        Tue, 22 Sep 2015 08:00:21 -0700 (PDT)
From: "Nick Kennedy" <nick@nick-kennedy.com>
To: <cygwin@cygwin.com>
References: <CAA3P5HMEWibqgdNXc4pazB1wdoBtxcDAbHrHQfHFBi5y925ZMA@mail.gmail.com> <CAA3P5HPNrvCLCAoLwukbrmrkVNBmRdSjMgMw0O739XxLXY9o=g@mail.gmail.com> <BAY169-DS380D0D49EEEF1B5B9D64E3A7460@phx.gbl> <003201d0f4bc$e85a85e0$b90f91a0$@nick-kennedy.com>
In-Reply-To: <003201d0f4bc$e85a85e0$b90f91a0$@nick-kennedy.com>
Subject: RE: cmake fails to run/build under Cygwin
Date: Tue, 22 Sep 2015 16:00:19 +0100
Message-ID: <003901d0f547$6637cb00$32a76100$@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 t8MF0l4I017566

On 21 September 2015 Nick Kennedy wrote:

> 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.

I've now uninstalled Kaspersky, and the problem goes away. Reinstalling the latest version (KIS 2016) results in the
problem coming back.

So it looks like there's an issue between Kaspersky Internet Security and certain Cygwin functionality.

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


