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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=B0Wqid9 eqF6Jz0R96SrvxCM+kgZ4h/Lok2KnoF/MyJPhvKG9qFDE1NVYNj2RoExjc2gMPQW TtZZZRqzACyTpZMk6BwDwebV3R27RdeMnJYhFuRoTHR7rEy+nmtvwUedf+3/OVto Ix4BO6M7blrnSwwqo0DqHmcECg+tLBeREAgc= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=dCU/U4fPwTSM+ ljuGpsUspTFDv4=; b=BXrCDL9KnwWQOQTSzM8eoO/vGlFm5+GdsBW7qCUYdGSV9 K0VcWBUwgkO+DWhU2a5bgv4qDW5deYWfoObwrA06iELoV3KneYagwmMxdi8LHdsp MKWrsnGQTSJ0+YehKd7eMknIc/MmAz6x/FSDqefogbjVRcao2ro4Iix6BX+lw4= 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_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=lacking, clues, gnome, systematic X-HELO: mail-oi0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=fr/JiVDsHnxV4JmrUKtWEmlr11Wn1kvsCwmM4P547wo=; b=kzmKCAFcgwUDLXKIoAjcM5VG3qmM7yuoy8W2UxoI+oTJUQJT5ej4jexKtroPdjUwkK 0Hkrrr534WwAOyp0DOgbcxkhqwv38LFu4uwdrMFo2X2Rpz2wNGol+lHXdFMhpzsqtJBh s6jQtSZq5fm8K2Oolh/o70Sofg2KaaKIVwmatA5g+2P8jqSnVIjBAyv5vinUdNdg9xP9 7bKbPcAJzmnhbMdoPcJYXRX5W3R6dLiTbUdpmioemTiOMWfWisI0W/7koFtJ8TSLV5s0 V5E5kodnjr3s8Yr6mHJJaFTTAwNyJWNCoEGxFpcpdCdBzE+HjJ/09j6Ciyi9Ujw/HQ8v r9Iw== X-Gm-Message-State: AODbwcDnjYejLKwDnXpa/Z8y3RiQMaQ6PjhP4YKKtjOOerCcbn6tHr0e Rqx9s5pR1LkhVVV2GeVaGd70J3wLna9e X-Received: by 10.157.47.70 with SMTP id h64mr3372775otb.23.1495583815619; Tue, 23 May 2017 16:56:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <877f17jxua DOT fsf AT Rainer DOT invalid> <87poezibkr DOT fsf AT Rainer DOT invalid> From: Michael Enright Date: Tue, 23 May 2017 16:56:55 -0700 Message-ID: Subject: Re: Apache rebase trouble To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes 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. 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. I haven't updated Cygwin in some time so your results may differ. -- 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