perl weirdness

Charles Wilson cygwin@cwilson.fastmail.fm
Sun May 22 17:56:00 GMT 2011


On 5/22/2011 9:41 AM, Corinna Vinschen wrote:
> while looking into memory collision problems, I noticed something weird
> in the perl package.  While all other executables are based at
> 0x00400000, perl5.10.1 and the a2p executable are based at 0x55690000
> and 0x55630000 respectively.

IIRC, it's because perlrebase (the script) includes those executables in
its list-of-stuff-to-rebase.

> Is there any reason to do so? 

Not that I can see, since 0x00400000 is supposed to be well outside the
range of any dll load address anyway.

--
Chuck



More information about the Cygwin-apps mailing list