tor, 20.09.2007 kl. 22.35 -0400, skrev José Alburquerque: > Should I file a new bug report? I'm using an up-to-date lenny amd64 > system. I'm not sure why it works on your system and not this one.
My test system is running etch. Apparently something broke in lenny, then. If the problem is the DNS lookup, it's probably the 32-bit version of getaddrinfo() in libc6 that's broken. Just in case, could you perhaps try to make a debug trace, using WINEDEBUG=+winsock or something (WINEDEBUG is an environment variable). For example, if I do WINEDEBUG=+winsock,+seh,+relay wine iexplore http://www.winehq.org >/tmp/log somewhere in my log there's stuff like 0013:Call ws2_32.getaddrinfo(00fb80e4 "www.winehq.org",00000000,7c90ba6c,7c90ba90) ret=0053dbbf [...] 0013:trace:winsock:WS_getaddrinfo www.winehq.org, (null) 0x7c90ba6c -> 0x7c90ba90 0 [...] 0013:Ret ws2_32.getaddrinfo() retval=00000000 ret=0053dbbf where retval=00000000 means success. See what you get, send me the log if you like.