X-Recipient: archive-cygwin@delorie.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=mQ10XGlKPGbinfyw5cFmh/T4PiIzUAKmX/msf5O2GoDjoqZw3Qwi7
	9LRxlT4O53VRXGqLIqSSXFovWH653e7nphoTqF6Au4oU4R49FFbCK+VAGbc+lXnT
	EKYogmFYTK6xIrj4PVBx2+YE01wGQ8Gom9lDuBpV1EX+LrNI31J2wo=
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=g8UyDXj8cX0iQShOGUccSDk8eUE=; b=wECUEwi4jjE7Re1ENi6poTKRrhDI
	5gJ3u8sL8/wGu31ekShb7mkTcJZllfil/2kyi6lFcI9ZDk9p4TUNbm7hbvorQb/u
	KAcMwfA5dUUuKVa4EhB4RCXB5jcKws+wriwu+/UDrw4OrwZqp33l3gQzJZiptKI6
	qUb2Ov25icHiEr8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.1 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=H*MI:sk:2016042, networking, management
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: Process map and fork problems
Date: Wed, 20 Apr 2016 14:29:07 +0000 (UTC)
Lines: 18
Message-ID: <loom.20160420T162328-728@post.gmane.org>
References: <loom.20160420T121651-786@post.gmane.org> <20160420104633.GA26118@calimero.vinschen.de> <loom.20160420T124825-644@post.gmane.org> <20160420111431.GB13570@calimero.vinschen.de> <loom.20160420T131743-463@post.gmane.org> <20160420140625.GA25668@calimero.vinschen.de>
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

Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> It can't fragment, it can only grow.  The Unix heap management doesn't
> have the notion of multiple application heaps.  There's only the sbrk
> call to raise or shrink the size of the heap.

Thanks for the confirmation.  It looks like I am allowed to migrate the
machines to a 3GB VM, thus circumventing the heap collision with DLL. 
Meanwhile I've looked at some problems that typically happen when loading
emacs-x11 and it turns out that this loads a number of Windows DLL related
to the display drivers and some others related to networking to low
addresses.  The only way I see to get around that is to try to enable ASLR,
so what's the latest on doing that with Cygwin DLL?  As far as I understand
we should then rebase from 0x50000000 down since the range above is used by
ASLR for any DLL that we still need top load to fixed addresses?


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

