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:references:from:cc:to:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=PCEycYCj9yalJyEr VobdyGsMWeiJDnqVAu7Ntgsfr6yit3u6mYwaLRbZiL9gzrwxMRnI4ScgZl5FuXf8 Ath9VtbYPqqjOksMPxaYR2oG/CAQ3rnReVf/CpypYBPj0o7ZrC6NEiw9KT2IHUXa lrtgAi3JQCyvmou6snb3nIm/TDw= 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:references:from:cc:to:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=hIecOtrUDUSQu0dI+q7FAI m/y8E=; b=h+GNt0LklE9iKotg94wuUrxR4QSu/ZeT7XBU3vQWYqCBkOGk+vdrhC Q1FANVRivjcKfUbot+2rS2845Q56rmgpe9dRH1hsPPThnfq2TG9R0Jg23EGZxbOl TGSFfoio5HxXwhUiChPf1MA77OHDwPkPIyE0ILa+Xl14t7ItTCeqM= 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.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_WEB autolearn=no version=3.3.2 spammy=consult, emails, Hx-spam-relays-external:ESMTPA, wish X-HELO: out3-smtp.messagingengine.com X-ME-Sender: Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode References: <87po79elst DOT fsf AT Rainer DOT invalid> From: Jon Turney Cc: Arkady To: The Cygwin Mailing List Message-ID: <3a3ba13c-9204-6e1c-6ac9-3a36b4135a92@dronecode.org.uk> Date: Wed, 20 Dec 2017 15:36:03 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 20/12/2017 12:43, Arkady wrote: > I can upload VirtualBox VM which demonstrates the problem - this is > 14GB image for VirtualBox 5.1.30 Please don't. In any case, you might wish to consult the license you have for Windows to see if you are permitted to do this... > On Wed, Dec 20, 2017 at 2:38 PM, Arkady wrote: >> Another clue - flags -d -n -N probably solve the problem or make the >> problem very rare >> >> On Wed, Dec 20, 2017 at 2:37 PM, Arkady wrote: >>> I have little doubt that here is a bug in the Cygwin installer. I >>> reproduce the problem >>> consistently. I use the following command 10 times >>> setup-x86.exe -q -s http://cygwin.mirror.constant.com >>> The setup fails one time of three in my Win10 64 bits setup. Wait what? are you using setup-x86.exe? or setup-x86_64.exe? I have run this command many times, but I can't reproduce this problem. Despite more than 10 emails from you on this subject, you still haven't mentioned what version of setup you are using. You might like to try installing the cygwin upx and gdb packages, and then (assuming you are using setup 2.883): upx -d setup-x86-64.exe wget https://cygwin.com/setup/setup-2.883.x86_64.dbg mv setup-2.883.x86_64.dbg setup.dbg and then, in an elevated shell: gdb --args setup-x86-64.exe -q -s http://cygwin.mirror.constant.com at the '(gdb)' prompt (gdb) r when your error occurs: (gdb) bt -- 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