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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=wbwCw jbTSYdwLcH2UDwZGaiA8xoUZtqfszjbEKK3od8C0frRZs/ksm07Vx+yhQ40hdHp+ 6S4okCSdKhayZTEYgSXEoy6qp2oSWdEleVCIk4xilpCEF6vkdjM+EhS0JEmvjUNR 4aQdE2LkKYbX+C2eWY5RR9OXJ4afwt0HWztIwk= 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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=hl9Xg+kLO1M EZ9YWsX6pKFzDhS8=; b=CvQucd/zhxbH3MMFpT3VIrv6+p/Qky0bpFcRdD/EGvH +ci29z2TshDzH/zJ2veb87HIn0YF/CgjZaWZQQh0MmKEqAzr99hpiqGZQYjx3eHo S2J2q6okmKb2A3fgVb9AqNAZ7/X2Q2XP9zAVkRXpm+DpHCTyuH7HasKpQRZiFeZY = 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.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-in-11.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-03.arcor-online.net 3nbl115Y2LzFnh3 From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: How to correctly rebase? References: <22046 DOT 25592 DOT 311399 DOT 765933 AT woitok DOT gmail DOT com> Date: Wed, 14 Oct 2015 21:58:29 +0200 In-Reply-To: <22046.25592.311399.765933@woitok.gmail.com> (Rainer Woitok's message of "Wed, 14 Oct 2015 16:17:28 +0200") Message-ID: <87lhb5ql22.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Dr Rainer Woitok writes: > I locally built a product from source (Gdal), and while running the test > programs, I got > > python2.7 8800 child_info_fork::abort: unable to remap _gdalconst.dll > to same address as parent (0x260000) - try running rebaseall This address is really low, so either some BLODA interferes with the loading of the DLL or you're having far too many packages installed than can possibly coexist on a 32bit installation. If it's a real-time virus scanner, especially of the heuristical sort, you need to exempt all installation paths for DLL used by Cygwin from getting picked up. > After doing so, I rebooted and tested again, but this time I got > > python2.7 8136 child_info_fork::abort: address space needed by > '_io.dll' (0x370000) is already occupied > 2324 [main] python2.7 9104 child_info_fork::abort: unable to remap > time.dll to same address as parent (0x270000) - try running rebaseall So the rebase map changed and you're now having the same problem with different libraries, interestingly enough in about the same address range. Unless the image base of those two libraries really now is 0x370000 and 0x270000 (which I doubt, there are many more libraries that come _after_ those in a full rebase), then that is again hinting at BLODA. Do you use any (perhaps commercial) software that is based on Cygwin or MSys under the hood? Their DLL will have a high propensity of interfering with Cygwin unless you include them in the rebase or block out the range of image addresses that they use. > PS: Please also reply by personal mail to me, as I am not subscribed to > this mailing list. You can read the answers in the mailing list archive or on Gmane.org Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- 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