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=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 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.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 AT cygwin DOT com From: Achim Gratz Subject: Re: Process map and fork problems Date: Wed, 20 Apr 2016 14:29:07 +0000 (UTC) Lines: 18 Message-ID: References: <20160420104633 DOT GA26118 AT calimero DOT vinschen DOT de> <20160420111431 DOT GB13570 AT calimero DOT vinschen DOT de> <20160420140625 DOT GA25668 AT calimero DOT vinschen DOT 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 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