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=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 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=H*MI:sk:2016042, activated, pressure 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:51:55 +0000 (UTC) Lines: 15 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> <20160420144119 DOT GD25668 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: > 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