[Interest] Qt not resolving URLs
Thiago Macieira
thiago.macieira at intel.com
Tue Aug 6 07:12:03 CEST 2013
On terça-feira, 6 de agosto de 2013 04:51:41, Tom Isaacson wrote:
> I can only imagine that Qt is using a different method to resolve DNS
> addresses but I have no idea what it could be. Does anyone have any
> suggestions?
Qt uses standard libc functions (getaddrinfo). There's no reason why wget
would succeed and Qt wouldn't.
Can you try an strace -f and/or ltrace of the Qt application to find out what
happened to the lookup?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130805/7c58f316/attachment.sig>
More information about the Interest
mailing list