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=xWUPMxX/IzWjv7Od96RoHO4mg+6MwHEOP8ZUsNTifyVqvVFW1Cbv7
	C5fkKS0XdtPjWdCKtZPATfrmYqlPrLWVL0UbaokM9Gt+UeWLdiS5wN9XjbRWwyDn
	LAmAdmByzuT0bpQ9zsLz3Y9481IGd/fcVJUwot6wwfrjaPHWWPsBNo=
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=mM0d4nE77O3kN380cMALlBLpLpM=; b=ffkZTLFBuh0pywc++CprV/potX1B
	06npNekWOL4SW3taH5EDSTzEUTg2xXBD2YLe5tcP+Mz0XlPQMYoqWZ71maRjSjpT
	md+pYexLh/WvBoJgwqWX0vX9ud7nGcZnGtn0nJwHDCNa7K6U8Hj1Sckn+zXIYtJT
	Yz8aeE02gcrIRUI=
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.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=H*MI:sk:2016042, activated, pressure
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:51:55 +0000 (UTC)
Lines: 15
Message-ID: <loom.20160420T164304-109@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> <loom.20160420T162328-728@post.gmane.org> <20160420144119.GD25668@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:
> ASLR is toxic to fork...

Well, that was the reason for the '--noaslr' switch in rebaselst, which can
be activated by the peflags argument to rebase-trigger.  However, in the
case of emacs-x11 I've just tested ASLR allowed it to work through what
would otherwise have been a fork-abort, so it might help to relieve some
pressure on the adress space layout.  I don't think it's a good idea to try
adding the libraries in the Windows system directory to the rebase map and I
have even less ideas on how to prevent Windows from putting it's own DLL in
the "rebase space" when X11 starts up...


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

