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:to:subject:references:date :mime-version:content-transfer-encoding:from:message-id :in-reply-to; q=dns; s=default; b=XV6QEMFNvw06Jy7FlAb82sIc4s/lxf Tb4JTZF3Ysg+fWQG2u4MDQ/do38tsR/UNZw5U1kC1jvAEf1BnoFwc2sX+6ikiATg WfV2o9eohjtVpoGKhjDYYaelIhU/byypDLFuQ/LPc80f3OMHMZEbnuxnOei62lc0 GJAmMY8Zedfys= 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:to:subject:references:date :mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=default; bh=i2EGAo+CNGktpWCc8qd7Dg/SneE=; b=wxUL vSbMNMh5ji//0ZokVtFEfazNz1CH4OhNGDaa1ZqZN8gCLqxPO5CfJX4Jdt7PZYlI 8RcQyDvaDl+A0PdWQaFuJEoNLjtyOE+mdDP9NfHgUdfwM4+HwHJUFqGHAYFA5jRY GBIDKEaSnpy+9XOrJ7RITtCJeXk25Gn+JjGCeKM= 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=2.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*Ad:D*t-online.de, H*F:D*t-online.de, systematic, enright X-HELO: mailout11.t-online.de Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes To: cygwin AT cygwin DOT com Subject: Re: Apache rebase trouble References: <877f17jxua DOT fsf AT Rainer DOT invalid> <87poezibkr DOT fsf AT Rainer DOT invalid> Date: Thu, 25 May 2017 16:54:19 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Lemke" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.63 (Win32) X-IsSubscribed: yes On Wed, 24 May 2017 01:56:55 +0200, Michael Enright wrote: > On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote: >> >> Lacking further clues I did the trial and error thing and removed some >> stuff I thought I didn't need (like GNOME). Not sure yet what I broke but >> my Apache is working again. Thanks for the hint that the number of known >> dlls could be a problem. I'd still appreciate more precise information >> of how rebase works and if there is a more systematic approach. >> > > The command rebase -is gives a list of the DLLs, their sizes and where > they are based. > The DLL size is in "field 5" as 'sort' recons fields, so > rebase -is | sort -k5 will dump the DLLs in size order. Thank you. So if I take the first and last line of rebase's default output the difference in the 3rd field tells me how much space is required, correct? In my cleaned up installation it is 879.5 MB. Is it possible to give a limit up to which this number may grow? Exactly what memory/address space is being reserved here? > On my system the last DLL in the output is an LLVM DLL which I believe > is used by the X server. A lot of the top DLLs appear to be related to > the X server, some of those are code-generation DLLs for the LLVM JIT > to use. The footprint of the X server seems large. In my installation LLVM takes up a lot (and for some reason I have three different versions installed - have to get rid of some) but the biggest is qt4: orion> rebase -si | sort -k5 | tail /usr/lib/cygswrAVX2.dll base 0x45290000 size 0x00c7c000 /usr/bin/cygLLVM-3.0.dll base 0x6e710000 size 0x00cab000 /usr/bin/cygavcodec-54.dll base 0x5f710000 size 0x00d79000 /usr/bin/cygLLVM-3.4.dll base 0x6c310000 size 0x0116e000 /usr/bin/cygLLVM-3.1.dll base 0x6d480000 size 0x0128a000 /usr/bin/cygicudata56.dll base 0x58060000 size 0x017ed000 /usr/bin/cygicudata57.dll base 0x567d0000 size 0x01885000 /usr/bin/cygwebkitgtk-3.0-0.dll base 0x49660000 size 0x01951000 /usr/bin/cygLLVM-3.8.dll base 0x6a810000 size 0x01af3000 /usr/bin/cygQtWebKit-4.dll base 0x63810000 size 0x01eea000 orion> -- 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