From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104717 invoked by alias); 13 Aug 2019 11:40:38 -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 104709 invoked by uid 89); 13 Aug 2019 11:40:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-8.1 required=5.0 tests=AWL,BAYES_00,BODY_8BITS,GARBLED_BODY,SPF_HELO_PASS autolearn=no version=3.3.1 spammy==d0=b5=d1, =d0=ae=d1, =d0=b0=d0=bd=d0=b4=d1, =d0=bb=d0=b5=d0=ba=d1?= X-HELO: re-prd-fep-045.btinternet.com Received: from mailomta12-re.btinternet.com (HELO re-prd-fep-045.btinternet.com) (213.120.69.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Aug 2019 11:40:36 +0000 Received: from re-prd-rgout-002.btmx-prd.synchronoss.net ([10.2.54.5]) by re-prd-fep-045.btinternet.com with ESMTP id <20190813114033.KYDK6048.re-prd-fep-045.btinternet.com@re-prd-rgout-002.btmx-prd.synchronoss.net>; Tue, 13 Aug 2019 12:40:33 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-OWM-Source-IP: 31.51.206.190 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean Received: from [192.168.1.102] (31.51.206.190) by re-prd-rgout-002.btmx-prd.synchronoss.net (5.8.335.01) (authenticated as jonturney@btinternet.com) id 5D3F8C8B01BA27FF; Tue, 13 Aug 2019 12:40:33 +0100 Subject: Re: Hung setup-x86_64.exe after parsing setup.ini To: The Cygwin Mailing List References: <003aa1a12e604bcca88f42a3a8aa41c9@spb.rpkb.ru> Cc: =?UTF-8?B?0JLQtdGB0L3QuNC9INCu0YDQuNC5INCQ0LvQtdC60YHQsNC90LTRgNC+0LI=?= =?UTF-8?B?0LjRhw==?= From: Jon Turney Message-ID: Date: Tue, 13 Aug 2019 11:40:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <003aa1a12e604bcca88f42a3a8aa41c9@spb.rpkb.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2019-08/txt/msg00158.txt.bz2 On 12/08/2019 10:44, Веснин Юрий Александрович wrote: > > After creating a huge custom package, we meet inaccessibility of using setup.exe. It hangs on parsing setup.ini. By doing a little research we've found that this behavior appears when package size is greater than 1GiB (not accurate 1GiB but 1.4GB is enough). We started to investigate setup.exe sources but we stuck in bison sources. If you provide more details on that problem, I can probably give some advice. > How to reproduce the problem: > 1. Make own FTP-repo of Cygwin (I think it could be done without packages at all) > 2. Append the addition to setup.ini (from bottom of letter; in my setup.ini it holds from 173244 line) > 3. Compress one with setup > 4. Start latest (2.897 | 64 bit) setup-x86_64.exe, try to use this repo with default other settings. > 5. The freeze happens during parsing setup.xz > > "Workaround" is > 1. Replace actual size with 1000000000 (at 173260th line of my setup.ini) > 2. Recompress one > 3. Start same setup utility > 4. Parsing setup.xz passed but it breaks by downloading, of course. It's OK. > > It's definitely a bug. What's the proper way to fix it? Odd. I suspect that there might be additional problems later on, if the uncompressed size of the package exceeds 2GB (as briefly mentioned in [1]) [1] https://cygwin.com/ml/cygwin-apps/2013-01/msg00045.html -- 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