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: Cygwin + Python: unable to remap


>
> Did rebaseall really succeed successfully?

I turned off Avira. Rebaseall was successfull (no warnings or else).
Did also reboot.

> Looks like one dll is at a wrong baseaddress. I often had /bin/cygz.dll
> wrong.
>
> Everything below 0x60000000 should be suspicious:
> ?ldd /bin/python.exe

prefix@Alder ~ $ ldd ~/gentoo/usr/bin/python2.6.exe
        ntdll.dll => /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77880000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
        ADVAPI32.DLL => /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x76030000)
        RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
        libpython2.6.dll =>
/home/prefix/gentoo/usr/bin/libpython2.6.dll (0x67cc0000)
        Secur32.dll => /cygdrive/c/Windows/system32/Secur32.dll (0x75ea0000)
>
> ?ldd /bin/bash

prefix@Alder ~ $ ldd ~/gentoo/bin/bash.exe
        ntdll.dll => /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77880000)
        cygncurses5.dll => /home/prefix/gentoo/usr/bin/cygncurses5.dll
(0x10000000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
        ADVAPI32.DLL => /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x76030000)
        RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
        USER32.dll => /cygdrive/c/Windows/system32/USER32.dll (0x775a0000)
        GDI32.dll => /cygdrive/c/Windows/system32/GDI32.dll (0x76100000)
        Secur32.dll => /cygdrive/c/Windows/system32/Secur32.dll (0x75ea0000)
        IMM32.DLL => /cygdrive/c/Windows/system32/IMM32.DLL (0x76010000)
        MSCTF.dll => /cygdrive/c/Windows/system32/MSCTF.dll (0x77030000)
        msvcrt.dll => /cygdrive/c/Windows/system32/msvcrt.dll (0x77ab0000)
        LPK.DLL => /cygdrive/c/Windows/system32/LPK.DLL (0x76c60000)
        USP10.dll => /cygdrive/c/Windows/system32/USP10.dll (0x77210000)

Cygwin Python binary is working. Something must be wrong with my own
cygwin build I guess.

Al

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