CVS setup.exe crashes on Windows 2003 Server x64

Max Bowsher maxb1@ukf.net
Sat Jan 13 17:30:00 GMT 2007


Thrall, Bryan wrote:
> ... And in fact, disabling DEP for setup.exe fixes the problem. So, it
> looks like setup.exe is trying to execute some memory that Windows
> thinks it shouldn't be (the invalid this pointer, probably, but why then
> is it invalid at that point and valid after the segfault?).

Setup.exe does contain some self-modifying code.  It is in the file
autoload.c, and deals with automatic loading of certain DLLs not present
 on all Windows versions.

Glancing at it, it looks very 32-bit specific. It seems fairly
miraculous that it works at all on LP64, actually, considering it casts
pointers to int.

Max.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 186 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20070113/95b28737/attachment.sig>


More information about the Cygwin-apps mailing list