This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why are the base addresses for Cygwin executable so high?


On 31/07/2016 20:37, Hamza Sood wrote:
Hi,

I've noticed that Cygwin related executables (including ones compiled myself) seem to have a base address of 0x100400000, whereas all other windows executables seem to use 0x400000.
Is there a particular reason why Cygwin executables need to start so high up? What's going on in the 4GB underneath them?
--


look on
/proc/<pid>/maps

below 0x100000000 there are
- windows system dll's
- heaps and stacks

Regards
Marco




--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]