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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=NjPejivDfEscXxUX 5NOcyiR3BlcFgMyVdAUUm6AcCTDYRXx2kSetFhfxbK0snU79C32UDjjeVxQhpB+5 zYMlb37xkUe1LtOg1tVjzyLpEivOHHO1iq4/4rkm8LfRCHghlr2Ggao6mYJpqfF7 lcWqmGDe7IT3X66Zb05AvHz3wFI= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=kiymmRjLS7MQlWmpwZnbOd xEJAc=; b=Tn9Hz+kJWyZoB1txWS46zcB9iMbV8/XRtQfagHT+nCX6+uzCuSV19E 2I7Nk58mL8TNoNkLGvD93PJ40GV0khgEljIQdCZxl3cJOSDCAb0SfaGY86G2Vlsa KvFofaT9QRB+xerLewXcDSOTU9laQo/3uNRp9l00jrWWNBi/y9d20= 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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=dash, cygdrive, rebasetrigger, rebase-trigger X-HELO: mail-wm0-f53.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=72D67/8n6Vm7206fIdl6Z1yfwefvN12rOAduI+Gi5AE=; b=e2ERA87jCaPEqX868teG2gApyBprEmA+lLOFMZmItmQqPO2ZzOa5zbxXN0LRrUBcSy bbaLxV9+tjfoUp2i+E6DQ1m9WX8AQsirqMr5hRu0WG5GfLpwJMINx4nXsSmWrLDkQCSs 42NlBaX+h1shyL3KYkjgm39WlIeGKuJMCuBhG0TII8pjW4cA/eZokjeK6K/1dD9TVyiG wexYxNt5nlWYuvolLDvGVzxotglEcwKpS83dTbkLsWa7ZMxvg5zFDi5VZTtI9z26D2OT X7ibFWLPwiwbhLkH1w3CNEpCmEnTuERqtsESqU4iCIK/1cUhDDUxL4wWi+2bNQhb2x5V ImDA== X-Gm-Message-State: AHYfb5hftPDEqHEA5BfxqnVKV9yXYLkJskYSMNWKuZxeJSZJZq4nKdqA w4OHEUyMC+jdyou+pis= X-Received: by 10.28.35.80 with SMTP id j77mr1243636wmj.62.1504089632866; Wed, 30 Aug 2017 03:40:32 -0700 (PDT) Subject: Re: Presence of cygwin64 elements in an existing Cygwin 32 install after updating To: cygwin AT cygwin DOT com References: <35eff42d-9022-ddf8-27f6-9a1889544852 AT cornell DOT edu> From: Marco Atzeri Message-ID: <7910bbfa-5adf-02ec-39a6-a620180c8695@gmail.com> Date: Wed, 30 Aug 2017 12:40:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Note-from-DJ: This may be spam On 29/08/2017 23:03, Eliot Moss wrote: > On 8/29/2017 4:57 PM, Keith Christian wrote: >> More program failures.  Have rebooted and allowed system to preform >> rebase: >> >> >> $ man httping >>        0 [main] man 7688 child_info_fork::abort: >> C:\cygwin\bin\cygz.dll: Loaded to different address: parent(0x360000) >> != child(0x3E0000) >> man: fork failed: Resource temporarily unavailable >> >> Why are all of these programs failing in this way? > > Sometimes I have needed to rebase all programs.  To do this, > do the command: rebase-trigger full > If you're not able to run bash to run this, you can run dash > from Windows CMD and give an explicit path, e.g., > > /cygdrive/c/cygwin/bin/rebase-trigger full > > would do the right thin on my installation.  But even that won't > help if you're running 32-bit and have installed too many packages. > There is only so much room in the address space for the various > possible DLLs that might be loaded. Keith, in addition to Elliot's comment, you can use rebase -si output to provide an overview of how many dll's are present and in which address they are mapped. $ rebase -si |sort -r --key=5 | head will provide the list of the one absorbing more address space. Except the octave-tisean patological case, that I recommend to not install if you don't really need it, usually LLVM and ICU several DLL's are the largest: $ rebase -si |sort -r --key=5 | head |awk '{print $5,$1}' 0x020b3000 /usr/bin/cygLLVM-4.0.dll 0x01f75000 /usr/bin/cygQt5WebKit-5.dll 0x01def000 /usr/bin/cygLLVM-3.9.dll 0x01af3000 /usr/bin/cygLLVM-3.8.dll 0x0191d000 /usr/bin/cygicudata59.dll 0x0190a000 /usr/bin/cygicudata58.dll 0x01885000 /usr/bin/cygicudata57.dll 0x017ed000 /usr/bin/cygicudata56.dll 0x01239000 /usr/bin/cyggcj-16.dll 0x00f4f000 /usr/bin/cygoctave-4.dll Regards Marco -- 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