From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66242 invoked by alias); 23 May 2017 23:56:57 -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 66195 invoked by uid 89); 23 May 2017 23:56:54 -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_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 Received: from mail-oi0-f51.google.com (HELO mail-oi0-f51.google.com) (209.85.218.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 May 2017 23:56:53 +0000 Received: by mail-oi0-f51.google.com with SMTP id w10so222734677oif.0 for ; Tue, 23 May 2017 16:56:57 -0700 (PDT) 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 Received: by 10.157.2.141 with HTTP; Tue, 23 May 2017 16:56:55 -0700 (PDT) In-Reply-To: References: <877f17jxua.fsf@Rainer.invalid> <87poezibkr.fsf@Rainer.invalid> From: Michael Enright Date: Wed, 24 May 2017 02:53:00 -0000 Message-ID: Subject: Re: Apache rebase trouble To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00370.txt.bz2 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