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:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=eNIaKl0IOUD9kGtzzPJ2suBl8iPd 3SM7Qr2rlp94vBfsfg4oE+Bz9IGCz8pIHGh3uODHknXUD93oSJO0qx+T7jGmDfkb +ft9GkaW7/BEsZcqilPVnzUuE4QZS1Rp0L5GqLJVcJ4qrxz/tEQHs+UEvO5fAzx3 1UXyIJzbDT9m53w= 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:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=default; bh=pZkM7c/NC6Ng3oUMCZg1ZK7odHo=; b=qd 0EqRK1x98pl+6JosBXBogSeZ9Lu1OkocZbTSpyFxD7Z6iMFppl2F0+PU+fwBtqfX l7CRk52P16+5C5orWGzFRjRuar8WG1YS5JPguZnLY73CtJKLIIATw3T/A4Qr711+ OJA8mwRIrfTKiaNiRjROA4M9j1U7gpYn0PpIImXag= 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.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=4.4.2-1, mate, H*F:U*cygwin, Hx-languages-length:2363 X-HELO: smtp5-g21.free.fr Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: rebase-4.4.3-1 regression: Too many DLLs for available address space From: Denis Excoffier In-Reply-To: <98715417-cabe-7b0f-8767-fd114cc929e8@t-online.de> Date: Thu, 11 Jan 2018 22:52:38 +0100 Cc: cygwin AT cygwin DOT com Message-Id: <1185EB5F-53C1-4F84-BB14-4424F8C60074@Denis-Excoffier.org> References: <98715417-cabe-7b0f-8767-fd114cc929e8 AT t-online DOT de> To: Christian Franke Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w0BLqrsc023844 > On 2018-01-11 13:32, Christian Franke wrote: > > After 4.4.3-1 upgrade, rebase always fails on 32- and 64-bit Cygwin: > > $ rebase -s -T /var/cache/rebase/rebase_all > rebase: Too many DLLs for available address space: Cannot allocate memory > > Using /bin/rebaseall does not help. > > A downgrade to 4.4.2-1 fixes the problem. > Same for me. I also tried rebase-4.4.3 and it didn't work (message in setup.log and no /etc/re* created). Therefore i also switched back to 4.4.2. I would like to add that under my system (Windows 7 32bits), when i autorebase everything (full), the 'rebase -si' function (rebase-4.4.2) produces the following result: /usr/bin/cygvpx-3.dll base 0x002d0000 size 0x00201000 /usr/bin/cygvpx-1.dll base 0x004e0000 size 0x001ed000 /usr/bin/cygvorbisfile-3.dll base 0x006d0000 size 0x00010000 ... /usr/bin/cygGraphicsMagick-3.dll base 0x6ecf0000 size 0x00321000 /usr/bin/cygGraphicsMagick++-12.dll base 0x6f020000 size 0x00052000 ... /usr/bin/Scintilla.dll base 0x6fc70000 size 0x000c8000 /usr/bin/SciLexer.dll base 0x6fd40000 size 0x002bd000 /usr/share/regina-rexx/addons/rxtest2.dll base 0xba330000 size 0x00009000 /usr/share/regina-rexx/addons/rxtest1.dll base 0xba340000 size 0x00009000 /usr/share/regina-rexx/addons/regutil.dll base 0xba350000 size 0x00018000 ... /usr/bin/cygvte-9.dll base 0xffee0000 size 0x00099000 /usr/bin/cygvte-2.91-0.dll base 0xfff80000 size 0x0005f000 /usr/bin/cygvpx-4.dll base 0xfffe0000 size 0x002e2000 The first DLL (listed in rebase_all) is /usr/bin/SciLexer.dll, the last is /usr/share/regina-rexx/addons/rxtest2.dll and /usr/bin/cygvpx-4.dll follows /usr/bin/cygvpx-3.dll (as you can imagine) with 0xfffe0000 + (0x002e2000+0xe000) = 0x002d0000 (modulo 0x100000000) as you can check and compare with the 1st line. Is this expected, this kind of arithmetic modulo 2^32? In any case, i have no fork problems. The full list contains 8006 lines, i have the complete Cygwin 32bit installation except for: - the debuginfo packages - the gnome, kde, lua, lxde, mate, Ocaml, Scheme, video and xfce categories (but including all missing dependencies of course) - the *.mex and *.oct files from the octave packages (they use nearly 0x30000000 bytes), i removed them by patching /usr/bin/rebaselst Hope this helps, Denis Excoffier. -- 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