From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9175 invoked by alias); 14 Oct 2015 19:58:35 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9165 invoked by uid 89); 14 Oct 2015 19:58:34 -0000 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 Received: from mail-in-11.arcor-online.net (HELO mail-in-11.arcor-online.net) (151.189.21.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 14 Oct 2015 19:58:33 +0000 Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mx.arcor.de (Postfix) with ESMTP id 3nbl116P1Hz31kS for ; Wed, 14 Oct 2015 21:58:29 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id D8F5F372366 for ; Wed, 14 Oct 2015 21:58:29 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-03.arcor-online.net 3nbl115Y2LzFnh3 Received: from Gertrud (p54B47B23.dip0.t-ipconnect.de [84.180.123.35]) (Authenticated sender: stromeko@arcor.de) by mail-in-03.arcor-online.net (Postfix) with ESMTPSA id 3nbl115Y2LzFnh3 for ; Wed, 14 Oct 2015 21:58:29 +0200 (CEST) From: Achim Gratz To: cygwin@cygwin.com Subject: Re: How to correctly rebase? References: <22046.25592.311399.765933@woitok.gmail.com> Date: Wed, 14 Oct 2015 19:58:00 -0000 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 X-SW-Source: 2015-10/txt/msg00172.txt.bz2 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