From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130373 invoked by alias); 20 Dec 2017 15:36:17 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 129914 invoked by uid 89); 20 Dec 2017 15:36:16 -0000 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 Received: from out3-smtp.messagingengine.com (HELO out3-smtp.messagingengine.com) (66.111.4.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Dec 2017 15:36:15 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 6E45F20DEA; Wed, 20 Dec 2017 10:36:13 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Wed, 20 Dec 2017 10:36:13 -0500 X-ME-Sender: Received: from [192.168.1.102] (host86-184-210-97.range86-184.btcentralplus.com [86.184.210.97]) by mail.messagingengine.com (Postfix) with ESMTPA id E4D257E7AD; Wed, 20 Dec 2017 10:36:12 -0500 (EST) Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode References: <87po79elst.fsf@Rainer.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 16:14:00 -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 X-SW-Source: 2017-12/txt/msg00221.txt.bz2 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