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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=P4i/sSXNd0wtvFMKzDXpjIPhdNsj/X7qSpWswMX+8uKNH117Mang7 qJMtnogOEO5MXZ8nX1dq1kHP7F4LdAo0+qVPW1m8U6jH7bwRFvD3jcNo3+mUSumc er1TsEOv7fTyH0ZXgj7Ql1WIXacSZZDjXvJo2DGYjXoGY7Mh2rfS1Q= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=PQXpJQXd6q2XmvltjKXL4PlbF0c=; b=pbSZLOwjP2wSAdNE88UPVLMFn7BH 53z8o9anE3R/nHNp0E4sGVRhzl0LHB3EGOA9ycYMSQZ3QhOX+40TTuyJrErO6sZH S+tLmnmcr3jIdVuz4k/I3RkaA+1PX8eBe9H+ZmKpCfppvDN7GwfpN3X9aU8/PlFM kOjq3joi3JIKNN0= 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=0.0 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1538, H*MI:sk:fe0b6a5, H*f:sk:0f14ddb, H*MI:sk:0f14ddb X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: Process map and fork problems Date: Fri, 22 Apr 2016 12:41:15 +0000 (UTC) Lines: 43 Message-ID: References: <20160420104633 DOT GA26118 AT calimero DOT vinschen DOT de> <0f14ddb1-4cbf-e421-df2f-b700896ece29 AT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Marco Atzeri gmail.com> writes: > the dll's are small > > $ cd /usr/lib/octave/packages/tisean-0.2.3/x86_64-unknown-cygwin-api-v50+/ > > $ du -hs > 1.6M . > > but clearly, there is something wrong in them: Static data? The bss segment is taking up much space... $ objdump -h tisean-0.2.3/x86_64-unknown-cygwin-api-v50+/__surrogates__.oct tisean-0.2.3/x86_64-unknown-cygwin-api-v50+/__surrogates__.oct: file format pei-x86-64 Sections: Idx Name Size VMA LMA File off Algn 0 .text 000154e0 00000003ca061000 00000003ca061000 00000400 2**4 CONTENTS, ALLOC, LOAD, READONLY, CODE, DATA 1 .data 000001f8 00000003ca077000 00000003ca077000 00015a00 2**6 CONTENTS, ALLOC, LOAD, DATA 2 .rdata 0000190c 00000003ca078000 00000003ca078000 00015c00 2**6 CONTENTS, ALLOC, LOAD, READONLY, DATA 3 .buildid 00000035 00000003ca07a000 00000003ca07a000 00017600 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 4 .pdata 000005ac 00000003ca07b000 00000003ca07b000 00017800 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 5 .xdata 00000bd4 00000003ca07c000 00000003ca07c000 00017e00 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 6 .bss 0cb050f0 00000003ca07d000 00000003ca07d000 00000000 2**6 ALLOC 7 .edata 00000e8e 00000003d6b83000 00000003d6b83000 00018a00 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 8 .idata 00000fb4 00000003d6b84000 00000003d6b84000 00019a00 2**2 CONTENTS, ALLOC, LOAD, DATA 9 .reloc 000000b8 00000003d6b85000 00000003d6b85000 0001aa00 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA Regards, Achim. -- 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