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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=P2qYdfw9FU4zqp+D mYZdnQWpKWIEmV3xe6hoB1QS5Lu3+iaehwVxvbwcMCbzsCDu9FKtPT3ueVsra2EM OLKJDh2O6NMCIXBPzbh1XL48R4OfF/+QIIg+I6x4qJDN89UDRfTdpwt3djrd6Vpb k0keEk49BwHM5kQ+xoPaSYI2bkg= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=+1MHIh/saDUbKy+cDhdYVb 8spy0=; b=bZxDrVmNKGulJww5gxYjyDlAKa9NBOg8ZyvIpLZr/A8bvlaclZS3Vr kuSQ5UMLjdkbjqubwWYjIA/V5j698cC8yPt9YMwsZIpaKsQme41UsFu16IQwt126 CN0WZ0gwgWLEqOtiwVQFahltDASZdwjlOUNQAPOIgk3z4vSU88aTE= 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.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=WINDOWS, closest, HContent-Transfer-Encoding:8bit X-HELO: mailout12.t-online.de Subject: Re: guile: guild compile hangs To: cygwin AT cygwin DOT com References: <5fbbdcd3-da19-5962-f390-f1a988054d77 AT cygwin DOT com> <9fb62c4a-cf74-791d-2579-916b9870523a AT gmail DOT com> <26e771b6-2cbc-a06d-2d96-fa2c7ab4f75f AT gmail DOT com> <613e0625-aa15-9f32-9959-dd2e7e0c3c11 AT t-online DOT de> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <9a0f7b2b-3516-fd56-2285-51125e88679e@t-online.de> Date: Wed, 28 Jun 2017 21:18:51 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Am 28.06.2017 um 13:58 schrieb Marco Atzeri: > On 28/06/2017 01:32, Hans-Bernhard Bröker wrote: >> FWIW, it also hangs when trying to build gdb from GIT sources (in the >> gdb/data-directory folder). >> I see it with "current" of Cygwin, i.e. 2.0. The last time it worked >> was May 20th, apparently. The first big install after that date, here, >> was the big round of Python updae on May 27th. > potential candidates are: > - libgmp > - libiconv > - libintl > - libltdl > - libunistring > - libgc > and cygwin itself The closest of these in terms of update time relative to the date this started to fail for me would be libgc-7.6.0-1 update I installed on May 12th. gdb-ing into the stuck guile process shows about multiple threads in a waiting state: (gdb) info thr Id Target Id Frame 7 Thread 17376.0x4188 0x00007ffd1add8d71 in ntdll!DbgBreakPoint () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 6 Thread 17376.0x2bc0 0x00007ffd1add5f04 in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll * 5 Thread 17376.0x356c 0x00007ffd1add5f04 in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 4 Thread 17376.0x1754 0x00007ffd1add5f04 in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 3 Thread 17376.0x868 0x00007ffd1add5f04 in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 2 Thread 17376.0x2f3c 0x00007ffd1add5474 in ntdll!ZwReadFile () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll 1 Thread 17376.0x3040 0x00007ffd1add5f04 in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll and several of those waits do originate in cyggc-1.dll. -- 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