public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: How to correctly rebase?
Date: Wed, 14 Oct 2015 19:58:00 -0000	[thread overview]
Message-ID: <87lhb5ql22.fsf@Rainer.invalid> (raw)
In-Reply-To: <22046.25592.311399.765933@woitok.gmail.com> (Rainer Woitok's	message of "Wed, 14 Oct 2015 16:17:28 +0200")

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

      parent reply	other threads:[~2015-10-14 19:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-14 14:26 Dr Rainer Woitok
2015-10-14 17:27 ` Warren Young
2015-10-14 19:27   ` Achim Gratz
2015-10-14 21:30     ` Warren Young
2015-10-14 22:08       ` Warren Young
2015-10-14 22:37         ` Warren Young
2015-10-15  7:53           ` Achim Gratz
2015-10-15  7:15       ` Achim Gratz
2015-10-15 13:16   ` Dr Rainer Woitok
2015-10-15 20:54     ` Warren Young
2015-10-15 21:10       ` Ken Brown
2015-10-16 12:57         ` Dr Rainer Woitok
2015-10-16 12:58           ` Ken Brown
2015-10-16 15:08             ` Ken Brown
2015-10-16 15:16               ` cyg Simple
2015-10-16 15:29                 ` Ken Brown
2015-10-16 15:50               ` Andrey Repin
2015-10-18 11:15               ` Dr Rainer Woitok
2015-10-18 11:59                 ` Achim Gratz
2015-10-18 12:45                 ` Ken Brown
2015-10-18 16:20                 ` Dr Rainer Woitok
2015-10-19 23:59                 ` Warren Young
2015-10-20 16:55                   ` Dr Rainer Woitok
2015-10-16  7:21       ` Achim Gratz
2015-10-16 20:11         ` Warren Young
2015-12-18 16:28           ` Achim Gratz
2015-10-14 19:58 ` Achim Gratz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhb5ql22.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).