From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3623 invoked by alias); 22 Apr 2016 12:41:44 -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 3551 invoked by uid 89); 22 Apr 2016 12:41:33 -0000 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 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 22 Apr 2016 12:41:28 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ataOg-00026Z-Kj for cygwin@cygwin.com; Fri, 22 Apr 2016 14:41:23 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Apr 2016 14:41:22 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Apr 2016 14:41:22 +0200 To: cygwin@cygwin.com From: Achim Gratz Subject: Re: Process map and fork problems Date: Fri, 22 Apr 2016 13:23:00 -0000 Message-ID: References: <20160420104633.GA26118@calimero.vinschen.de> <0f14ddb1-4cbf-e421-df2f-b700896ece29@gmail.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 X-SW-Source: 2016-04/txt/msg00566.txt.bz2 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